| View previous topic :: View next topic |
| Author |
Message |
fishdrop
Joined: 31 Oct 2006 Posts: 16
|
Posted: Tue Jan 30, 2007 6:06 pm Post subject: How to use SioKprintf in OE 3.03 Homebrew? |
|
|
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? |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Tue Jan 30, 2007 9:06 pm Post subject: Re: How to use SioKprintf in OE 3.03 Homebrew? |
|
|
| 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. |
|
| Back to top |
|
 |
fishdrop
Joined: 31 Oct 2006 Posts: 16
|
Posted: Tue Jan 30, 2007 9:13 pm Post subject: 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? |
|
| Back to top |
|
 |
|