Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI


Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Freescale DSPs | Linker Error without SDK

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

Linker Error without SDK - arcanebusa - Nov 6 3:42:00 2003

Hello,

I'm in the process of re-writing my application without the SDK, and
am getting a linker error:

Link Error : Undefined : "ARTDIVS32UZ"
Referenced from "FInterp" in main.c

Here's the offending code:

ushort Interp(int X1, int X2, int Y1, int Y2, int point)
{
return (Y1 + ((long)(point - X1)*(long)(Y2 - Y1))/(long)(X2-X1));
}

It seems the linker can't find the long divide routine, anybody have
any ideas?

Thanks,
Chad






(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )