I have setted up the psplink
and then I run the usbhostfs_pc.exe on pc,and pspsh on pc
then I typed
Code: Select all
debug xxx.elf
Code: Select all
psp-gdb xxx.elf
target remote localhost:10001
but I got this error
So I changed the xxx.elf to xxx.prx(gdb) target remote localhost:10001
Remote debugging using localhost:10001
Ignoring packet error, continuing...
warning: unrecognized item "timeout" in "qSupported" response
this time,it run well,but show like this
Code: Select all
[New Thread 0]
0x088043ac in ?? ()
(gdb) l
No symbol table is loaded. Use the "file" command.
From the psplink_manual,it said that use debug program.elf, but this did't work.
Can anyone help me?
This question has been solved.
When using pspsh to debug your psp homebrew,you can debug prx file in pspsh and load elf file in psp-gdb