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 1Ty9ST-0003j7-85 for ptxdist@pengutronix.de; Thu, 24 Jan 2013 00:10:18 +0100 Received: from hydra.localnet (p5DDCCADF.dip.t-dialin.net [93.220.202.223]) by lvps176-28-13-145.dedicated.hosteurope.de (Postfix) with ESMTPSA id 12658A8A407B for ; Thu, 24 Jan 2013 00:10:17 +0100 (CET) From: Tim Sander Date: Thu, 24 Jan 2013 00:10:41 +0100 MIME-Version: 1.0 Message-Id: <201301240010.41601.tim@krieglstein.org> Subject: [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 Here is another error when installing glibc with the OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf toolchain in glibc.targetinstall it complains about install_copy_toolchain_lib: ld-linux.so.3 not found make: *** [/home/sander/speedy/newToolchain/ptx/platform-pmx- one/state/glibc.targetinstall] Error 1 Which seems to come from glibc.make: ifdef PTXCONF_GLIBC_LD @$(call install_copy_toolchain_dl, glibc) endif But it seems its looking for the wrong file in the toolchain: /opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2- glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/sysroot-arm-1136jfs-linux- gnueabihf/lib/ld-2.16.so /opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2- glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/sysroot-arm-1136jfs-linux- gnueabihf/lib/ld-linux-armhf.so.3 As i think its the latter it should be either without armhf in the toolchain or the install_copy_toolchain_dl magic should do the *right* thing? Best regards Tim -- ptxdist mailing list ptxdist@pengutronix.de