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

Vincent Rubiolo vincent.rubiolo@st.com
Tue Aug 26 07:16:00 GMT 2003


Hello !
[...]
> 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'

This is because gcc does not support (yet) the atpcs option. Look for the list 
of ARM supported options for arm-elf-gcc at : 
http://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/ARM-Options.html#ARM%20Options

The same goes for the -EL option

Cheers,

Vincent


------
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