|
11/23 |
2005/3/15 [Computer/SW/OS/Linux, Computer/SW/Compilers] UID:36700 Activity:high |
3/15 Anyone know what I'm doing wrong? "In file included from fusd/test/zero.c:39: /usr/include/linux/config.h:5:2: #error Incorrectly using glibc headers for a kernel module" Which correct -I path should I include in the compiler? -ok thx \_ <kernel src dir>/include --jwm \_ so actually I'm using /home/user/linux-2.6.10/include which I downloaded from the web. \_ use -nostdinc |