Where is the kernel C lib?

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

Moderators: cheriff, TyRaNiD

Post Reply
SpaceForce
Posts: 10
Joined: Mon Dec 15, 2008 2:54 pm

Where is the kernel C lib?

Post by SpaceForce »

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
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

It's in the Sony kernel on the PSP. It is missing many C functions.
SpaceForce
Posts: 10
Joined: Mon Dec 15, 2008 2:54 pm

Post by SpaceForce »

thx
so this switch is just unimplemented?
NJU SE
m0skit0
Posts: 191
Joined: Tue Jun 02, 2009 8:58 pm

Post by m0skit0 »

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