EABI on bare metal.
Thomas Charron
twaffle@gmail.com
Wed Mar 25 18:32:00 GMT 2009
I was previously generating stuff using arm-unknown-eabi. As an
experiment, I tried using arm-unknown-elf, disabling EABI in menuconf.
That toolchain, however, leads to this error:
.assembling
arm-unknown-elf-as -ahls -mapcs-32 -o crt.o crt.s > crt.lst
.compiling
arm-unknown-elf-gcc -I./ -c -fno-common -O0 -g main.c
..linking
arm-unknown-elf-ld -v -Map main.map -T2129_demo.cmd -o main.out crt.o
uart.o main.o
GNU ld version 2.16.1
arm-unknown-elf-ld: ERROR: Source object main.o has EABI version 0,
but target main.out has EABI version 4
arm-unknown-elf-ld: failed to merge target specific data of file main.o
make: *** [main.out] Error 1
This is using the newlib branch that was recently created.
--
-- Thomas
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list