From subsecret
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
We install only the kernel headers so glibc can use those | We install only the kernel headers so glibc can use those | ||
tar xf linux-3.8. | tar xf linux-3.8.11.tar.xz | ||
cd linux-3.8. | cd linux-3.8.11/ | ||
make mrproper | make mrproper | ||
make INSTALL_HDR_PATH=/tools headers_install | make INSTALL_HDR_PATH=/tools headers_install |
Revision as of 13:48, 5 May 2013
We install only the kernel headers so glibc can use those
tar xf linux-3.8.11.tar.xz cd linux-3.8.11/ make mrproper make INSTALL_HDR_PATH=/tools headers_install ln -s /tools/ /tools/x86_64-unknown-linux-gnu cd ..
We are now ready for next step