At 08:45 PM 10/6/04 +0000, you wrote:
>I have a function that it to output a value to the terminal and
>converts it to a decimal in ASCII Characters, and the length of this
>can be determined by the function call.
>
>Anyway, the following compile error results:
>"
>.\flash\terminal_fncs.o(.text+0xe38): In function `Print_DEC':
>: undefined reference to `__udivsi3'
>.\flash\terminal_fncs.o(.text+0xe6c): In function `Print_DEC':
>: undefined reference to `__umodsi3'
>collect2: ld returned 1 exit status
>Target not created
>"
You are either missing a library in your link command or your processor
library is missing some support functions (specifically unsigned
division). Probably the former.
Robert
" 'Freedom' has no meaning of itself. There are always restrictions,
be they legal, genetic, or physical. If you don't believe me, try to
chew a radio signal. "
Kelvin Throop, IIIMessage
Re: [lpc2000] Strange Compile Problem....
2004-10-06 by Robert Adsett
Attachments
- No local attachments were found for this message.