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]

arm-elf-gcc: options that don't seem to work


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


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