From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1TymKG-0005kV-9N for ptxdist@pengutronix.de; Fri, 25 Jan 2013 17:40:24 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1TymKG-0004Xj-9D for ptxdist@pengutronix.de; Fri, 25 Jan 2013 17:40:24 +0100 Date: Fri, 25 Jan 2013 17:40:24 +0100 From: Michael Olbrich Message-ID: <20130125164024.GB11534@pengutronix.de> References: <201301240010.41601.tim@krieglstein.org> <20130124074008.GG29632@pengutronix.de> <2310088.W9ei77yddZ@dabox> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2310088.W9ei77yddZ@dabox> 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, 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". Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de