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 <gentoo-embedded+bounces-3302-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NNN74-0002bm-8q for garchives@archives.gentoo.org; Wed, 23 Dec 2009 09:02:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95ADCE0665; Wed, 23 Dec 2009 09:01:36 +0000 (UTC) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by pigeon.gentoo.org (Postfix) with ESMTP id 5924EE0665 for <gentoo-embedded@lists.gentoo.org>; Wed, 23 Dec 2009 09:01:36 +0000 (UTC) Received: by ewy24 with SMTP id 24so8002479ewy.26 for <gentoo-embedded@lists.gentoo.org>; Wed, 23 Dec 2009 01:01:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Z8WLR9LxSJWoCRCAYGlTr589Yu9cXIWjotaco2GYkOk=; b=YCKTCZoYX7eDepM4hvKXEugoTQGDVqZ+XLuNzd1h4iUVH5ryYVz0et3+MjZY2UoNKy E4XH7xy6LP6ViphzAlfQbLi6NrLJF7CgYyycRrQlos4akpRCxmLt4/VMoHfbC/lCrq+B 7JtB0pzdCXAO+rm3wMySeYdGGsUtejS3RvEX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HU960KtNjbcuLCwUbGI35PK9kTsqDtG0HrDohbJfAWM/r5cHAQBf0C4AAgh4a95yrq Je3ihVkclPkNUHnLEYZ+EGHqq0YzNHUtHka024smFcpE7r4UK2Y1SgMTuKm/8LYtLnYA ltlBPiL6Om0SynOH31kQo9PrxwDQxEDaya+yg= Precedence: bulk List-Post: <mailto:gentoo-embedded@lists.gentoo.org> List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org> X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.87.132 with SMTP id y4mr3531510wee.99.1261558895573; Wed, 23 Dec 2009 01:01:35 -0800 (PST) In-Reply-To: <1261513106.26386.8.camel@gentoo-dev> References: <db772a720912220114w6f15aa48j40ae367c30fec613@mail.gmail.com> <1261513106.26386.8.camel@gentoo-dev> Date: Wed, 23 Dec 2009 11:01:35 +0200 Message-ID: <db772a720912230101k781d3513sd1629e87d0e7ae10@mail.gmail.com> Subject: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi From: "Mirage ." <superlight2008@gmail.com> To: gentoo-embedded@lists.gentoo.org Content-Type: multipart/alternative; boundary=0016e6d99ba7d57cfd047b619198 X-Archives-Salt: c5904866-6d5c-41ed-8450-79b35bfc48f1 X-Archives-Hash: 7f0e49e484d664c92114d841df68aa81 --0016e6d99ba7d57cfd047b619198 Content-Type: text/plain; charset=ISO-8859-1 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 i tried emerge --sync and emerge portage and then i remerge crossdev but the problem still exits. but i do not update the system as a whole, i do not know if this is the problem or not Note:This is my first experience with gentoo distribution, so i do not know much about it. Regards, Mirage. On Tue, Dec 22, 2009 at 10:18 PM, Ahmed Ammar <b33fc0d3@gentoo.org> wrote: > 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. > > > > --0016e6d99ba7d57cfd047b619198 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Thank you all for your replies.<br><br>@Ahmed, The install= ed version is 20091209<br>and the command i used was crossdev=A0 -s4=A0 --t= arget=A0 <span id=3D":jp" class=3D"hP">armv4tl-softfloat-linux-gnueabi</spa= n>=A0 --without-headers<br> the gcc version installed with cross-compiler is 4.3.4 and binutils is 2.20= <br>and the one installed on the host is 4.3.2 and binutils is 2.19<br><br>= i tried emerge --sync and emerge portage and then i remerge crossdev but th= e problem still exits.<br> but i do not update the system as a whole, i do not know if this is the pro= blem or not<br><br>Note:This is my first experience with gentoo distributio= n, so i do not know much about it.<br><br>Regards,<br>Mirage.<br><br><div c= lass=3D"gmail_quote"> On Tue, Dec 22, 2009 at 10:18 PM, Ahmed Ammar <span dir=3D"ltr"><<a href= =3D"mailto:b33fc0d3@gentoo.org">b33fc0d3@gentoo.org</a>></span> wrote:<b= r><blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204= , 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div class=3D"im">On Tue, 2009-12-22 at 11:14 +0200, Mirage ha wrote:<br> > Hi All,<br> ><br> > It is my first time to post in the forum.<br> > I am trying to build =A0armv4tl-softfloat-linux-gnueabi toolchain, =A0= when<br> > i am trying to build it with headers it fails.<br> > I tried =A0to build it using --without-headers option and it succeeded= <br> > but the g++ =A0command was not exists (i am using s4 option).<br> > So how do i get the g++ command.<br> <br> </div>The version of crossdev would be useful and the full command you used= to<br> call crossdev.<br> <font color=3D"#888888"><br> A.<br> <br> <br> <br> </font></blockquote></div><br></div> --0016e6d99ba7d57cfd047b619198--