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
sudo make -j 8 && sudo make modules_install -j 8 && sudo make install -j 8
BTF: .tmp_vmlinux.btf: pahole (pahole) is not available
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
make: *** [Makefile:1226: vmlinux] Error 1
For fixing it I needed to install it:
sudo apt update
sudo apt install dwarves
The text was updated successfully, but these errors were encountered:
Hi, I found an error during compilation:
For fixing it I needed to install it:
The text was updated successfully, but these errors were encountered: