| View previous topic :: View next topic |
| Author |
Message |
goebish
Joined: 14 Oct 2006 Posts: 29
|
Posted: Tue Oct 31, 2006 9:02 pm Post subject: psp-gdb timeout error |
|
|
Hi, I've a problem with psp-dbg, here is my output:
| Code: |
(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: | 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 |
|
| Back to top |
|
 |
goebish
Joined: 14 Oct 2006 Posts: 29
|
Posted: Wed Nov 08, 2006 1:38 am Post subject: |
|
|
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 :( |
|
| Back to top |
|
 |
aloha_cn
Joined: 12 May 2005 Posts: 2
|
Posted: Sat Dec 29, 2007 11:37 pm Post subject: |
|
|
| I have the same problem. So I will try WIFI connection later. |
|
| Back to top |
|
 |
goebish
Joined: 14 Oct 2006 Posts: 29
|
Posted: Sun Dec 30, 2007 2:06 am Post subject: |
|
|
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). |
|
| Back to top |
|
 |
coolspace
Joined: 10 Nov 2007 Posts: 12
|
Posted: Sun Jan 06, 2008 1:25 am Post subject: |
|
|
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
| Quote: | [New Thread 0]
0x088043ac in ?? ()
(gdb) l
No symbol table is loaded. Use the "file" command |
|
|
| Back to top |
|
 |
|