[uClibc]0.9.19: can't resolve symbol '__udivsi3'

Erik Andersen andersen at codepoet.org
Tue Mar 11 14:21:49 UTC 2003


On Tue Mar 11, 2003 at 09:18:53AM +0100, Stefano Costa wrote:
> Hello,
> 
> we recently upgraded our ARM toolchain to uclibc 0.9.19, using the 
> toolchain Makefile found on uclibc CVS.
> Several applications that used to show various problems (mostly 
> related to file access, "stat" function calls etc.) now work 
> correctly so perheaps a lot of bug fixes make this version much more 
> stable.

cool

> Unfortunatly there's also a problem I can't solve (perheaps something 
> I'm doing wrong I guess). Almost all applications we're testing at 
> the moment (mgetty, pppd, strace) exit with an error:
> can't resolve symbol '__udivsi3'

The symbol '__udivsi3' is provided by libgcc.  Are your
applications linked vs a missing shared libgcc.so?  Is 
ADD_LIBGCC_FUNCTIONS enabled in your uClibc .config?

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list