arm-elf-gcc: options that don't seem to work
Michael Elwood
mkelwood@qsicorp.com
Tue Aug 26 00:00:00 GMT 2003
I've got an arm-elf toolchain installed and I'm playing around with it,
porting some code from an ADS environment. It seems that some of the
ARM-specific options don't seem to work. When I use the -matpcs option,
I get the following error:
$ arm-elf-gcc -mcpu=arm720t -matpcs -c -o test.o test.c
cc1: error: invalid option `atpcs'
Similarly, the little endian option -EL gags as well:
$ arm-elf-gcc -mcpu=arm720t -EL -c -o test.o test.c
arm-elf-gcc: unrecognized option `-EL'
Any ideas? Thanks!
MKE
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list