Hi all, I'm trying to get psplink working on my mac. I have psplinkusb running on my 310oe psp. I have got usbhostfs_pc connected properly (no disconnects). But I can't find pcterm anywhere! I've searched psplinkusb svn but can't find it - can someone point me in the right direction?
Thanks!
Where is pcterm?
Thanks - found and built that. I then run it, and it seems to connect to usbhostfs_pc. But when I try to run the sprite.elf example, I get an error:
host0:/> debug ./sprite.elf
PSPLink USB GDBServer (c) 2k7 TyRaNiD
host0:/> Could not load module host0:/sprite.elf (0x80020148)
Usage: usbgdb.prx program [args]
Any idea what this could be?
Thanks again!
host0:/> debug ./sprite.elf
PSPLink USB GDBServer (c) 2k7 TyRaNiD
host0:/> Could not load module host0:/sprite.elf (0x80020148)
Usage: usbgdb.prx program [args]
Any idea what this could be?
Thanks again!
Thanks! I've gone a little bit further. I can run the command 'debug ./sprite.elf' now in 1.50 mode.
Unfortunately.... I'm now trying to debug via gdbserver in Eclipse. My connection settings are TCP/localhost/10001 (as specified in a tutorial in this forum). I get an error back saying 'Replay contains invalid hex digit 59', and have the following log (at the end of the msg). I'm on a mac, and haven't specified any command line options to usbhostfs_pc (apart from the exe dir) or pspsh.
Any suggestions?
123-gdb-set confirm off
123^done
(gdb)
124-gdb-set width 0
124^done
(gdb)
125-gdb-set height 0
125^done
(gdb)
126-interpreter-exec console echo
126^done
(gdb)
127-gdb-show prompt
127^done,value="(gdb) "
(gdb)
128-gdb-set auto-solib-add on
128^done
(gdb)
129-gdb-set stop-on-solib-events 0
129^done
(gdb)
130-gdb-set stop-on-solib-events 1
130^done
(gdb)
131-target-select remote localhost:10001
131^error,msg="Reply contains invalid hex digit 59"
(gdb)
132-gdb-exit
132^exit
Unfortunately.... I'm now trying to debug via gdbserver in Eclipse. My connection settings are TCP/localhost/10001 (as specified in a tutorial in this forum). I get an error back saying 'Replay contains invalid hex digit 59', and have the following log (at the end of the msg). I'm on a mac, and haven't specified any command line options to usbhostfs_pc (apart from the exe dir) or pspsh.
Any suggestions?
123-gdb-set confirm off
123^done
(gdb)
124-gdb-set width 0
124^done
(gdb)
125-gdb-set height 0
125^done
(gdb)
126-interpreter-exec console echo
126^done
(gdb)
127-gdb-show prompt
127^done,value="(gdb) "
(gdb)
128-gdb-set auto-solib-add on
128^done
(gdb)
129-gdb-set stop-on-solib-events 0
129^done
(gdb)
130-gdb-set stop-on-solib-events 1
130^done
(gdb)
131-target-select remote localhost:10001
131^error,msg="Reply contains invalid hex digit 59"
(gdb)
132-gdb-exit
132^exit