Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during compilation #1108

Open
piwaneczko opened this issue Jan 12, 2025 · 1 comment
Open

Error during compilation #1108

piwaneczko opened this issue Jan 12, 2025 · 1 comment

Comments

@piwaneczko
Copy link

Hi, I found an error during compilation:

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

@dorssel
Copy link
Owner

dorssel commented Jan 12, 2025

Yes, some additional drivers also require additional packages, as mentioned here in https://github.com/dorssel/usbipd-win/wiki/WSL-support#building-your-own-wsl-2-kernel-with-additional-drivers:

Depending on the drivers you will select below, additional packages may be required.

If you want, please move this information to the discussion section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants