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 1NP1iy-0004Fo-B5 for garchives@archives.gentoo.org; Sun, 27 Dec 2009 22:36:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8443DE06BA; Sun, 27 Dec 2009 22:36:30 +0000 (UTC) Received: from mail-fx0-f228.google.com (mail-fx0-f228.google.com [209.85.220.228]) by pigeon.gentoo.org (Postfix) with ESMTP id 49C24E06BA for ; Sun, 27 Dec 2009 22:36:30 +0000 (UTC) Received: by fxm28 with SMTP id 28so1332335fxm.26 for ; Sun, 27 Dec 2009 14:36:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:from:to :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=5sZ0UYqZsS3TxfhhLYS6eSeAvqp6tyYCXEV5FgwcNPs=; b=xyN3lGDVGlescz8xoC2+qfk/bguWaXFuekvR5x2FihKv7Yod8XCgVPyC+rUJucajUe I6keKmO8RzFHLMtormGtveCcyMPML1oS10LNzE1077g9arPO40PnbyK/9293ZHpywB5c xhxkHYV89wS6xMmUFIdXuK2ni4CAcAJUJ/20w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:from:to:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=HtqqVXzi6PLhMVKFrvZLrfht+AX9qI591Y+VjxwlO7lfn8mdZK8TEyDV2YE5aXO1dx V9fEbPxfCE6n6fZ0MfoUqDLK8YCrooq6N+qFDUdVGvXawAZVr5goHJ+lLTrX3l6CR64B Jb+YcFVc+CPFCw6Y87vRzUuRnlKmOhH73O7KM= Received: by 10.87.63.14 with SMTP id q14mr4847444fgk.44.1261953389754; Sun, 27 Dec 2009 14:36:29 -0800 (PST) Received: from ?192.168.1.66? ([41.237.77.163]) by mx.google.com with ESMTPS id e3sm34833420fga.1.2009.12.27.14.36.28 (version=SSLv3 cipher=RC4-MD5); Sun, 27 Dec 2009 14:36:29 -0800 (PST) Sender: Ahmed Ammar Subject: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi From: Ahmed Ammar To: gentoo-embedded@lists.gentoo.org In-Reply-To: <1261952635.8575.9.camel@localhost> References: <1261513106.26386.8.camel@gentoo-dev> <1261951915.3846.10.camel@gentoo-dev> <1261952635.8575.9.camel@localhost> Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Dec 2009 00:36:25 +0200 Message-ID: <1261953385.3846.14.camel@gentoo-dev> 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.28.1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 10e658c3-99ff-47c1-abc9-8ea66d37da57 X-Archives-Hash: 71abed85e6f5ab825c4ba530b493fb13 On Sun, 2009-12-27 at 14:23 -0800, Ned Ludd wrote: > 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. I agree, I stumbled accross this a while back myself crossdev was shoving nocxx in package.use during s1 and never removing it later, but I was also playing with GCC_EXTRA and USE directly from command line. A.