Search found 2 matches

by Tyth0N
Thu Feb 14, 2008 6:13 pm
Forum: PSP Development
Topic: Makefile for PSP.
Replies: 4
Views: 1849

In samples/debug/exception

I compiled the original souce code. The EBOOT.PBP won't start and return error 80020148 (= PRX type unsupported ?)

So I add BUILD_PRX = 1 in the makefile
This time the EBOOT.PBP started, but it gived a BLACK SCREEN and turned my machine off affer several seconds
by Tyth0N
Thu Feb 14, 2008 4:24 pm
Forum: PSP Development
Topic: Makefile for PSP.
Replies: 4
Views: 1849

I'm playing with psp slim with 3.90 m33 firmware. I have installed the toolchain and sdk. I have complied some samples in the sdk/samples folder. Some runs correctly. But some returns error code. In samples/debug/kprintf calling pspDebugInstallKprintfHandler(NULL); returns 8002013C I search it in th...