Search found 2 matches

by skillz4fun
Thu Oct 04, 2007 6:30 am
Forum: PSP Development
Topic: sceKernelLoadExec fails with 8002013A on 3.52 M33
Replies: 2
Views: 995

Ok. It's a kernel prx module loaded by an user mode running application. I need a kernel mode modul to start another EBOOT.PBP from memory stick. my test code is: #include <pspkernel.h> #include <psploadexec.h> PSP_MODULE_INFO&#40;"name", 0x1006, 1, 1&#41;; PSP_MAIN_THREAD_ATTR&...
by skillz4fun
Thu Oct 04, 2007 2:44 am
Forum: PSP Development
Topic: sceKernelLoadExec fails with 8002013A on 3.52 M33
Replies: 2
Views: 995

sceKernelLoadExec fails with 8002013A on 3.52 M33

If i call sceKernelLoadExec() in a kernel mode prx on 3.52 M33 it fails with 8002013A (Library not linked yet). The Makefile for the prx looks like that: TARGET = helper OBJS = main.o PSP_FW_VERSION = 352 BUILD_PRX = 1 PRX_EXPORTS = exports.exp USE_KERNEL_LIBC = 1 USE_KERNEL_LIBS = 1 CFLAGS = -O2 -G...