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 1NNBCN-0004xZ-TS for garchives@archives.gentoo.org; Tue, 22 Dec 2009 20:19:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3CA8E0986; Tue, 22 Dec 2009 20:18:30 +0000 (UTC) Received: from mail-fx0-f215.google.com (mail-fx0-f215.google.com [209.85.220.215]) by pigeon.gentoo.org (Postfix) with ESMTP id 49E20E0986 for ; Tue, 22 Dec 2009 20:18:30 +0000 (UTC) Received: by fxm7 with SMTP id 7so6365718fxm.29 for ; Tue, 22 Dec 2009 12:18: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=ulALul3UNNqhf+sFLQ8mliEZzI6s1aKmLRHEUp71ydU=; b=INZHVwO9P+fufp7X2XZCtqkZorGp1M31sqwSKVY1IQ8ij80OI/K0vzrSS0mQsF6Hq2 xYTuYe3ejuPEGrrBehStfRai6f3TT/olAlcYPwmVHz2U1sbDKED1IRTNUxXr7V0K7/pY 1OQMcCvWFdxh7nqDCrOd0QFES1mfnAuXzvFBM= 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=XGIj2bLfghsjKQnKfX0zVGPHgJNe+XYPaWOfi/i3MPIWU230Ts5jfgg8q8JqtlMRgv Z4xR1VmuSVTo/KRpBUByVxdPFv+wsshI+LWisO6uV2o9Y7lTjQ7fKla8HMrFJ9i8m/Fn 77HRbP4707fylqfwCa3/1c5ZDX96jzK8URKIs= Received: by 10.223.5.25 with SMTP id 25mr844570fat.38.1261513108591; Tue, 22 Dec 2009 12:18:28 -0800 (PST) Received: from ?192.168.1.66? ([41.237.77.199]) by mx.google.com with ESMTPS id y15sm10413873fkd.56.2009.12.22.12.18.26 (version=SSLv3 cipher=RC4-MD5); Tue, 22 Dec 2009 12:18:26 -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: Content-Type: text/plain; charset="UTF-8" Date: Tue, 22 Dec 2009 22:18:26 +0200 Message-ID: <1261513106.26386.8.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: 6d49dab9-bcf5-49d6-9e12-c9b416d448b0 X-Archives-Hash: f7c5f0cf15d35645da01ea3c21685df3 On Tue, 2009-12-22 at 11:14 +0200, Mirage ha wrote: > Hi All, > > It is my first time to post in the forum. > I am trying to build armv4tl-softfloat-linux-gnueabi toolchain, when > i am trying to build it with headers it fails. > I tried to build it using --without-headers option and it succeeded > but the g++ command was not exists (i am using s4 option). > So how do i get the g++ command. The version of crossdev would be useful and the full command you used to call crossdev. A.