Mailing List Archive

g++ not found after build armv4tl-softfloat-linux-gnueabi
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.

Be gentle with me i am a girl :).

Regards,
Mirage.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
you should looking for armv4tl-softfloat-linux-gnueabi-g++ , right?
I also built with "--without-headers", but haven't encountered the problem
you mentioned

$qlist -ICv armv
cross-armv7a-softfloat-linux-gnueabi/binutils-2.20
cross-armv7a-softfloat-linux-gnueabi/gcc-4.4.1
cross-armv7a-softfloat-linux-gnueabi/glibc-2.10.1-r1
cross-armv7a-softfloat-linux-gnueabi/linux-headers-2.6.30-r1

$armv7a-softfloat-linux-gnueabi-g++ -v
Using built-in specs.
Target: armv7a-softfloat-linux-gnueabi
Configured with:
/var/build/cross/armv7a-softfloat-linux-gnueabi/portage/cross-armv7a-softfloat-linux-gnueabi/gcc-4.4.1/work/gcc-4.4.1/configure
--prefix=/usr
--bindir=/usr/i686-pc-linux-gnu/armv7a-softfloat-linux-gnueabi/gcc-bin/4.4.1
--includedir=/usr/lib/gcc/armv7a-softfloat-linux-gnueabi/4.4.1/include
--datadir=/usr/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1
--mandir=/usr/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1/man
--infodir=/usr/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1/info
--with-gxx-include-dir=/usr/lib/gcc/armv7a-softfloat-linux-gnueabi/4.4.1/include/g++-v4
--host=i686-pc-linux-gnu --target=armv7a-softfloat-linux-gnueabi
--build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point
--without-ppl --without-cloog --with-float=soft --enable-nls
--without-included-gettext --with-system-zlib --disable-checking
--disable-werror --enable-secureplt --disable-multilib --disable-libmudflap
--disable-libssp --disable-libgomp --enable-cld
--with-python-dir=/share/gcc-data/armv7a-softfloat-linux-gnueabi/4.4.1/python
--disable-libgcj --enable-languages=c,c++,fortran
--with-sysroot=/usr/armv7a-softfloat-linux-gnueabi --disable-bootstrap
--disable-libgomp --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=
http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.1 p1.0'
Thread model: posix
gcc version 4.4.1 (Gentoo 4.4.1 p1.0)


On Tue, Dec 22, 2009 at 5:14 PM, Mirage ha <superlight2008@gmail.com> 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.
>
> Be gentle with me i am a girl :).
>
> Regards,
> Mirage.
>
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
Hi,

Am 22.12.2009 10:14, schrieb Mirage ha:
> 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.
>
> Be gentle with me i am a girl :).
>
I'll try my best not to hurt your feelings ;)

when i built my first toolchain with crossdev something similar happened
to me. Somehow it didn't build a stage4-cross-toolchain instead it just
built a stage2- or stage3. As i've recently ordered a Sheevaplug i
created a arm5-toolchain-toolchain and this time i got a correct
stage4-cross compile toolchain with g++ and everything. Maybe it helps
if you just update crossdev.

Regards,

Christoph
> Regards,
> Mirage.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
Christoph Spielmann wrote:
>> Be gentle with me i am a girl :).
>
> I'll try my best not to hurt your feelings ;)

I think this is the attitude to always strive for, no matter who is
asking for help!

I can certainly improve my own attitude sometimes, that I know.


//Peter
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
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.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
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.
>
>
>
>
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
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.
>
>
>
>
>
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
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.
> >
> >
> >
> >
> >
>
>
>
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
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

Mirage,

First, please don't top post ... it ruins everyone's formatting.

Ok I've hit this issue before, a while back (regarding s4 not producing
a complete stage4 compiler) but never really looked into it, I have some
more queries;

* What are the contents
of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi
* Whats the output of: emerge --info -v
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
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

Mirage,

First, please don't top post ... it ruins everyone's formatting.

Ok I've hit this issue before, a while back (regarding s4 not producing
a complete stage4 compiler) but never really looked into it, I have some
more queries;

* What are the contents
of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi
* Whats the output of: emerge --info -v

Temporarily you could try the following <after you saved the above output>:

# crossdev -s4 --ex-only --ex-gcc --target armv4tl-softfloat-linux-gnueabi

A.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
On Mon, 2009-12-28 at 00:11 +0200, Ahmed Ammar 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
>
> Mirage,
>
> First, please don't top post ... it ruins everyone's formatting.
>
> Ok I've hit this issue before, a while back (regarding s4 not producing
> a complete stage4 compiler) but never really looked into it, I have some
> more queries;
>
> * What are the contents
> of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi
> * Whats the output of: emerge --info -v
>
> Temporarily you could try the following <after you saved the above output>:
>
> # crossdev -s4 --ex-only --ex-gcc --target armv4tl-softfloat-linux-gnueabi
>
> A.

