ebpf-docker-for-mac
ebpf-docker-for-mac copied to clipboard
Err: include/linux/kconfig.h:7:10: fatal error: 'generated/autoconf.h' file not found
hi team, when I run ebpf programs on this image, there is an err:
include/linux/kconfig.h:7:10: fatal error: 'generated/autoconf.h' file not found
I thought the cause of that is short of linux-headers file, and we could solve it by re-complier it. Here is my solution: download linux-files, then write some parameters to the config file and compiler it.