.
make mrproper
make ARCH=${arch} headers_check
e.g make ARCH=arm headers_check
make ARCH=${CLFS_ARCH} INSTALL_HDR_PATH=dest headers_install
.
→ C
i.e , , ..
C , .
do I need the header files of the specific kernel?
kernel-to-userspace ABI
- > 1) , headers older
than the running kernel will work without problem, won't
be able new system calls, data structures, ..
- > 2) , newer
,
, will break.
--- > 3) latest not necessary,
, "Linux version 2.6.20.7"
Linux 2.6.20 2.6.21 kernel.org.
.