[S]problems with "sceKernelLoadModule"

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
yokfran
Posts: 12
Joined: Mon Dec 28, 2009 9:17 pm

[S]problems with "sceKernelLoadModule"

Post by yokfran »

hey, i'm new here and have learnt psp developping for a few weeks.

but , one problem confused me for a long time.

i can't use function "sceKernelLoadModule" in my code anywhere.

i can compile the sample code in the pspsdk without error.
but, after i run that EBOOT.PBP on my psp, it failed with error code "80020148"

i've searched the topics by keysword "sceKernelLoadModule 80020148" in this forum, but got nothing useful.

so, any one can tell me what should i do now?
changing the keyword or show me the topic to fix the problem?
;-) thanks

my psp:
PSP2000, 5.00 M33-6


sorry for my bad english. i hope i explained my means.
Last edited by yokfran on Fri Jan 15, 2010 11:21 pm, edited 1 time in total.
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Looks like you're compiling for 1.50 and not 3.xx.
yokfran
Posts: 12
Joined: Mon Dec 28, 2009 9:17 pm

Post by yokfran »

Torch wrote:Looks like you're compiling for 1.50 and not 3.xx.
Thanks for reply ;)
But I have added "psp_fwverion=500" and "build_prx=1" in the makefile...
However that still doesnt work...

Crazy...


BTW, anyone can give me a simple source (main.c .S .exp and makefile),thanks very much
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Post Reply