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 1NP1LM-0001Ky-39 for garchives@archives.gentoo.org; Sun, 27 Dec 2009 22:12:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9EDE0880; Sun, 27 Dec 2009 22:11:58 +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 0CCABE096B for ; Sun, 27 Dec 2009 22:11:57 +0000 (UTC) Received: by fxm28 with SMTP id 28so1322974fxm.26 for ; Sun, 27 Dec 2009 14:11:57 -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=29S36TYdnd3nWqeYCK0emcW6CKVw5dvCk0KLWUDOXIs=; b=LYW7xZrkntTh0fhr2mywt7dCZAA5ffjNtwDsfMpTAB4h/FZdWK9w/wPc+UeodFxp54 bZ+yWeczi7AiHiNdMWfELcVOv4gDOtV3CDCuUjjme2ujtGXmMSXarUynpwLx8yvnWb5X 8J4YnGYADBmf7rWfOa6wTKuT2fl2VmLZpTP10= 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=ucVFtBWRveB1rqKfj5t55rmq9bNIKt7Abcin0dBbP1fozs0DmnSchkbaiWzauDQyzg saX8vLrYF5OnYg7zznpM2X6NGjTCOZgD/tlJWEypQQdlQW5Vz0KIhYKc9NRdvlDQ+SpD +H11tleZJYnThix69XvzG7WNVgsam0w0gZt2I= Received: by 10.103.81.20 with SMTP id i20mr1700539mul.27.1261951917266; Sun, 27 Dec 2009 14:11:57 -0800 (PST) Received: from ?192.168.1.66? ([41.237.77.163]) by mx.google.com with ESMTPS id 14sm24789662muo.4.2009.12.27.14.11.56 (version=SSLv3 cipher=RC4-MD5); Sun, 27 Dec 2009 14:11:56 -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: References: <1261513106.26386.8.camel@gentoo-dev> Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Dec 2009 00:11:55 +0200 Message-ID: <1261951915.3846.10.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: d70dd304-f62e-4bce-936b-22f293c52406 X-Archives-Hash: f2f6527b559b7db1051289c3acb2b42f 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.