OpenCloudOS / nettrace

nettrace is a eBPF-based tool to trace network packet and diagnose network problem.
Other
326 stars 80 forks source link

compile error #106

Closed bibitoo closed 2 months ago

bibitoo commented 3 months ago

nettrace/shared/bpf_utils.h:55:9: error: ‘BPF_FUNC_get_func_ret’ undeclared (first use in this function); did you mean ‘BPF_FUNC_get_func_ip’? 55 | BPFFUNC##name, NULL) == 1; | ^~~~~

Ubuntu 22.04.2 LTS

menglongdong commented 3 months ago

你好,是基于docker编译的吗?建议基于docker来编译