Gentoo Archives: gentoo-embedded

From: "Dennis.Yxun" <dennis.yxun@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi
Date: Tue, 22 Dec 2009 09:31:57
Message-Id: 7b09df4c0912220131k784a8c9fjc943ab4ce55a0810@mail.gmail.com
In Reply to: [gentoo-embedded] g++ not found after build armv4tl-softfloat-linux-gnueabi by Mirage ha
1 you should looking for armv4tl-softfloat-linux-gnueabi-g++ , right?
2 I also built with "--without-headers", but haven't encountered the problem
3 you mentioned
4
5 $qlist -ICv armv
6 cross-armv7a-softfloat-linux-gnueabi/binutils-2.20
7 cross-armv7a-softfloat-linux-gnueabi/gcc-4.4.1
8 cross-armv7a-softfloat-linux-gnueabi/glibc-2.10.1-r1
9 cross-armv7a-softfloat-linux-gnueabi/linux-headers-2.6.30-r1
10
11 $armv7a-softfloat-linux-gnueabi-g++ -v
12 Using built-in specs.
13 Target: armv7a-softfloat-linux-gnueabi
14 Configured with:
15 /var/build/cross/armv7a-softfloat-linux-gnueabi/portage/cross-armv7a-softfloat-linux-gnueabi/gcc-4.4.1/work/gcc-4.4.1/configure
16 --prefix=/usr
17 --bindir=/usr/i686-pc-linux-gnu/armv7a-softfloat-linux-gnueabi/gcc-bin/4.4.1
18 --includedir=/usr/lib/gcc/armv7a-softfloat-linux-gnueabi/4.4.1/include
19 --datadir=/usr/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1
20 --mandir=/usr/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1/man
21 --infodir=/usr/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1/info
22 --with-gxx-include-dir=/usr/lib/gcc/armv7a-softfloat-linux-gnueabi/4.4.1/include/g++-v4
23 --host=i686-pc-linux-gnu --target=armv7a-softfloat-linux-gnueabi
24 --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point
25 --without-ppl --without-cloog --with-float=soft --enable-nls
26 --without-included-gettext --with-system-zlib --disable-checking
27 --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap
28 --disable-libssp --disable-libgomp --enable-cld
29 --with-python-dir=/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1/python
30 --disable-libgcj --enable-languages=c,c++,fortran
31 --with-sysroot=/usr/armv7a-softfloat-linux-gnueabi --disable-bootstrap
32 --disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=
33 http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.1 p1.0'
34 Thread model: posix
35 gcc version 4.4.1 (Gentoo 4.4.1 p1.0)
36
37
38 On Tue, Dec 22, 2009 at 5:14 PM, Mirage ha <superlight2008@×××××.com> wrote:
39
40 > Hi All,
41 >
42 > It is my first time to post in the forum.
43 > I am trying to build armv4tl-softfloat-linux-gnueabi toolchain, when i am
44 > trying to build it with headers it fails.
45 > I tried to build it using --without-headers option and it succeeded but
46 > the g++ command was not exists (i am using s4 option).
47 > So how do i get the g++ command.
48 >
49 > Be gentle with me i am a girl :).
50 >
51 > Regards,
52 > Mirage.
53 >