Gentoo Archives: gentoo-embedded

From: Ahmed Ammar <b33fc0d3@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi
Date: Sun, 27 Dec 2009 22:36:32
Message-Id: 1261953385.3846.14.camel@gentoo-dev
In Reply to: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi by Ned Ludd
1 On Sun, 2009-12-27 at 14:23 -0800, Ned Ludd wrote:
2 > On Mon, 2009-12-28 at 00:11 +0200, Ahmed Ammar wrote:
3 > > On Wed, 2009-12-23 at 11:01 +0200, Mirage . wrote:
4 > > > Thank you all for your replies.
5 > > >
6 > > > @Ahmed, The installed version is 20091209
7 > > > and the command i used was crossdev -s4 --target
8 > > > armv4tl-softfloat-linux-gnueabi --without-headers
9 > > > the gcc version installed with cross-compiler is 4.3.4 and binutils is
10 > > > 2.20
11 > > > and the one installed on the host is 4.3.2 and binutils is 2.19
12 > >
13 > > Mirage,
14 > >
15 > > First, please don't top post ... it ruins everyone's formatting.
16 > >
17 > > Ok I've hit this issue before, a while back (regarding s4 not producing
18 > > a complete stage4 compiler) but never really looked into it, I have some
19 > > more queries;
20 > >
21 > > * What are the contents
22 > > of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi
23 > > * Whats the output of: emerge --info -v
24 > >
25 > > Temporarily you could try the following <after you saved the above output>:
26 > >
27 > > # crossdev -s4 --ex-only --ex-gcc --target armv4tl-softfloat-linux-gnueabi
28 > >
29 > > A.
30 >
31 > I almost get the feeling she has USE nocxx or build set somewhere.. -s4
32 > should of worked. More so after accomplishing the old headers trick.
33
34 I agree, I stumbled accross this a while back myself crossdev was
35 shoving nocxx in package.use during s1 and never removing it later, but
36 I was also playing with GCC_EXTRA and USE directly from command line.
37
38 A.