I almost get the feeling she has USE nocxx or build set somewhere.. -s4
should of worked. More so after accomplishing the old headers trick.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
please don't make assumptions about top posting. i often read email on
a tiny (and sometimes embedded) device and TOP posting is far more
effective and functional.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
On Sun, 2009-12-27 at 14:23 -0800, Ned Ludd wrote:
> On Mon, 2009-12-28 at 00:11 +0200, Ahmed Ammar 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
> >
> > Mirage,
> >
> > First, please don't top post ... it ruins everyone's formatting.
> >
> > Ok I've hit this issue before, a while back (regarding s4 not producing
> > a complete stage4 compiler) but never really looked into it, I have some
> > more queries;
> >
> > * What are the contents
> > of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi
> > * Whats the output of: emerge --info -v
> >
> > Temporarily you could try the following <after you saved the above output>:
> >
> > # crossdev -s4 --ex-only --ex-gcc --target armv4tl-softfloat-linux-gnueabi
> >
> > A.
>
> I almost get the feeling she has USE nocxx or build set somewhere.. -s4
> should of worked. More so after accomplishing the old headers trick.

I agree, I stumbled accross this a while back myself crossdev was
shoving nocxx in package.use during s1 and never removing it later, but
I was also playing with GCC_EXTRA and USE directly from command line.

A.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
On Sun, 2009-12-27 at 17:35 -0500, David Ford wrote:
> please don't make assumptions about top posting. i often read email on
> a tiny (and sometimes embedded) device and TOP posting is far more
> effective and functional.

Please note:

http://archives.gentoo.org/gentoo-dev/msg_245638ef633fa5c4969cc6e9801256df.xml
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
On Mon, 2009-12-28 at 00:40 +0200, Ahmed Ammar wrote:
[snip]
> Please note:
> http://archives.gentoo.org/gentoo-dev/msg_245638ef633fa5c4969cc6e9801256df.xml

Being semi work forced, Top posting has the advantage when dealing with
mobile devices.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
On Mon, Dec 28, 2009 at 12:11 AM, Ahmed Ammar <b33fc0d3@gentoo.org> wrote:

> On Wed, 2009-12-23 at 11:01 +0200, Mirage . wrote:
>
> Mirage,
>
> First, please don't top post ... it ruins everyone's formatting.
>
> Ok I've hit this issue before, a while back (regarding s4 not producing
> a complete stage4 compiler) but never really looked into it, I have some
> more queries;
>
> * What are the contents
> of: /etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi
> * Whats the output of: emerge --info -v
>
> Temporarily you could try the following <after you saved the above output>:
>
> # crossdev -s4 --ex-only --ex-gcc --target armv4tl-softfloat-linux-gnueabi
>

A.
>
>
>
Ahmed,
First, sorry for late reply.

I tried the above command but i still don't have g++ command
below are the results for your queries:

/etc/portage/package.*/cross-armv4tl-softfloat-linux-gnueabi


cross-armv4tl-softfloat-linux-gnueabi/binutils arm ~arm -x86 -~x86
cross-armv4tl-softfloat-linux-gnueabi/gcc arm ~arm -x86 -~x86
cross-armv4tl-softfloat-linux-gnueabi/linux-headers arm ~arm -x86 -~x86
cross-armv4tl-softfloat-linux-gnueabi/glibc arm ~arm -x86 -~x86
cross-armv4tl-softfloat-linux-gnueabi/gdb arm ~arm -x86 -~x86
cross-armv4tl-softfloat-linux-gnueabi/insight arm ~arm -x86 -~x86
cross-armv4tl-softfloat-linux-gnueabi/binutils -selinux
cross-armv4tl-softfloat-linux-gnueabi/linux-headers -selinux
cross-armv4tl-softfloat-linux-gnueabi/glibc -selinux
cross-armv4tl-softfloat-linux-gnueabi/gcc -selinux -boundschecking -d -gtk
-gcj -libffi -mudflap -objc -objc++ -objc-gc -openmp

emerge --info -v:

