Search found 5 matches
- Wed May 31, 2006 9:57 pm
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 297426
Well it will do that, you probably no longer have the source to pspsdk (could be considered a bug in psptoolchain). It should be okay though, just set a breakpoint on your main function (break main) and type c to continue and it should stop inside your code with source code. ... Your right... simpl...
- Tue May 30, 2006 11:26 pm
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 297426
Committed a fix, can you give it a try? TyRaNiD... well it almost works! Unless I am doing something wrong. I am attempting to debug the sprite sample, so I have added the -g flag to CFLAGS to compile in debug info. With your lattest source, psp-gdb doesn't complain about malformed packets anymore,...
- Tue May 30, 2006 4:40 am
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 297426
mmmh never had a problem with making things work in gentoo on my powerbook.... i have to admit i didnt try libusb though :) Groepaz... Are you using psplink's GDB server to debug or are you using psplink's built in debugging capabilities? I can debug using the shell commands in psplink no problem f...
- Tue May 30, 2006 3:31 am
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 297426
Re: Can't seem to get gdb working
Edit2: Ok, didn't feel like going to work today so I did some more tinkering. And wouldn't you know it, gdb is debugging like a champ. After setting usbhost=1 I started to get somewhere. In hindsight I guess this should have been obvious. I should also note that I got this working on my Linux box w...
- Fri May 19, 2006 9:38 pm
- Forum: PSP Development
- Topic: PSPLINK
- Replies: 313
- Views: 297426
Can't seem to get gdb working
So I built my self a SIO cable and it works well (sioshell works fine). I would really like to debug remotely with gdb but for the life of me I can't get his going. I have tried both OS X and Linux with similar results. I'm going to use my results on Linux since it sounds like most people are having...