psp-gdb timeout error

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
goebish
Posts: 29
Joined: Sat Oct 14, 2006 11:59 pm

psp-gdb timeout error

Post by goebish »

Hi, I've a problem with psp-dbg, here is my output:

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 searched this forum for some help but I can't solve my problem.

- 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
but I've no output about it in usbhostfs_pc even with -d and -v arguments
- 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
goebish
Posts: 29
Joined: Sat Oct 14, 2006 11:59 pm

Post by goebish »

Up !

So no one can see what's wrong ?
Will I have to switch to Win32/Cygwin for my psp dev environment ?
I wouldn't like to :(
aloha_cn
Posts: 2
Joined: Thu May 12, 2005 2:40 pm

Post by aloha_cn »

I have the same problem. So I will try WIFI connection later.
goebish
Posts: 29
Joined: Sat Oct 14, 2006 11:59 pm

Post by goebish »

Hi, could you give your exact output error ?
In the mean time since my last post I achieved to debug using psp-gdb/eclipse under Linux, but it's not always a good solution as the debugger output is not always correct (well, maybe it's ok now, as I tried like 6 months ago).
coolspace
Posts: 12
Joined: Sat Nov 10, 2007 5:45 pm

Post by coolspace »

I got the same error
So I changed using elf file to prx file.
This time it run well, but can't debug.
like this
[New Thread 0]
0x088043ac in ?? ()
(gdb) l
No symbol table is loaded. Use the "file" command
Post Reply