From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Gardet Date: Sat, 10 Dec 2011 11:06:31 +0100 Subject: [Buildroot] Make problem on 64-bit linux with CS 2009q1 In-Reply-To: References: <4EE1CB14.9010802@free.fr> <20111209193729.0cc88e6e@skate> <87y5ull8z0.fsf@macbook.be.48ers.dk> <87ty59l5y1.fsf@macbook.be.48ers.dk> Message-ID: <4EE32F27.4080805@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Le 10/12/2011 00:27, Trevor Woerner a ?crit : > On Fri, Dec 9, 2011 at 5:45 PM, Peter Korsgaard wrote: >> Peter> I'll try the specific .config next. >> >> Which just finished building here without any problems and no >> usr/lib64. Any ideas? > I too am not able to reproduce this build failure. It was not a real failure, just a directfb build without PNG support. If you want a build failure, try to add fbgrab. > > Starting with a fresh, basic, install of openSUSE 12.1 x86_64 (i.e. > not adding any extra packages above and beyond what the installer > chooses by default) then: > > # zypper -n install git-core gcc ncurses-devel gcc-c++ bison flex > texinfo patch gmp-devel mpfr-devel mpc-devel > > After that I ran a default build using the latest buildroot from git; > it succeeded. Then I tried using the config as provided in the initial > email (I only had to change it to download the CS toolchain) and it > too succeeded. I do end up with a target/usr/lib64 directory which > appears to contain everything yours does (quick glance) but it doesn't > seem to be a problem. It is since ld will not find libraries in it. > [...] Guillaume