Search found 3 matches

by SeaSpearo
Thu Jul 21, 2005 5:06 am
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 43786

Thanks! It works now, kind of. It works with the elf created using home brew toolchain (PSPDev). When I tried using elf or prx generated by the SN systems PSP compiler, it is not working :(
Anyone suggestions?

Thanks!
by SeaSpearo
Thu Jul 21, 2005 4:44 am
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 43786

Tried using the test.elf for sceKernelLoadExec , still got same error.


>You need to use sceKernelLoadModule* for PRXs, sceKernelLoadExec is for >ELFs
by SeaSpearo
Wed Jul 20, 2005 8:51 am
Forum: PSP Development
Topic: Load ELF files with sceKernelLoadExec
Replies: 71
Views: 43786

Hi: I tried what you suggested, but I still got the same 80020146 error. Did you actually got it worked? I just used the SDKTEST sample. PSP_MODULE_INFO("SDKTEST", 0, 1, 1); PSP_MAIN_THREAD_ATTR( THREAD_ATTR_VFPU); in main function: I just call sceKernelLoadExec("ms0:/PSP/GAME/test.pr...