We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I'm trying to build this repo. I get the following errors.
pegasus@pegasus:~/Documents/eBPF/xdp-tutorial$ make error: pathspec 'lib/libbpf' did not match any file(s) known to git lib libbpf CC install/lib/libbpf.a INSTALL install/lib/libbpf.a libxdp CC install/lib/libxdp.a llc: error: llc: xdp-dispatcher.ll:410:54: error: unterminated attribute group attributes #0 = { nofree noinline norecurse nounwind memory(inaccessiblemem: readwrite) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" } ^ make[4]: *** [Makefile:138: xdp-dispatcher.o] Error 1 make[3]: *** [Makefile:20: libxdp] Error 2 make[2]: *** [Makefile:28: libxdp] Error 2 make[1]: *** [Makefile:68: install/lib/libxdp.a] Error 2 make: *** [Makefile:27: lib] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I'm trying to build this repo. I get the following errors.
The text was updated successfully, but these errors were encountered: