The Linux API Headers (in linux-7.0.tar.xz) expose the kernels API for use by libc
Download HTTP: https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.3.tar.xz
Download SHA256 Sum: 0bedadbf5788693ddebbcc913c893f1a97349af79ddde7144c2a80b401959f1c
Download Size: 153,461 KB
Estimated Disk Space: 1.5G
Estimated Build Time: less than 0.5 SBU
Binutils-2.46.0-pass1 GCC-15.2.0-pass1
Prepare Linux-headers for compilation:
Now Configure the Package, issue:
make mrproper
To Compile the Package, issue:
make headers
Now Install the Package, issue:
find usr/include -type f ! -name '*.h' -delete cp -rv usr/include $LFS/usr