|
发表于 2007-10-29 19:29:02
|
显示全部楼层
Post by asusarhai
那我是不是要解压缩内核代码然后configure呢?
The Linux kernel needs to expose an Application Programming Interface (API) for the system's C library (Glibc in LFS) to utilize. This is done by way of sanitizing various C header files that are shipped in the Linux kernel source tarball.
Install the header files:
make mrproper
make headers_check
make INSTALL_HDR_PATH=dest headers_install
cp -rv dest/include/* /tools/include
这个是它的手册上的说明 裝內核的 API headers 無需去 configure! |
|