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: gcc ARM CPU's


On 10/29/08, Vivek Kumar Gupta <gkvivek@zilog.com> wrote:
>  i just want to get gcc for two ARM CPU 922T and CortexM3.
>
>  1. Is it possible to get one (same) tool chain that is GCC for 2 CPU.
>  2. if yes any thing i should take care while starting the job.
>  3. i want to start with GCC 4.3.2, so anything i should take care.

Hi!
  Any ARM toolchain will compile for all ARMs. In your case something like

   arm-linux-gnu-gcc -mcpu=arm922t

and similar for the cortex.

   $ man gcc

      M

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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