System uname: Linux-2.6.28-rc9-i686-Intel-R-_Core-TM-2_Duo_CPU_E4600_@
_2.40GHz-with-gentoo-2.0.1
Timestamp of tree: Tue, 22 Dec 2009 14:15:01 +0000
ccache version 2.4 [disabled]
app-shells/bash: 4.0_p35
dev-java/java-config: 1.3.7-r1, 2.1.6-r1
dev-lang/python: 2.4.4-r15, 2.5.2-r8, 2.6.4, 3.1.1-r1
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache: 2.4-r8
dev-util/cmake: 2.6.2
sys-apps/baselayout: 2.0.1
sys-apps/openrc: 0.6.0
sys-apps/sandbox: 2.2
sys-devel/autoconf: 2.13, 2.64
sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.3, 1.11.1
sys-devel/binutils: 2.20
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.2.6b
virtual/os-headers: 2.6.30-r1
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE="* -@EULA"
ACCEPT_PROPERTIES="*"
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1
emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m
maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null
plug rate route share shm softvol"
ANT_HOME="/usr/share/ant"
APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm
authn_default authn_file authz_dbm authz_default authz_groupfile authz_host
authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir
disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
speling status unique_id userdir usertrack vhost_alias"
ARCH="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="i686-pc-linux-gnu"
CLASSPATH="."
CLEAN_DELAY="5"
COLLISION_IGNORE="/lib/modules"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild
/etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d
/etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CVS_RSH="ssh"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
EDITOR="vim"
ELIBC="glibc"
EMERGE_WARNING_DELAY="10"
EPREFIX=""
EROOT="/"
FEATURES="assume-digests autoaddcvs buildpkg cvs distlocks keepwork
metadata-transfer news noclean parallel-fetch preserve-libs protect-owned
sfperms strict unmerge-logs unmerge-orphans userfetch"
FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}"
"${URI}""
FOO2ZJS_DEVICES="hp1018"
GCC_SPECS=""
GDK_USE_XFT="1"
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
HG="/usr/bin/hg"
HOME="/home/mirage"
INFOPATH="/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.20/info:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.3.4/info"
INPUT_DEVICES="keyboard mouse kbd"
JAVAC="/etc/java-config-2/current-system-vm/bin/javac"
JAVACC_HOME="/usr/share/javacc/"
JAVA_HOME="/etc/java-config-2/current-system-vm"
JDK_HOME="/etc/java-config-2/current-system-vm"
KERNEL="linux"
LANG="en_GB.utf8"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
ncurses text"
LC_ALL="en_GB.utf8"
LDFLAGS="-Wl,-O1,--enable-new-dtags,--sort-common,--hash-style=gnu
-Wl,--as-needed"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe.sh %s"
LINGUAS="en en_GB"
LOGNAME="mirage"
LS_COLORS="rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:"
MAIL="/var/mail/mirage"
MAKEOPTS="-j4"
MANPATH="/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.20/man:/usr/share/gcc-data/i486-pc-linux-gnu/4.1.2/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.3.4/man:/etc/java-config/system-vm/man/"
NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility
nb php profiler soa visualweb webcommon websvccommon xml"
OMNIORB_CONFIG="/etc/omniorb/omniORB.cfg"
OPENGL_PROFILE="xorg-x11"
PAGER="/usr/bin/less"
PATH="/usr/local/bin:/usr/bin:/bin:/usr/i686-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.4:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.3.4:/usr/games/bin"
PKGDIR="/usr/portage/packages"
PORTAGE_ARCHLIST="ppc x86-openbsd ppc-openbsd ppc64 x86-winnt x86-fbsd
ppc-aix alpha arm x86-freebsd s390 amd64 arm-linux x86-macos x64-openbsd
ia64-hpux hppa x86-netbsd amd64-linux ia64-linux x86 sparc-solaris
x64-freebsd sparc64-solaris x86-linux x64-macos sparc m68k-mint ia64 mips
ppc-macos x86-interix hppa-hpux amd64-fbsd x64-solaris mips-irix m68k sh
x86-solaris sparc-fbsd"
PORTAGE_BINHOST_CHUNKSIZE="3000"
PORTAGE_BIN_PATH="/usr/lib/portage/bin"
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
PORTAGE_CONFIGROOT="/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save_summary echo"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="250"
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_NICENESS="10"
PORTAGE_PYM_PATH="/usr/lib/portage/pym"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_RSYNC_RETRIES="3"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
PORT_LOGDIR="/var/log/portage"
PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND"
PWD="/home/mirage"
RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O
"${DISTDIR}/${FILE}" "${URI}""
ROOT="/"
ROOTPATH="/opt/bin:/usr/i686-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.3.4:/usr/i486-pc-linux-gnu/gcc-bin/4.1.2:/usr/i686-pc-linux-gnu/gcc-bin/4.3.4"
RPMDIR="/usr/portage/rpm"
RUBY_TARGETS="ruby18"
SGML_CATALOG_FILES="/etc/sgml/xml-docbook-4.5.cat:
/etc/sgml/xml-docbook-4.2.cat:/etc/sgml/openjade-1.3.2.cat:
/etc/sgml/xml-docbook-4.1.2.cat:/etc/sgml/xml-simple-docbook-4.1.2.4.cat:
/etc/sgml/xml-simple-docbook-1.0.cat:/etc/sgml/sgml-docbook-3.1.cat:
/etc/sgml/sgml-docbook-3.0.cat:/etc/sgml/xml-docbook-4.3.cat:
/etc/sgml/sgml-docbook-4.5.cat:/etc/sgml/sgml-lite.cat:
/etc/sgml/sgml-ent.cat:/etc/sgml/xml-docbook-4.4.cat:
/etc/sgml/sgml-docbook.cat:/etc/sgml/dsssl-docbook-stylesheets.cat:
/etc/sgml/sgml-docbook-4.1.cat:/etc/sgml/sgml-docbook-4.0.cat"
SHELL="/bin/bash"
SHLVL="1"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
TERM="xterm"
USE="X a52 aac acl acpi alsa bash-completion berkdb bluetooth bzip2 cairo
cdr cli consolekit cracklib crypt cscope cups custom-optimization cxx dbus
dri dts dvd dvdr eds emboss encode evo extras fam flac fortran gdbm gif
glitz gnome gpm gstreamer gtk hal iconv java5 java6 jpeg ldap libnotify mad
mikmod mng modules mp3 mp4 mpeg mudflap nautilus ncurses nls nptl nptlonly
nsplugin ogg opengl openmp oss pam pcre pdf perl png policykit ppds pppd
python qt3support quicktime readline reflection samba sdl session spell spl
sse ssl startup-notification svg sysfs tcpd threads thunar tiff truetype
ttif unicode usb vorbis win32codecs x264 x86 xcb xml xorg xulrunner xv xvid
zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file
hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null
plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic
authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm
authz_default authz_groupfile authz_host authz_owner authz_user autoindex
cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter
file_cache filter headers include info log_config logio mem_cache mime
mime_magic negotiation rewrite setenvif speling statCOXXus unique_id userdir
usertrack vhost_alias" ELIBC="glibc" FOO2ZJS_DEVICES="hp1018"
INPUT_DEVICES="keyboard mouse kbd" KERNEL="linux" LCD_DEVICES="bayrad cfontz
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB"
RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel"
USER="mirage"
USERLAND="GNU"
USE_EXPAND="ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS
CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES
FRITZCAPI_CARDS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES
MISDN_CARDS NETBEANS_MODULES QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS
RUBY_TARGETS SANE_BACKENDS USERLAND VIDEO_CARDS"
USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND"
USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d"
VIDEO_CARDS="intel"
XSESSION="Gnome"
_="/usr/bin/emerge"





