On 2/4/20 10:47 AM, Furkan İnciroğlu wrote:
Hi there,

After my LFS-BLFS compilation, I delete all my tools and other build directories. Now, I have to build some driver such as igb and mmc disk driver. When I download igb tar.gz and extract, I run make install command but it says:

common.mk:84 <http://common.mk:84>: *** Kernel header files not in any of the expected locations. common.mk:85 <http://common.mk:85>: *** Install the appropriate kernel development package, e.g. common.mk:86 <http://common.mk:86>: *** kernel-devel, for building kernel modules and try again.  Stop.

Should I do everything from zero?


Did you install the headers in as in '6.7. Linux-5.5.1 API Headers'?

We normally save our configuration file in /boot.  For a new kernel:

tar -xf linux-5.x.y.tar.xz
cd linux-5.x.y
cp /boot .config-5.a.b .config
make oldconfig

etc

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to