All of lore.kernel.org
 help / color / mirror / Atom feed
From: Per-Henrik Lundblom <ph@whatever.nu>
To: buildroot@busybox.net
Subject: [Buildroot] Tool building problem EABI+PXA270
Date: Wed, 18 Mar 2009 13:25:15 +0100	[thread overview]
Message-ID: <20090318122515.GB27893@whatever.nu> (raw)
In-Reply-To: <20090318114711.GA19956@buzzloop.caiaq.de>

* Daniel Mack <daniel@caiaq.de> [090318 12:47]:

> 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.

Got latest version...

> 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"

...using these settings I get this result. It is a result of using
iwmxxt target because I got the same error when I tried different
combinations of xscale/iwmmxt.

-------------------------------
<snip>

Checking multilib configuration for libgcc...
mkdir -p -- arm-linux-uclibc/libgcc
Configuring in arm-linux-uclibc/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build system type... i386-pc-linux-gnu
checking host system type... arm-unknown-linux-uclibc
checking for arm-linux-uclibc-ar...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ar
checking for arm-linux-uclibc-lipo... arm-linux-uclibc-lipo
checking for arm-linux-uclibc-nm...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/nm
checking for arm-linux-uclibc-ranlib...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ranlib
checking for arm-linux-uclibc-strip...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-strip
checking whether ln -s works... yes
checking for arm-linux-uclibc-gcc...
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/bin/
-B/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/lib/
-isystem
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/include
-isystem
/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include
checking for suffix of object files... configure: error: cannot compute
suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory
`/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial'
make: ***
[/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/toolchain_build_arm/gcc-4.3.2-initial/.compiled]
Error 2
-------------------------------

That is, the GCC is not at some point built. Other tools are though:

> ls -1 build_arm/staging_dir/usr/bin
rm-linux-uclibc-addr2line
arm-linux-uclibc-ar
arm-linux-uclibc-as
arm-linux-uclibc-c++filt
arm-linux-uclibc-gprof
arm-linux-uclibc-ld
arm-linux-uclibc-nm
arm-linux-uclibc-objcopy
arm-linux-uclibc-objdump
arm-linux-uclibc-ranlib
arm-linux-uclibc-readelf
arm-linux-uclibc-size
arm-linux-uclibc-strings
arm-linux-uclibc-strip

Any suggesttions why gcc crosscompiler at some point isn't available?

Regards,

PH

--
Per-Henrik Lundblom           epost: ph at whatever.nu
telefon: 0733-20 71 26        hemsida: www.whatever.nu

  reply	other threads:[~2009-03-18 12:25 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
2009-03-18 12:25   ` Per-Henrik Lundblom [this message]
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=20090318122515.GB27893@whatever.nu \
    --to=ph@whatever.nu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.