From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CF10D1381F3 for ; Thu, 1 Aug 2013 18:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9D73E0A92; Thu, 1 Aug 2013 18:07:24 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by pigeon.gentoo.org (Postfix) with ESMTP id 95797E0A59 for ; Thu, 1 Aug 2013 18:07:23 +0000 (UTC) Received: from gmx.net ([84.133.153.136]) by mail.gmx.com (mrgmx002) with ESMTPA (Nemesis) id 0MSdz2-1UfhAk3LLI-00RW3Q for ; Thu, 01 Aug 2013 20:07:22 +0200 Received: by gmx.net (nbSMTP-1.00) for uid 1001 meino.cramer@gmx.de; Thu, 1 Aug 2013 20:07:23 +0200 (CEST) Date: Thu, 1 Aug 2013 20:07:22 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] Crossdev problems Message-ID: <20130801180722.GC3131@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Provags-ID: V03:K0:WAYjjOdxSP3Ic5K3hrkMZgTbGVRFh/8rs0zqNwSXT4xdCVF4pJr znfM8ulowalPfCSYaZPTmC4tHD+hVoptaJmG4bcFhRNTL31/dA9r7y9bpiMBt6LqQoduJWJ ylMnMR4+TGtzHFUs6V0f6UHBUWb9rGuup60jUWYa6Kd55fxPV216QZ5m9vx4nFiVlx/Nhvg f3mYlMxt4JiZM/x7+dj9Q== X-Archives-Salt: 6a69eaff-9acb-4cb1-994d-fbedcf7cb253 X-Archives-Hash: 3b7908a7f72d2ec92e1077a4a08191d7 Hi, System is an AMD64. I am trying to follow these instructions: http://dev.gentoo.org/~armin76/arm/beagleboneblack/install.xml and get problems while executing Build a crosscompiler Code Listing 3.2: Building a crosscompiler # crossdev -S armv7a-hardfloat-linux-gnueabi >gcc --version gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. >gcc-config -l [1] x86_64-pc-linux-gnu-4.4.7 [2] x86_64-pc-linux-gnu-4.6.3 * After the command "crossdev -S armv7a-hardfloat-linux-gnueabi" failed once, I "emerge -C" all related installation (as given with eix -I) and tryied it again. It fails again. The output was: * gcc failed :( * If you file a bug, please attach the following logfiles: * /var/log/portage/cross-armv7a-hardfloat-linux-gnueabi-info.log * /var/log/portage/cross-armv7a-hardfloat-linux-gnueabi-gcc-stage1.log.xz * /var/tmp/portage/cross-armv7a-hardfloat-linux-gnueabi/gcc*/temp/gcc-config.logs.tar.xz I do *not* include the above files here to not to pollute the mailinglist - but I will do it on request. How can I make the crossdev-command work? Best regards, mcc