Re: [Scratchbox-users] Several codesourcery compilers for one scratchbox

2007-08-31 Thread Mickael Istria
It seems that installing another gcc with sb-toolchain-extras does not work well. Some informations about previous compiler may hide newer configuration. The only solution I found was to delete sb-toolchain-extras folder, and to reinstall it. Then I could install another toolchain. ___

[Scratchbox-users] Several codesourcery compilers for one scratchbox

2007-08-31 Thread Mickael Istria
Hello, I am trying to install arm-2005q3 and arm-2007q1 Codesourcery compilers in my scratchbox session. I follow all the steps as explained in doc, and tools are compiled, but second compiler (arm-2005q3 actually) does not appear in compilers list in sb-menu > Setup > compiler. 2007q1 was install

Re: [Scratchbox-users] Codesourcery arm-2007q1-10-arm-none-linux-gnueabi-i686-pc-linux-gnu

2007-08-31 Thread Mickael Istria
Jussi Hakala wrote: > The qemu you're using does not handle binaries your toolchain is > producing. You could try the cvs version of qemu available in the > development snapshot of cputransp package in [1]. > > Regards, > > Jussi > > > [1] http://scratchbox.o

Re: [Scratchbox-users] Regarding the cross compiling hello-world test program

2007-08-29 Thread Mickael Istria
Have you tried to compile your own simplest hello world with a simple "gcc kikoo.c", just to check if gcc succeeds to build it? Ensure your gcc is a good version with "gcc --version" If it cannot run, but display the good version, problem may come from your qemu. Find an independent executable fil

Re: [Scratchbox-users] Codesourcery arm-2007q1-10-arm-none-linux-gnueabi-i686-pc-linux-gnu

2007-08-24 Thread Mickael Istria
Jussi Hakala wrote: > The qemu you're using does not handle binaries your toolchain is > producing. You could try the cvs version of qemu available in the > development snapshot of cputransp package in [1]. > > Regards, > > Jussi > I tried this version, but it didn't change anything... Is there any

[Scratchbox-users] Codesourcery arm-2007q1-10-arm-none-linux-gnueabi-i686-pc-linux-gnu

2007-08-24 Thread Mickael Istria
Hello, I succeded to install toolchain and Scratchbox tools for codesourcery arm-2005q3-linux-gnueabi without any problem following instrucion that we can find on scratchbox wiki. I tried exactly the same thing with arm-2007q1, and I got warnings at compilation time, and segfault at execution tim