Search found 2 matches

by Radek
Mon May 19, 2008 4:38 pm
Forum: PSP Development
Topic: Compiling Ruby for cfw390
Replies: 4
Views: 1536

Changing to the usermode only by modifing line PSP_MODULE_INFO("RubyTest", 0, VER, REV); PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER); leads to different error code 0x8002013C (= Librarynotfound) which only confuse me. Are there other changes I have to do to M...
by Radek
Mon May 19, 2008 4:11 am
Forum: PSP Development
Topic: Compiling Ruby for cfw390
Replies: 4
Views: 1536

Compiling Ruby for cfw390

I'm trying to build a Ruby for PSP slim with cfw390. I found a http://forums.ps2dev.org/viewtopic.php?t=7550 , get the patch and it didn't work. After some changes, in makefiles which I found elsewhere PSP_FW_VERSION=380 BUILD_PRX=1 I got to the error 0x8000200D9 Then I began palying with PSP_MODULE...