This is the mail archive of the crossgcc@sourceware.org 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: cross tools building


> I would like to build the cross GNU tool chain for an embedded target
> (for ex: arm). Shall I use the "--target=arm-elf-linux-gnu" or
> "--target=arm-linux". Please advise.
> [what is difference between these target configurations?]
>
There should not be a difference because I believe the default
ABI/binary type for Linux/ARM systems is ELF. However, using
'arm-linux' is probably your best bet.

-Steve

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