During this process I also noticed that a file named 'm'$'\177' appeared with the content stable\n, which makes me think there was an environment variable or something that I may have not properly set up. In any case, would love some guidance on what the possible solution might be. Thank you!
Hey there, I was trying to build this project on a fresh Ubuntu 20.04 install
I installed the following for the main dependencies:
For xdp tools: https://github.com/xdp-project/xdp-tools
I also installed libbpf from source: https://github.com/libbpf/libbpf
When I tried to run make, I got this error:
During this process I also noticed that a file named
'm'$'\177'
appeared with the contentstable\n
, which makes me think there was an environment variable or something that I may have not properly set up. In any case, would love some guidance on what the possible solution might be. Thank you!