I have followed guidance from README but encountered the following error while executing make:
error: <unknown>:0:0: in function xdp_prog_main i32 (ptr): A call to built-in function '__stack_chk_fail' is not supported.
I have also tried to apply fix from #30 (cd libbpf && git checkout 7fc4d50), but that didn't solve the issue.
UPD: The host is AMD Ryzen 5 3600, Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller, gentoo-kernel-6.1.24 built from own config.txt
I have followed guidance from README but encountered the following error while executing
make:error: <unknown>:0:0: in function xdp_prog_main i32 (ptr): A call to built-in function '__stack_chk_fail' is not supported.I have also tried to apply fix from #30 (
cd libbpf && git checkout 7fc4d50), but that didn't solve the issue.UPD: The host is AMD Ryzen 5 3600, Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller, gentoo-kernel-6.1.24 built from own config.txt