-
Notifications
You must be signed in to change notification settings - Fork 234
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
Cannot compile moongen from github on Centos 8 #321
Comments
@emmericp Would you have any ideas why the .h files from |
Thanks for your hacks, helped me with this issue on ubuntu 20.04. |
Thanks that help me compile on ubuntu 22.04 as well just needed to add
but I have linker issues now that need to figure out
|
@msherif1234 Were you able to fix it? I am running into the same issue. |
I am also running into the issue. Wondering if we have found a fix for it? Thank you. |
@g83wang , unfortunately not. The compilation issue still persists. We really wanted to try this, but were not successful. We switched over to using pktGen and trex traffic generator. |
This issue is probably a dup of #169
I am opening a new issue since the suggestion on #169 to disable KNI mod doesn't work. Also, I am running centos8.
I was actually able to get to the end of the build after doing two hacks. However, I am looking for ideas on what changes are required for a proper fix in the automated build.
My workaround was to copy the "missing" headers to the build dir:
The 2nd hack was to disable some config settings:
Would you please point me to the Makefile or script to fix this issue ?
Thanks.
The text was updated successfully, but these errors were encountered: