Ubuntu – kernel compilation error when CONFIG_DEBUG_INFO_BTF is enabled
FAILED: load BTF from vmlinux: No such file or directory make: *** [Makefile:1164: vmlinux] Error 255 make: *** Deleting file 'vmlinux' root@akb:/home/akb/SRC/net/net-next# I have to enable BTF for my BPF xdp program to work. Environment :on ubuntu 22.04 VM, net-next(5.19)…