Hello! I followed the methods in http://scratchbox.org/documentation/user/scratchbox-1.0/html/debugging.html to debug my program.
But I got this wrong result: /********************************/ [sbox-arm2: ~] > gdbserver 127.0.0.1:4444 ./a.out Process ./a.out created; pid = 17041 qemu: Unsupported syscall: 26 hello world! Child exited with retcode = 0 Listening on port 4444 /********************************/ Then I searched in google and found that I should use this method: 1. start "qemu -g ./a.out" in one session 2. start "gdb ./a.out" in another session and then set "target remote localhost:1234" in gdb command line. I think the doc in sbox's website is too old and I want to fix it , but I have no permission to change it . Can sbox developer use wiki to hold the newest doc ? -- Regards Falls Huang _______________________________________________ Scratchbox-users mailing list [EMAIL PROTECTED] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users