Search found 2 matches
- Thu Oct 04, 2007 6:30 am
- Forum: PSP Development
- Topic: sceKernelLoadExec fails with 8002013A on 3.52 M33
- Replies: 2
- Views: 995
- 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...