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 file compiled for your
architecture, and verify if qemu can launch it.

Any other issue may be a problem with libraries.


Try to compile a "main() { printf("kikoolol!"; }" and you may get a more
detailed error.
(if it is a problem of libraries, use sb-menu instead of sbox-config, it
wil advise you to install some files on your target)

Mickael
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to