gcc ARM CPU's

Martin Guy martinwguy@yahoo.it
Wed Oct 29 10:31:00 GMT 2008


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



More information about the crossgcc mailing list