I'm trying to build the bpf modules. Inside the kernel/samples/bpf directory I'm running make kbuilddir=/home/kernel/linux-5.3/
The first time, autoconf.h was missing, which I fixed by running make prepare in the kernel source directory.
After this was fixed, I keep running into issues with errors and missing header files. Is there some essential step I am missing?
I'm trying to build the
bpfmodules. Inside thekernel/samples/bpfdirectory I'm runningmake kbuilddir=/home/kernel/linux-5.3/The first time,
autoconf.hwas missing, which I fixed by runningmake preparein the kernel source directory.After this was fixed, I keep running into issues with errors and missing header files. Is there some essential step I am missing?