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-3305-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NOqvo-0003Ao-0z for garchives@archives.gentoo.org; Sun, 27 Dec 2009 11:05:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D622E072B; Sun, 27 Dec 2009 11:03:55 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.150]) by pigeon.gentoo.org (Postfix) with ESMTP id 13748E072B for <gentoo-embedded@lists.gentoo.org>; Sun, 27 Dec 2009 11:03:54 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 3so2046640eyh.40 for <gentoo-embedded@lists.gentoo.org>; Sun, 27 Dec 2009 03:03:54 -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=M0yKF4GSbV92soVHO+vJurRSHQxsEOi2y300uohfZFk=; b=b8OY40rMtfPDQjY26Kn6lALEJkRh2c5ceo2b1ohJTYlrga9jYk+A3Oy9SVTAEZIlUx YJpfZO1yZLFtkFuZH7OMASUMuPrtjpdkTqZzKo4FhIhSPfjWpWUpESLCC2vhvTm3ZClX 7WZtiNWWpGGJAgqgD9K9IEMUcf3IU0dzWDl6g= 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=D0tizufxoQ2us8lZC9hKN8RQHcBBkg4P8TYWmYppcZjLN7uIpO5Mi2ovWz1jUcQv1l iwVqMU899CshvXn2mUdRig1STqd51q/ddHJdKJu/Iy7egaaP7qNjR14L0NuqO/hSmN6G HV2GIR14zB+NYVe+VkPU9nG1wMNuLxpT3IIEw= 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.6 with SMTP id x6mr4834198wee.174.1261911834283; Sun, 27 Dec 2009 03:03:54 -0800 (PST) In-Reply-To: <1261578656.5701.1.camel@localhost> References: <db772a720912220114w6f15aa48j40ae367c30fec613@mail.gmail.com> <1261513106.26386.8.camel@gentoo-dev> <db772a720912230101k781d3513sd1629e87d0e7ae10@mail.gmail.com> <1261578656.5701.1.camel@localhost> Date: Sun, 27 Dec 2009 13:03:54 +0200 Message-ID: <db772a720912270303h18d7ff93jc5fb5765a51efff@mail.gmail.com> Subject: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi From: Mirage ha <superlight2008@gmail.com> To: gentoo-embedded@lists.gentoo.org Content-Type: multipart/alternative; boundary=0016e6daaff69ece04047bb3beb8 X-Archives-Salt: 204eb02e-f509-4849-96a0-f07ad0cc31bb X-Archives-Hash: 54455892c6fb6a3bfa55b6a215e8fbbb --0016e6daaff69ece04047bb3beb8 Content-Type: text/plain; charset=ISO-8859-1 I did but it always stop after stage2 is their any way to install stage 3&4 explicitly to have g++ command. Thanks Mirage On Wed, Dec 23, 2009 at 4:30 PM, Ned Ludd <solar@gentoo.org> 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 > > > > 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. > > > > Mirage, > Please try running crossdev -s4 armv4tl-softfloat-linux-gnueabi again > but w/o the --without-headers option this time. > > > 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. > > > > > > > > > > > > > --0016e6daaff69ece04047bb3beb8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">I did but it always stop after stage2 <br>is=A0 their any = way to install stage 3&4 explicitly to have g++ command.<br><br>Thanks<= br>Mirage<br><br><div class=3D"gmail_quote">On Wed, Dec 23, 2009 at 4:30 PM= , Ned Ludd <span dir=3D"ltr"><<a href=3D"mailto:solar@gentoo.org">solar@= gentoo.org</a>></span> wrote:<br> <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 Wed, 2009-12-23 at 11:01 +0200, Mirage . wrote:<br> > Thank you all for your replies.<br> ><br> > @Ahmed, The installed version is 20091209<br> > and the command i used was crossdev =A0-s4 =A0--target<br> > armv4tl-softfloat-linux-gnueabi =A0--without-headers<br> > the gcc version installed with cross-compiler is 4.3.4 and binutils is= <br> > 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<b= r> > but the problem still exits.<br> > but i do not update the system as a whole, i do not know if this is<br= > > the problem or not<br> ><br> > Note:This is my first experience with gentoo distribution, so i do not= <br> > know much about it.<br> ><br> <br> </div>Mirage,<br> Please try running crossdev -s4 armv4tl-softfloat-linux-gnueabi again<br> but w/o the --without-headers option this time.<br> <div><div></div><div class=3D"h5"><br> > On Tue, Dec 22, 2009 at 10:18 PM, Ahmed Ammar <<a href=3D"mailto:b3= 3fc0d3@gentoo.org">b33fc0d3@gentoo.org</a>><br> > wrote:<br> > =A0 =A0 =A0 =A0 On Tue, 2009-12-22 at 11:14 +0200, Mirage ha wrote:<br= > > =A0 =A0 =A0 =A0 > Hi All,<br> > =A0 =A0 =A0 =A0 ><br> > =A0 =A0 =A0 =A0 > It is my first time to post in the forum.<br> > =A0 =A0 =A0 =A0 > I am trying to build =A0armv4tl-softfloat-linux-g= nueabi<br> > =A0 =A0 =A0 =A0 toolchain, =A0when<br> > =A0 =A0 =A0 =A0 > i am trying to build it with headers it fails.<br= > > =A0 =A0 =A0 =A0 > I tried =A0to build it using --without-headers op= tion and it<br> > =A0 =A0 =A0 =A0 succeeded<br> > =A0 =A0 =A0 =A0 > but the g++ =A0command was not exists (i am using= s4 option).<br> > =A0 =A0 =A0 =A0 > So how do i get the g++ command.<br> ><br> ><br> > =A0 =A0 =A0 =A0 The version of crossdev would be useful and the full c= ommand<br> > =A0 =A0 =A0 =A0 you used to<br> > =A0 =A0 =A0 =A0 call crossdev.<br> ><br> > =A0 =A0 =A0 =A0 A.<br> ><br> ><br> ><br> ><br> ><br> <br> <br> </div></div></blockquote></div><br></div> --0016e6daaff69ece04047bb3beb8--