public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* armv4t
@ 2009-09-21 17:54 Kevin Handy
  2009-09-21 17:59 ` armv4t Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Handy @ 2009-09-21 17:54 UTC (permalink / raw)
  To: gcc

What version of GCC will build for a cross --target=armv4t-linux-eabi,
which I believe is the right code for an ixp425 processor? The host
compiler is gcc-4.3.3 on a Linux-debian-test system. I have also tried
unsuccessfully tried the armv5t target, with similar results.

I have tried numerous versions, and get nothing but shell errors
(such as "cannot compute suffix of object files"), and numerous syntax
errors with the gcc source. I have built --target=xscale-elf in the past
without any problems, but that target apparently no longer exists.

In which version of gcc was xscale-elf dropped?

I am trying to get a version of the gcc compiler that will compile for
and ixp425 processor with the newer eabi, but I cannot find any version
that will accept the target options, and successfully build. Nor can I get
it to build with any --target I could thing of, eabi or otherwise.

Has support the arm systems been dropped in gcc? and if so, in which
version?

I need to find out where to look for a functional version of the gcc
cross compiler for this cpu.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: armv4t
  2009-09-21 17:54 armv4t Kevin Handy
@ 2009-09-21 17:59 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2009-09-21 17:59 UTC (permalink / raw)
  To: Kevin Handy; +Cc: gcc

On Mon, Sep 21, 2009 at 11:54:17AM -0600, Kevin Handy wrote:
> What version of GCC will build for a cross --target=armv4t-linux-eabi,
> which I believe is the right code for an ixp425 processor? The host
> compiler is gcc-4.3.3 on a Linux-debian-test system. I have also tried
> unsuccessfully tried the armv5t target, with similar results.

Don't try to put it in the triplet.  Try using --with-cpu instead, and
a normal armv4t-linux-gnueabi triplet.

I'm pretty sure Xscale implements ARM v5TE though, so none of thse
hoops should be necessary.

> I need to find out where to look for a functional version of the gcc
> cross compiler for this cpu.

If you can't build GCC for your target, I suggest you either use a
help list for that purpose (gcc-help or the crosstool or buildroot
lists), or find a pre-compiled ARM Linux toolchain.

-- 
Daniel Jacobowitz
CodeSourcery

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-21 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-21 17:54 armv4t Kevin Handy
2009-09-21 17:59 ` armv4t Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).