Hi, I successfully compiled the sdktest sample, thanks to this guide ;)
But, when I try to run on my PSP (w Kxploit, I have a 1.50 PSP) I get error 800200D9 (failed to allocate the memory block)...
Any suggestion?
619619 wrote:Hi, I successfully compiled the sdktest sample, thanks to this guide ;)
But, when I try to run on my PSP (w Kxploit, I have a 1.50 PSP) I get error 800200D9 (failed to allocate the memory block)...
Any suggestion?
Are you tring to execute the EBOOT.PBP that the makefile generates with the kexploit? That won't work, you need to use the raw elf, sdktest.elf. Just rename it to eboot.pbp. This is the only reason I can think of why it wouldn't work...