Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] problem during building of gcc as cross compiler


  • To: arm-gnu@xxxxxxxxxxxxxxxx
  • Subject: Re: [arm-gnu] problem during building of gcc as cross compiler
  • From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
  • Date: Wed, 29 Sep 2004 14:38:10 +0100

On Wednesday 29 September 2004 14:03, Paul Brook wrote:
> On Wednesday 29 September 2004 11:48, Pradip Singh wrote:
> > Hi Philippe,
> >
> >    Thanks for ur reply.
> >
> >     The url which u gave, i went there and downloaded the source. But
> > those pre-built binaries doenot have support for arm1022e core. I have a
> > problem here. I need a set   of  toolchain, which has support for
> > arm1022e core.
>
> For compiler purposes the arm1022e is identical to the arm1020e.
> Future releases will recognise arm1022e as a cpu name.

I just realised the 1020e isn't supported by that release either.
However the characteristics seem similar to other arm10 cores, so 
-march=armv5te -mtune=arm1020t should give the desired behaviour.

Paul