You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well... we are working on deprecating the files under kernel/samples/bpf, both because
(1) Makefile dependency on a kernel tree breaks all the time (as you have experienced), and
(2) people should instead use libbpf (instead of ELF-loader in this repo)
We have not removed the files, as they still provide BPF examples that have not been moved to our XDP-tutorial ... yet!
I'm trying to build the
bpf
modules. Inside thekernel/samples/bpf
directory I'm runningmake kbuilddir=/home/kernel/linux-5.3/
The first time,
autoconf.h
was missing, which I fixed by runningmake 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?
The text was updated successfully, but these errors were encountered: