Hello,

As the KS17C4000 is a big-endian controller, I am trying to build a small
program in big-endian using arm-uclinux-gcc and arm-uclinux-ld from Vadim
Lebedev (aplio).

I get the following error message from the linker :

arm-uclinux-gcc -mbig-endian -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-fno-strength-reduce -c -o essai.o essai.c
arm-uclinux-ld -Ttext 0x1200000 essai.o -o essai
arm-uclinux-ld: essai.o: compiled for a big endian system and target is little
endian
File in wrong format: failed to merge target specific data of file essai.o
make: *** [essai] Error 1

Does anyone know why the linker is complaining ?
Do I need to rebuild the toolchain with specific options so that I can build big
endian code ?

xde

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to