From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lvps176-28-13-145.dedicated.hosteurope.de ([176.28.13.145]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1U06Yw-0006Hw-Bg for ptxdist@pengutronix.de; Tue, 29 Jan 2013 09:29:02 +0100 Received: from dabox.localnet (unknown [213.157.30.20]) by lvps176-28-13-145.dedicated.hosteurope.de (Postfix) with ESMTPSA id DC7A3A8A407B for ; Tue, 29 Jan 2013 09:29:01 +0100 (CET) From: Tim Sander Date: Tue, 29 Jan 2013 09:29:01 +0100 Message-ID: <2901611.D3YEXqgAbT@dabox> In-Reply-To: <20130125164024.GB11534@pengutronix.de> References: <201301240010.41601.tim@krieglstein.org> <2310088.W9ei77yddZ@dabox> <20130125164024.GB11534@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] glibc error with arm-1136jfs-linux-gnueabihf Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi Michael > On Fri, Jan 25, 2013 at 04:34:14PM +0100, Tim Sander wrote: > > > ld-linux-armhf.so.3 is correct but gcc reports the wrong name. > > > This is a bug in the toolchain. It's fixed in git and I'm currently > > > collecting other issued that I want to fix for a 2012.12.1 release. > > > > Mh, i have just compiled the git repository > > git://git.pengutronix.de/git/OSELAS.Toolchain.git and the fix is not in > > there? But i can also wait for next release... > > It should be there in the master branch. What commits do you see since the > release? What do you get if you try this: > > echo 'int main() { return 0; }' \ > > | arm-1136jfs-linux-gnueabihf-gcc -x c -v -o /dev/null - \ > | > |& sed -n 's:.*-dynamic-linker \([^ ]*\) .*:\1:p' > > I'm getting "/lib/ld-linux-armhf.so.3" here now. With the release I got > "/lib/ld-linux.so.3". Its the new one but due to the earlier error i had some stale rule files for testing which i forgot due to the intermittent testing on this. So its compiling right now, better yet it even works :-) which was not the case for the 2011.11.3 toolchain for unkown reasons. Thanks Tim -- ptxdist mailing list ptxdist@pengutronix.de