Up until this point I was actually quite chuffed I had managed to get to this stage in the first place xD
So I'm using the LFS Live CD as the host, running in VirtualBox. I have taken a machine snapshot after every page so I can roll back in necessary.
Basically I have just compiled and installed GCC without hitch, the next part is including the linux headers (
http://tldp.org/LDP/lfs/LFS-BOOK-6.1...c-headers.html). I can't figure out for the love of God where these are. I've copied everything from the cd (lfs-sources) to the $LFS/sources folder but can't find the source folder include/asm-i386 or the destination folder /tools/include/asm (there was on instruction to create this, but after not being able to find it I created it anyway).
Quote:
Install the header files:
Code:
cp -Rv include/asm-i386 /tools/include/asm
cp -Rv include/linux /tools/include
If your architecture is not i386 (compatible), adjust the first command accordingly.
|
Thanks for the help in advance
