|
发表于 2009-9-16 19:35:30
|
显示全部楼层
引自 LFS 手册第 8 章编译内核的节:
http://www.linuxfromscratch.org/ ... apter08/kernel.html
Warning
Some kernel documentation recommends creating a symlink from /usr/src/linux pointing to the kernel source directory. This is specific to kernels prior to the 2.6 series and must not be created on an LFS system as it can cause problems for packages you may wish to build once your base LFS system is complete. Warning
The headers in the system's include directory should always be the ones against which Glibc was compiled, that is, the sanitised headers from this Linux kernel tarball. Therefore, they should never be replaced by either the raw kernel headers or any other kernel sanitized headers.
内核头文件不要随意变更! |
|