-
Notifications
You must be signed in to change notification settings - Fork 10
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
P4C Compatibility #9
Comments
Hi, The current repo as such contains a working setup with a version of P4C forked about 4-5 years back. However it is outdated, and we did not get to test on the later versions of P4C. |
With a fresh copy, I get this error msg right off the bat: "Error copying directory from "/home/kimonk/amd/P4LLVM/p4_14include" to "/home/kimonk/amd/P4LLVM/build/p4_14include". If I just create this directory, it goes on but fails after a while by saying: "In file included from /home/kimonk/amd/P4LLVM/frontends/parsers/parserDriver.cpp:12, So files seems to be missing. |
@kimonk Hello! I met the same problem. Did you solve it? |
Hi @RuSeKon , |
I try to change CMakeLists.txt. On line 288 i simply changed "${P4C_SOURCE_DIR}/p4_14include" with existent dir "${P4C_SOURCE_DIR}/p4include". Build completed successfully, but I'm not sure if this is really the right way. |
I'm trying to built P4LLVM with the latest version of P4C and there seems to be incompatibilities. Which was the latest version with which this was tested so I can try with that?
The text was updated successfully, but these errors were encountered: