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
root@R730XD:/xdp-tools# make install
sh configure
Found clang binary 'clang' with version 14 (from 'Ubuntu clang version 14.0.0-1ubuntu1.1')
bpftool doesn't support skeleton generation
make: *** [Makefile:49: config.mk] Error 1
root@R730XD:~/xdp-tools#
The text was updated successfully, but these errors were encountered:
Hi,
I think it could be another Ubuntu -related issue, that configure fails to recognize. Installing bpftool isn't enough:
# bpftool
WARNING: bpftool not found for kernel 5.15.0-86
You may need to install the following packages for this specific kernel:
linux-tools-5.15.0-86-generic
linux-cloud-tools-5.15.0-86-generic
You may also want to install one of the following packages to keep up to date:
linux-tools-generic
linux-cloud-tools-generic
(after installing the mentioned dependencies, it works as expected (gen is supported))
root@R730XD:/xdp-tools# make install
sh configure
Found clang binary 'clang' with version 14 (from 'Ubuntu clang version 14.0.0-1ubuntu1.1')
bpftool doesn't support skeleton generation
make: *** [Makefile:49: config.mk] Error 1
root@R730XD:~/xdp-tools#
The text was updated successfully, but these errors were encountered: