On Sat, Nov 27, 2010 at 12:19:38PM -0600, robert wrote: > at /usr/src I find linux-headers ... directories > issuing make mrproper elicits some response ... > > is that what I should be doing? entering each directory and > $make mrproper > > e.g. > > r...@acer1:/usr/src/linux-headers-2.6.32-24-generic# make mrproper > /usr/src/linux-headers-2.6.32-24-generic/drivers/staging/rt3090/Makefile:3: > drivers/staging/rt3090/config.mk: No such file or directory > make[3]: *** No rule to make target `drivers/staging/rt3090/config.mk'. > Stop. > make[2]: *** [drivers/staging/rt3090] Error 2 > make[1]: *** [drivers/staging] Error 2 > make: *** [_clean_drivers] Error 2 > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page
If you have followed the first 6 sections of chapter 6 explicitly, then you should be in chrooted /sources/Linux-2.6.35.4 or whatever kernel you are using . You should have nothing in /usr/src. A pwd command will show if you have chrooted properly .There shouldn't be any /mnt/lfs and such in the output. Also be aware that you can't chroot on one terminal and run the installation commands on another open terminal. You are running commands on your host then and could possibly trash it. Stop and make sure you are where should ( chrooted to your install partition.) --- MIke H. --- -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
