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


Thanks Martin,
I just checked cross tool, it does not support gcc 4.3.2, so I
downloaded gcc4.3.2 from gnu.gcc.org. Still I am going through the
scripts.

Anything which I should take care for using gcc 4.3.2 in crosstool ?

Regards
Vivek

-----Original Message-----
From: martinwguy@gmail.com [mailto:martinwguy@gmail.com] On Behalf Of
Martin Guy
Sent: Wednesday, October 29, 2008 4:01 PM
To: Vivek Kumar Gupta
Cc: crossgcc@sourceware.org
Subject: 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]