--
Never Think Hard About Past,It brings"Tears" Don't think more about future,
It brings"Fears" Live this moment with a Smile, It brings"Cheers", And I
Wish U HaPpY New Year :).

Regards,
Mirage
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
On Sun, 2010-01-03 at 13:20 +0200, Mirage ha wrote:
> FEATURES="assume-digests autoaddcvs buildpkg cvs distlocks keepwork
> metadata-transfer news noclean parallel-fetch preserve-libs
> protect-owned sfperms strict unmerge-logs unmerge-orphans userfetch"

Ok I think this could be it.

You have 'keepwork' enabled which would prolly make crossdev just jump
right through recompiling gcc for anything past s1.

Remove that FEATURE and try again.

A.
Re: g++ not found after build armv4tl-softfloat-linux-gnueabi [ In reply to ]
On Sun, Jan 3, 2010 at 2:13 PM, Ahmed Ammar <b33fc0d3@gentoo.org> wrote:

> On Sun, 2010-01-03 at 13:20 +0200, Mirage ha wrote:
> > FEATURES="assume-digests autoaddcvs buildpkg cvs distlocks keepwork
> > metadata-transfer news noclean parallel-fetch preserve-libs
> > protect-owned sfperms strict unmerge-logs unmerge-orphans userfetch"
>
> Ok I think this could be it.
>
> You have 'keepwork' enabled which would prolly make crossdev just jump
> right through recompiling gcc for anything past s1.
>
> Remove that FEATURE and try again.
>
> A.
>
>
>
>
>

Thanks Ahmed, It finally works.
And thank you all for your help.

Regards,
Mirage
--
Never Think Hard About Past,It brings"Tears" Don't think more about future,
It brings"Fears" Live this moment with a Smile, It brings"Cheers", And I
Wish U HaPpY New Year :).