Search found 3 matches

by BobJelly
Fri Sep 19, 2008 1:37 pm
Forum: PSP Development
Topic: Problem with psp-gdb
Replies: 2
Views: 2245

Oh yeah, you were right! That was exactly the problem. Now I'm able to debug using Eclipse :)

Thanks for the quick response!

And thanks a LOT for this amazing tool that is PSPLINK... It makes everything so much easier !!
by BobJelly
Thu Sep 18, 2008 2:13 pm
Forum: PSP Development
Topic: help with my homebrew
Replies: 24
Views: 8440

Have you modified loadImage like GORETHRASHER suggested ? With his code, you should be able to seen why loadImage keeps failing. This code won't give you much info: printf("error upon displaying image\n"); printf("%d", menu); Since you already know that menu is NULL ;) Good luck!
by BobJelly
Thu Sep 18, 2008 2:04 pm
Forum: PSP Development
Topic: Problem with psp-gdb
Replies: 2
Views: 2245

Problem with psp-gdb

Hi everyone! I just ported my engine code to PSP and I want to use gdb to be able to debug it. From what I understand, I have a really standard dev env. I've been able to reproduce the problem with the sprite sample from the sdk. I modified the makefile to compile it as a PRX since i've got a slim, ...