Why are you trying to run the gcc wrapper directly? And why are you
trying to execute gcc 4.3 when your toolchain's gcc is 4.1?
Try the following:
% gcc -Wall -g /scratchbox/packages/hello.c -o hello-arm
Also, it would be helpful to know the configuration of the target you're
attempting to do
U can install
scratchbox-devkit-cputransp-1.0.5.
and then from ur scratchbox envmnt sb-menu in the devkit feature selet CPU
transparency.
This will work probably .
On Tue, 20 Jan 2009 Ville Hyttinen wrote :
>
>I installed the files
>scratchbox-core-1.0.12-i386.tar.gz
>scratchbox-libs-1.0.12-
U can install
scratchbox-devkit-cputransp-1.0.5.
and then from ur scratchbox envmnt sb-menu in the devkit feature selet CPU
transparency.
This will work probably .
On Tue, 20 Jan 2009 Ville Hyttinen wrote :
>
>I installed the files
>scratchbox-core-1.0.12-i386.tar.gz
>scratchbox-libs-1.0.12-
I installed the files
scratchbox-core-1.0.12-i386.tar.gz
scratchbox-libs-1.0.12-i386.tar.gz
scratchbox-toolchain-arm-gcc4.1-uclibc20061004-1.0.4-i386.tar.gz
I'm following the example in
http://www.scratchbox.org/documentation/docbook/tutorial.htm
When I try to compile the hello.c with command:
/s