JiaHuann
JiaHuann
The same here,Is it fixed??????????????
蹲
use 'apt install python3-bpfcc ' , 'pip3 install bcc' not works
The same,I stuck with printing AR kernel/built-in.a. Looking forward to some of resolutions.
Hi~ Do we have arm64 static package now? :D
> It would indeed be very convenient to have a statically linked binary since the distro package can often be behind, and dynamically links against distro's preferred toolchain. > >...
The same here on runqlat.
I tried this `clang -g -O2 -target bpf -Wno-unknown-attributes -c ./runqlat.bpf.c -o ./test -I../../vmlinux/x86 -I../../libbpf/include/uapi -I./.output -I../../blazesym/include/` it is ok. So,it sames like `compiler/cmd/src/bpf_compiler/mod.rs#43` have some issues?