View Single Post
  #6  
Old 06-13-2021, 17:52
deepzero's Avatar
deepzero deepzero is offline
VIP
 
Join Date: Mar 2010
Location: Germany
Posts: 300
Rept. Given: 111
Rept. Rcvd 64 Times in 42 Posts
Thanks Given: 178
Thanks Rcvd at 216 Times in 92 Posts
deepzero Reputation: 64
makes sense, and since the file works for me but not for you the issue has to be in your setup...

Try
Quote:
qemu-ppc -strace -D log.log -d guest_errors,int myprog
and see if you get any errors.
Or attach gdb

Quote:
qemu-ppc -g 1234 myprog
And in another terminal: gdb -> target remote localhost:1234 -> continue
Reply With Quote