Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] Strange Compile Problem....

2004-10-06 by Robert Adsett

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, III

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.