This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Support libc in Kernel


On Wednesday 29 April 2009 23:07:06 Qiang Wang wrote:
> I am developing a kernel for embedded system.
> My users want to use the libc library.
> But I find it will go wrong when fopen, fwrite, and so on.
> I want to know how can I do (to modify the kerenl) to support the libc.

glibc requires the kernel to be fairly complete.  if you're writing your own 
kernel, i highly doubt it falls into the "mature" category.  you should look 
at some other C library for your needs (perhaps newlib).
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]