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]

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


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


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