How to use SioKprintf in OE 3.03 Homebrew?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
fishdrop
Posts: 16
Joined: Tue Oct 31, 2006 8:46 pm

How to use SioKprintf in OE 3.03 Homebrew?

Post by fishdrop »

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?
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Re: How to use SioKprintf in OE 3.03 Homebrew?

Post by moonlight »

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?
Have you put the code for sio think in a kernel module?

Remember that the functions to init sio, and the own kprintf are all kernel functions and need to be in a kernel prx.
fishdrop
Posts: 16
Joined: Tue Oct 31, 2006 8:46 pm

Re: How to use SioKprintf in OE 3.03 Homebrew?

Post by fishdrop »

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?
Post Reply