Hello!
I've been facing some issue with sb2-init.
I've compilated some application and when i try to run them I get a
bash: ./helloworld: Aucun fichier ou répertoire de ce type (No such file
or directory)

After some investigation, it appear that the full path of qemu wasn't
given at the execution. strace is giving:
...
execve("qemu-arm", ["qemu-arm", "-drop-ld-preload", "-L", "/",
"./helloworld"], [/* 81 vars */]) = -1
...

I solve this probleme by giving the full path to sb2-init with the -c
option.
The documentation doesn't refert to this and apparently some other
people doesn't need to provide the full path.
The important thing looks to have the full path in the sb2.config config
file for the SBOX_CPUTRANSPARENCY_METHOD var.

I hope that it could help.

Mathieu

$sb2 -v
1.99.0.24
installed with debian package on debian 5.0



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

Reply via email to