[klibc] klibc 2.0.2 doesn't compile with kernel 3.7.x

leroy christophe christophe.leroy at c-s.fr
Thu Jan 3 03:01:31 PST 2013


I'm having an issue with compiling klibc 2.0.2 with kernel 3.7.1:

In kernel 3.7.x, header files have been split between kernel side and 
user side, putting user side headers into uapi/ subdirectory.

The issue is that klibc includes directly kernel header files and then 
for instance doesn't find anymore asm/errno.h and a lot of other files, 
which have been moved to for instance asm/uapi/errno.h.

What shall I do to fix this ?

Regards
Christophe


More information about the klibc mailing list