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] |
Other format: | [Raw text] |
I'm trying to build a toolchain for arm-linux target with binutils-2.15, gcc-3.4.2 and glibc-2.3.3 and kernel headers linux-2.6.9
on an x86 host running FC3.
While building the glibc-2.3.3 i get the following error.
../sysdeps/unix/syscall.S: Assembler messages: ../sysdeps/unix/syscall.S:28: Error: cannot represent SWI relocation in this object file format
A little google searching for that error message finds one tip: http://moss.csc.ncsu.edu/~mueller/rt/rt02/g1/cross_installlog.txt
But perhaps you should consider using crosstool to build the toolchain, if you're not already? http://kegel.com/crosstool/crosstool-0.29/buildlogs/ shows that it can build the combination arm gcc-3.4.2 glibc-2.3.3 binutils-2.15 linux-2.6.8 successfully, and that's nearly exactly what you wanted. See http://kegel.com/crosstool/
------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |