From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NP1X6-0002nc-Ec for garchives@archives.gentoo.org; Sun, 27 Dec 2009 22:24:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 084EEE0656; Sun, 27 Dec 2009 22:23:57 +0000 (UTC) Received: from homeless.linbsd.net (homeless.linbsd.net [64.127.112.66]) by pigeon.gentoo.org (Postfix) with ESMTP id DF931E0656 for ; Sun, 27 Dec 2009 22:23:56 +0000 (UTC) Received: from [192.168.1.2] (dsl092-011-131.sfo1.dsl.speakeasy.net [66.92.11.131]) by homeless.linbsd.net (Postfix) with ESMTPA id 45824578A9 for ; Sun, 27 Dec 2009 22:23:56 +0000 (UTC) Subject: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi From: Ned Ludd To: gentoo-embedded@lists.gentoo.org In-Reply-To: <1261951915.3846.10.camel@gentoo-dev> References: <1261513106.26386.8.camel@gentoo-dev> <1261951915.3846.10.camel@gentoo-dev> Content-Type: text/plain Date: Sun, 27 Dec 2009 14:23:55 -0800 Message-Id: <1261952635.8575.9.camel@localhost> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 7ec76043-e8fe-4b06-95f6-9094134d0934 X-Archives-Hash: 36756d628ef0024a115f193d5b52f480 On Mon, 2009-12-28 at 00:11 +0200, Ahmed Ammar wrote: > On Wed, 2009-12-23 at 11:01 +0200, Mirage . wrote: > > Thank you all for your replies. > > > > @Ahmed, The installed version is 20091209 > > and the command i used was crossdev -s4 --target > > armv4tl-softfloat-linux-gnueabi --without-headers > > the gcc version installed with cross-compiler is 4.3.4 and binutils is > > 2.20 > > and the one installed on the host is 4.3.2 and binutils is 2.19 > > Mirage, > > First, please don't top post ... it ruins everyone's formatting. > > Ok I've hit this issue before, a while back (regarding s4 not producing > a complete stage4 compiler) but never really looked into it, I have some > more queries; > > * What are the contents > of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi > * Whats the output of: emerge --info -v > > Temporarily you could try the following : > > # crossdev -s4 --ex-only --ex-gcc --target armv4tl-softfloat-linux-gnueabi > > A. I almost get the feeling she has USE nocxx or build set somewhere.. -s4 should of worked. More so after accomplishing the old headers trick.