I want to develop 3.03 OE homebrew.
I can't use SioKprintf in homebrew code for 3.03 OE.
So it is very difficult to debugging.
Is it impossible to use of SioKprintf in 3.03 OE homebrew?
How to use SioKprintf in OE 3.03 Homebrew?
Re: How to use SioKprintf in OE 3.03 Homebrew?
Have you put the code for sio think in a kernel module?fishdrop wrote:I want to develop 3.03 OE homebrew.
I can't use SioKprintf in homebrew code for 3.03 OE.
So it is very difficult to debugging.
Is it impossible to use of SioKprintf in 3.03 OE homebrew?
Remember that the functions to init sio, and the own kprintf are all kernel functions and need to be in a kernel prx.
Re: How to use SioKprintf in OE 3.03 Homebrew?
Yes, I put sio module to kernel prx and call it.
but following error occurs when execute it.
SCE_KERNEL_ERROR_LIBRARY_NOTFOUND = 0x8002013c
What a problem?
but following error occurs when execute it.
SCE_KERNEL_ERROR_LIBRARY_NOTFOUND = 0x8002013c
What a problem?