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:12:08
Message-Id: 1261951915.3846.10.camel@gentoo-dev
In Reply to: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi by "Mirage ."
1 On Wed, 2009-12-23 at 11:01 +0200, Mirage . wrote:
2 > Thank you all for your replies.
3 >
4 > @Ahmed, The installed version is 20091209
5 > and the command i used was crossdev -s4 --target
6 > armv4tl-softfloat-linux-gnueabi --without-headers
7 > the gcc version installed with cross-compiler is 4.3.4 and binutils is
8 > 2.20
9 > and the one installed on the host is 4.3.2 and binutils is 2.19
10
11 Mirage,
12
13 First, please don't top post ... it ruins everyone's formatting.
14
15 Ok I've hit this issue before, a while back (regarding s4 not producing
16 a complete stage4 compiler) but never really looked into it, I have some
17 more queries;
18
19 * What are the contents
20 of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi
21 * Whats the output of: emerge --info -v
22
23 Temporarily you could try the following <after you saved the above output>:
24
25 # crossdev -s4 --ex-only --ex-gcc --target armv4tl-softfloat-linux-gnueabi
26
27 A.

Replies