This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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


Remy Fenn <rem@riscnx.net> writes:

> Building GCC for ARM cross-compilation offers a number of potential
> targets which is only referred to in the documentation as arm-*-elf.
> 
> Where can I find further information on specific targets? I view 3rd
> party documentation in this respect as dubious particularly as many
> non-official source of documentation do not stamp a date and you cannot
> therefore determine whether the targets mentioned are indeed still
> accurate in the present GCC release.

Normally you just build the arm-elf target, and then use the -mcpu
option to pick the specific target you want.  For the list of names
supported by -mcpu, see the documentation which comes with the
compiler.

Ian


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