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?