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.
___
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
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
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
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
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