Open blak3mill3r opened 3 hours ago
I suspect that gcc-bpf
(maybe binutils-bpf
too?) is too old in Debian Bookworm. It looks like it's currently at 12.2.0-14+4
but Trixie is at 14.2.0-1+1
.
Will see what others say though. It might be we can get a backport done for Debian, I am not sure.
I installed
libbpf-dev
(without which the build failed because of not findingbpf/bpf_helpers.h
)It successfully compiles quite a bit of c, but eventually runs into this eBPF limitation about indirect calls:
I tried this with the latest commit in
devel
and also with the tag2.0.1.1
with the same result.Any guidance would be appreciated.