Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Mack <daniel@caiaq.de>
To: buildroot@busybox.net
Subject: [Buildroot] Tool building problem EABI+PXA270
Date: Wed, 18 Mar 2009 12:47:11 +0100	[thread overview]
Message-ID: <20090318114711.GA19956@buzzloop.caiaq.de> (raw)
In-Reply-To: <20090318112308.GA27893@whatever.nu>

On Wed, Mar 18, 2009 at 12:23:08PM +0100, Per-Henrik Lundblom wrote:
> I have been playing around with buildroot-2009.02 on my PXA270 based
> development board. I have one problem though: I can't really configure
> GCC/uClibC/Linux kernel to use EABI, only OABI. 

You could try using the svn version. There were a number of fixes for
gcc builds, and I'm not totally aware whether they make it to the
release version you got.

Try the following changes, thing work fine here for me, also with
gcc-4.3.2 built for PXA270/300.

> # Automatically generated make config: don't edit
> # Tue Mar 17 13:25:58 2009

[...]

> BR2_xscale=y
> # BR2_iwmmxt is not set
> BR2_ARM_TYPE="ARM_XSCALE"
> # BR2_ARM_OABI is not set
> BR2_ARM_EABI=y
> BR2_ARCH="arm"
> BR2_ENDIAN="LITTLE"
> BR2_GCC_TARGET_TUNE="xscale"
> BR2_GCC_TARGET_ABI="aapcs-linux"

# BR2_xscale is not set
BR2_iwmmxt=y
BR2_ARM_TYPE="ARM_IWMMXT"
# BR2_ARM_OABI is not set
BR2_ARM_EABI=y
BR2_ARCH="arm"
BR2_ENDIAN="LITTLE"
BR2_GCC_TARGET_TUNE="iwmmxt"
BR2_GCC_TARGET_ARCH="iwmmxt"


Daniel

  reply	other threads:[~2009-03-18 11:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-18 11:23 [Buildroot] Tool building problem EABI+PXA270 Per-Henrik Lundblom
2009-03-18 11:47 ` Daniel Mack [this message]
2009-03-18 12:25   ` Per-Henrik Lundblom
2009-03-18 12:30     ` Daniel Mack
     [not found]       ` <20090318131349.GD27893@whatever.nu>
2009-03-18 13:25         ` Daniel Mack
2009-03-18 14:25           ` Per-Henrik Lundblom
2009-03-18 14:46             ` Daniel Mack
2009-03-18 15:53               ` Per-Henrik Lundblom
2009-03-19  8:39                 ` Daniel Mack
2009-03-24 12:37                   ` Per-Henrik Lundblom
2009-03-24 13:11                     ` Daniel Mack
2009-03-24 13:19                       ` Per-Henrik Lundblom
2009-03-24 13:29                         ` Daniel Mack
2009-03-24 13:53                           ` Per-Henrik Lundblom
2009-03-24 14:39                             ` Daniel Mack
2009-03-24 14:46                               ` Per-Henrik Lundblom
2009-03-18 12:31     ` Sven Neumann
2009-03-18 13:09       ` Per-Henrik Lundblom
     [not found] ` <37c712e0903180742k6dbee6a4q48e3a4e023089e0@mail.gmail.com>
2009-03-18 14:54   ` Per-Henrik Lundblom
  -- strict thread matches above, loose matches on Subject: below --
2009-03-20  6:49 Christian Eggers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090318114711.GA19956@buzzloop.caiaq.de \
    --to=daniel@caiaq.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox