On your tutorial armv5b-softfloat-howto-toolchain ,I suggest you add
the symlink cc to gcc ie: 
/compilers/armv5b-gcc-3.4.5-glibc-2.3.5/bin/@armv5b-softfloat-linux-cc
and @sbox-armv5b-softfloat-linux-cc

 Also,is it not wise to add the symlink to sb_gcc_wrapper ? ie
/compilers/bin/@armv5b-softfloat-linux-[addr2line,ar,....  strings,size]
and add_modify  wrapper_links at line
PREFICES="host- arm-linux- i386-linux- i686-linux- powerpc-linux- mips-linux- 
armv5b-softfloat-linux-"

One more question about qemu-armeb :On standard use of qemu ,the lib is found 
at
/user/gnemul/qemu-armeb/lib
How qemu-armeb finds its libpath inside sbox?

Looking forward your patches !
 
On Saturday 21 January 2006 18:34, wangji wrote:
>> I 've installed armv5b-softfloat-linux toolchain following the
>> sbox_wiki_toolchain.I need sbrshd to use cputransparency,but unable to
>> compile,due to the following error :
>>
>> [sbox-armeb: ~/sbrsh-7.0] > make
>> cc -o sbrsh client.o config.o buffer.o common.o mount.o protocol.o    -Wall
>> -Wmissing-prototypes -Wformat=2 -Wshadow -pipe -DREVISION=0 -O2
>> -fomit-frame-pointer -DNDEBUG -L/scratchbox/tools/lib -lsb_env -Xlinker
>> -rpath -Xlinker /scratchbox/tools/lib
>> /scratchbox/compilers/armv5b-gcc-3.4.5-glibc-2.3.5/lib/gcc/armv5b-softfloat
>>-linux/3.4.5/../../../../armv5b-softfloat-linux/bin/ld: skipping
>> incompatible /scratchbox/tools/lib/libsb_env.so when searching for -lsb_env
>> /scratchbox/compilers/armv5b-gcc-3.4.5-glibc-2.3.5/lib/gcc/armv5b-softfloat
>>-linux/3.4.5/../../../../armv5b-softfloat-linux/bin/ld: skipping
>> incompatible /scratchbox/tools/lib/libsb_env.a when searching for -lsb_env
>> /scratchbox/compilers/armv5b-gcc-3.4.5-glibc-2.3.5/lib/gcc/armv5b-softfloat
>>-linux/3.4.5/../../../../armv5b-softfloat-linux/bin/ld: cannot find -lsb_env
>> collect2: ld returned 1 exit status
>> -----------------
>> please advise how to get thru this incompatibility libsb_env problem .
Sun, 22 Jan 2006 06:05:41  Jon Ringle wrote :


>I ran into the same limitation a few days after writing that wiki entry. I've 
>been working on modifying the sb-toolchain build scripts to incorporate 
>crosstool build steps and patches to facilitate building toolchains like this 
>one that is compatible with sbox. I'll post a patch once I've done some more 
>testing.

>Jon

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

Reply via email to