Code: Select all
(gdb) target remote :10001
Remote debugging using :10001
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Malformed response to offset query, timeout
- I compiled the toolchain, pspsdk, psplink (2.0 final), usbhostfs_pc and psp-gdb from the latest svn.
- I can launch .elf files from the usb shell
- I compiled the sprite sample with the -g flag
- I can run "debug ./sprite.elf" from the shell
Code: Select all
host0:/> debug ./sprite.elf
host0:/> PSPLink GDBServer (c) 2k6 TyRaNiD/Lovely2
GDBServer: Loaded host0:/sprite.elf - UID 0x017D791F
- usbhost & usbgdb are enable in psplink.ini
I use linux (debian stable), I have libusb-0.1-4 installed and working (psplink usb shell is working fine)
Any idea of what is wrong ?
Thanks