From: bugs at busybox.net <bugs@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0004384]: GCC 4.3.1 fails with cannot compute suffix of object files
Date: Wed, 10 Sep 2008 04:27:19 -0700 [thread overview]
Message-ID: <5afeffcf35079cf4fe98fed258207231@busybox.net> (raw)
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=4384
======================================================================
Reported By: kreuters
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 4384
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 07-31-2008 04:57 PDT
Last Modified: 09-10-2008 04:27 PDT
======================================================================
Summary: GCC 4.3.1 fails with cannot compute suffix of object
files
Description:
from buildroot-20080731.tar.bz, only things selected are gcc 4.3.1 and
EABI.
checking for arm-linux-uclibcgnueabi-gcc...
/home/dikkie/Documents/dns323/uclibc/buildroot/toolchain_build_arm/gcc-4.3.1-initial/./gcc/xgcc
-B/home/dikkie/Documents/dns323/uclibc/buildroot/toolchain_build_arm/gcc-4.3.1-initial/./gcc/
-B/home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/bin/
-B/home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/lib/
-isystem
/home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/include
-isystem
/home/dikkie/Documents/dns323/uclibc/buildroot/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/sys-include
checking for suffix of object files... configure: error: cannot compute
suffix of object files: cannot compile
======================================================================
----------------------------------------------------------------------
antezedens - 09-10-08 00:30
----------------------------------------------------------------------
For those eager to get gcc-4.3.1 running. I've found out that gcc does not
find the shared objects of two libs. The attached patch points gcc to the
right directories. It is just a quick fix but it should do until there is
an official bugfix. This is what to do:
make <= will stop with the above error
cd buildroot/toolchain_build_ARCH
patch -p2 < gcc-4.3.1-compile.patch
rm -Rf gcc-4.3.1-initial
make <= should compile
----------------------------------------------------------------------
haizaar - 09-10-08 04:27
----------------------------------------------------------------------
Issuing 'export
LD_LIBRARY_PATH=$PWD/toolchain_build_arm/mpfr/lib:$LD_LIBRARY_PATH' from
the top of your buildroot tree makes build happy.
Issue History
Date Modified Username Field Change
======================================================================
07-31-08 04:57 kreuters New Issue
07-31-08 04:57 kreuters Status new => assigned
07-31-08 04:57 kreuters Assigned To => buildroot
09-03-08 09:05 haizaar Issue Monitored: haizaar
09-10-08 00:29 antezedens File Added: gcc-4.3.1-compile.patch
09-10-08 00:30 antezedens Note Added: 0011294
09-10-08 04:27 haizaar Note Added: 0011304
======================================================================
next reply other threads:[~2008-09-10 11:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-10 11:27 bugs at busybox.net [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-30 23:02 [Buildroot] {buildroot 0004384]: GCC 4.3.1 fails with cannot compute suffix of object files Maxim Grigoriev
2009-02-01 19:05 ` Maxim Grigoriev
2009-02-03 23:34 ` S0L0 at gmx-topmail.de
2009-02-03 23:51 ` Maxim Grigoriev
2009-02-04 4:02 ` Maxim Grigoriev
2009-02-15 2:20 ` Shinya Kuribayashi
2008-09-27 10:15 [Buildroot] [buildroot " bugs at busybox.net
2008-09-10 7:30 bugs at busybox.net
2008-07-31 11:57 bugs at busybox.net
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=5afeffcf35079cf4fe98fed258207231@busybox.net \
--to=bugs@busybox.net \
--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.