This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Linker warnings for mipsel-linux


I managed to build a crosscompiler on my Intel system for mipsel-linux
using the instructions on:

http://www.in-berlin.de/User/kraxel/cross-compiler.html

and the packages

binutils-2.8.1-2.mipsel.rpm
glibc-2.0.7-20.mipsel.rpm
glibc-devel-2.0.7-20.mipsel.rpm
egcs-1.0.2-9.src.rpm

Everything seems to work fine except that the linker comes with two
warnings:

# mipsel-linux-gcc hello.c -o hello
/usr/local/mipsel-linux/bin/ld: Warning: type of symbol `_fini' changed
from 1 to 2 in /usr/local/mipsel-linux/lib/crti.o
/usr/local/mipsel-linux/bin/ld: Warning: type of symbol `_gp_disp'
changed from 1 to 3 in /usr/local/mipsel-linux/lib/libc.so.6

Can I safely ignore these warnings?

Regards
Peter L. Hansen

PS: If you have succeded in building a crosscompiler for mipsel-linux
with newer versions of binutils, glibc and egcs I would be very glad to
hear from you!

------
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]