This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: umodsi3 and udivsi3


>mv -f /home/ruf/Cross/build-arm-linux/glibc-2.2.2/libc.so.6.new
>      /home/ruf/Cross/build-arm-linux/glibc-2.2.2/libc.so.6
>/home/ruf/Cross/arm-linux/bin/arm-linux-gcc -nostdlib -nostartfiles -o
>    /home/ruf/Cross/build-arm-linux/glibc-2.2.2/iconv/iconv_prog
>    -Wl,-dynamic-linker=/home/ruf/Cross/arm-linux/lib/ld-linux.so.2
>[...snap...]
>/home/ruf/Cross/build-arm-linux/glibc-2.2.2/iconv/simple-hash.o: 
>In function `lookup':
>/home/ruf/Cross/src/glibc-2.2.2/iconv/../locale/programs/simple-hash.c:264:
>undefined reference to `__umodsi3'
>/home/ruf/Cross/src/glibc-2.2.2/iconv/../locale/programs/simple-hash.c:275:
>undefined reference to `__umodsi3'

These are supposed to come from libgcc.a.  Either your library wasn't built 
properly, or it isn't getting included into the link.

p.



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]