We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I wasn't able to build the bin I was receiving this errors:
~/bookit/boopkit-1.3.0$$ make bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h -> Building pr0be.boop.o clang -S \ -target bpf \ -D __BPF_TRACING__ \ -I/usr/local/include \ -Wall \ -Werror \ -O2 -emit-llvm -c -g pr0be.boop.c pr0be.boop.c:25:10: fatal error: 'bpf/bpf_endian.h' file not found #include <bpf/bpf_endian.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Makefile:91: pr0be.boop.o] Error 1
I'm using Ubuntu 20.04 / 5.13.0-1022-aws / bpftool v5.13.19
Please let me know if you need more information, thank you.
The text was updated successfully, but these errors were encountered:
apt-get install libbpf-dev
Sorry, something went wrong.
No branches or pull requests
Hello,
I wasn't able to build the bin I was receiving this errors:
I'm using Ubuntu 20.04 / 5.13.0-1022-aws / bpftool v5.13.19
Please let me know if you need more information, thank you.
The text was updated successfully, but these errors were encountered: