| View previous topic :: View next topic |
| Author |
Message |
SpaceForce
Joined: 15 Dec 2008 Posts: 12
|
Posted: Thu Aug 20, 2009 3:55 pm Post subject: Where is the kernel C lib? |
|
|
After reading the build.mak, I decided to test the USE_KERNEL_LIBC
switch. And my apps just involves a few std c calls and sce callbacks.
In build.mak, if USE_KERNEL_LIBC is switched on, -lc will not be incl-
uded, then it leads me to mass amount of link problems of lacking std
c libraries.
Does anyone know where's the kernel lib? Or its path? _________________ NJU SE |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Fri Aug 21, 2009 12:39 pm Post subject: |
|
|
| It's in the Sony kernel on the PSP. It is missing many C functions. |
|
| Back to top |
|
 |
SpaceForce
Joined: 15 Dec 2008 Posts: 12
|
Posted: Fri Aug 21, 2009 3:45 pm Post subject: |
|
|
thx
so this switch is just unimplemented? _________________ NJU SE |
|
| Back to top |
|
 |
m0skit0
Joined: 02 Jun 2009 Posts: 226
|
Posted: Fri Aug 21, 2009 8:09 pm Post subject: |
|
|
It's not unimplemented. It's on the PSP kernel :P _________________
| The Incredible Bill Gates wrote: | | The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers. |
|
|
| Back to top |
|
 |
|