Im trying to get a C lib staticly linked with my kernel. I followed the toolchain tutorial on the wiki to get newlib compiled. And after a week I got it working.

Now I'm stuck... realy stuck... Im getting undefined references (to fopen memcpy etc.) when linking it all together using ld. Just when I thought the hard part was over.

So basicly I just want to ask if I'm trying to do something thats not posible.
I thought.. I just could include the newlib headers when compiling the kernel. Then use ld -l /mylib/libc.a when linking all kernel object files.
Do I need to do something more?
Maby it is not that easy..
