On 9/21/06, Mike Frysinger <[EMAIL PROTECTED]> wrote:
On Thursday 21 September 2006 09:26, Vladimir Pouzanov wrote:
couldnt give you any useful guesses without seeing the compile line and the output of like `arm-softfloat-linux-gnueabi -v` ...
# arm-softfloat-linux-gnueabi-gcc -v Using built-in specs. Target: arm-softfloat-linux-gnueabi Configured with: /var/tmp/cross/arm-softfloat-linux-gnueabi/portage/gcc-4.1.1-r1/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/arm-softfloat-linux-gnueabi/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/arm-softfloat-linux-gnueabi/4.1.1/include --datadir=/usr/share/gcc-data/arm-softfloat-linux-gnueabi/4.1.1 --mandir=/usr/share/gcc-data/arm-softfloat-linux-gnueabi/4.1.1/man --infodir=/usr/share/gcc-data/arm-softfloat-linux-gnueabi/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/arm-softfloat-linux-gnueabi/4.1.1/include/g++-v4 --host=i686-pc-linux-gnu --target=arm-softfloat-linux-gnueabi --build=i686-pc-linux-gnu --disable-altivec --with-float=soft --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++ --with-sysroot=/usr/arm-softfloat-linux-gnueabi --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.1 (Gentoo 4.1.1-r1)
not to discourage, but ive never tested softfloat+glibc or glibc+eabi ... i would like both technologies to work though :) -mike
It worked before, that's the problem. And it still works outside of emerge. PS: my x-emerge script: # cat /usr/local/bin/xemerge #!/bin/bash CBUILD=$(portageq envvar CHOST) SYSROOT="/home/farcaller/develop/linux4palm/gentoo_root/" PORTAGE_CONFIGROOT="$SYSROOT" ARCH="arm" if [[ "$1" == "--root" ]] ; then ROOT="$2" shift 2 else ROOT="$SYSROOT" fi export CBUILD PORTAGE_CONFIGROOT ROOT ARCH emerge $* -- Sincerely, Vladimir "Farcaller" Pouzanov http://www.hackndev.com -- [email protected] mailing list
