c - Is there any libc project that does not requires linux kernel -
i using custom user space environment has barely no os support: 1 char device, mass storage interface , single network socket.
to provide c programming platform, need libc. there libc project configurable enough can map low-level io small api have access ?
afaik glibc , uclibc expecting linux syscalls, can't use them (without trying emulate linux syscalls, prefer avoid).
there several different libc's choose from, need work integrate system.
Comments
Post a Comment