(using the buildroot toolchain again, gcc 4.1.2, uclibc, eabi)

Well, it looks like the toolchain depends on certain files like crt*.o to be 
in a fixed place (in this case /usr/lib , which also is the the dir-path 
under the toolchain's root where those files are due to --with-sysroot= 
usage??) ...

Next problem was, that SBOX_CPUTRANSPARENCY_METHOD wasn't set in sb2.config 
file of the target...I manually set it to "qemu" (wild guess *g*)..

when now calling sb2-build-libtool it still fails, this time with this output 
in the log file:
----------------------------------------------
configure:2729: $? = 0
configure:2731: gcc -v >&5
Using built-in specs.
Target: arm-linux-uclibcgnueabi
Configured 
with: /home/loonatix/buildroot/toolchain_build_arm/gcc-4.2.1/configure 
--prefix=/usr --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu
--target=arm-linux-uclibcgnueabi --enable-languages=c,c++ 
--with-sysroot=/home/loonatix/buildroot/build_arm/staging_dir
--with-build-time-tools=/home/loonatix/buildroot/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/bin
 --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --enable-shared
--with-gmp=/home/loonatix/buildroot/toolchain_build_arm/gmp 
--with-mpfr=/home/loonatix/buildroot/toolchain_build_arm/mpfr --enable-threads 
--disable-multilib --with-float=soft
Thread model: posix
gcc version 4.2.1
configure:2734: $? = 0
configure:2736: gcc -V >&5
arm-linux-uclibcgnueabi-gcc: '-V' must come at the start of the command line
configure:2739: $? = 1
configure:2762: checking for C compiler default output file name
configure:2784: gcc    conftest.c  >&5
configure:2787: $? = 0
configure:2825: result: a.out
configure:2830: checking whether the C compiler works
configure:2836: ./a.out
./configure: line 2837: ./a.out: No such file or directory
configure:2839: $? = 127
configure:2848: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
--------------------------------------

I am a little stuck with that, any ideas?


Greez,

Harry
_______________________________________________
Scratchbox-users mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to