-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
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
make check fails #1721
Comments
EBPF has dependencies which are listed at this URL: https://github.com/p4lang/p4c/blob/master/backends/ebpf/README.md Install the software below and 'make check' will pass.
|
I tried, but same errors |
Please email p4-dev with this issue and see if others can reply. I have seen Issues filed in the past when make check fails for EBPF. p4c did fix some failures, but all failures may not have been fixed. |
See #1376 |
Some of the errors in your log are related to the xdp extension, which is not part of this project. |
Solved this problem by first removing /usr/include/linux/bpf.h and then creating a soft link /usr/include/linux/bpf.h which points to /usr/src/linux-headers- |
make is 100% complete
make check fails for ebpf and xdp
LogTest.log is attached
LastTest.log
The text was updated successfully, but these errors were encountered: