module self stop unload
module self stop unload
I am trying to stop kernel module it self and unload itself by using sceKernelSelfStopUnloadModule but i get error 0x80020136. I found that it means "SCE_KERNEL_ERROR_CAN_NOT_STOP". How to solve this error?
Pragramming with:
Microsoft Visual C 2008 + pspsdk MINPSPW 0.8.10
Microsoft Visual C 2008 + pspsdk MINPSPW 0.8.10
-
- Posts: 376
- Joined: Wed May 10, 2006 11:31 pm
Yes, I am using 0x1000 in my PSP_MODULE_INFO.
I have noticed that if I use
USE_KERNEL_LIBC=1
USE_KERNEL_LIBS=1
in my makefile, module stops and unloads, but I dont want to use these, because I need lots of functions from math.h and to convert float to string function for this module :( Is there any other way?
I have noticed that if I use
USE_KERNEL_LIBC=1
USE_KERNEL_LIBS=1
in my makefile, module stops and unloads, but I dont want to use these, because I need lots of functions from math.h and to convert float to string function for this module :( Is there any other way?
Pragramming with:
Microsoft Visual C 2008 + pspsdk MINPSPW 0.8.10
Microsoft Visual C 2008 + pspsdk MINPSPW 0.8.10