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

Grant Edwards grante@visi.com
Tue Aug 26 15:17:00 GMT 2003


On Mon, Aug 25, 2003 at 05:59:59PM -0600, Michael Elwood wrote:

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

[...]

> Similarly, the little endian option -EL gags as well:

For gcc it's -mlittle-endian and -mbig-endian.

Binutils (ld, as) use -EL -EB.

-- 
Grant Edwards
grante@visi.com

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