From subsecret
(Created page with "We install only the kernel headers so glibc can use those tar xf linux-2.6.38.4.tar.bz2 cd linux-2.6.38.4 make mrproper make INSTALL_HDR_PATH=/tools headers_install ln ...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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- | tar xf linux-3.9.1.tar.xz | ||
cd linux- | cd linux-3.9.1 | ||
make mrproper | make mrproper | ||
make INSTALL_HDR_PATH=/tools headers_install | make INSTALL_HDR_PATH=/tools headers_install |
Latest revision as of 13:20, 9 May 2013
We install only the kernel headers so glibc can use those
tar xf linux-3.9.1.tar.xz cd linux-3.9.1 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