You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use SAI-P4-BM, I need to compile a P4 Soft Switch Model with SAI p4c extension. But when tried to build it, an error occurred (following https://github.com/opencomputeproject/SAI/blob/master/flexsai/p4/README.md): Error copying directory from "/.../p4c/p4_14include" to "/.../p4c/build/p4_14include".
There was no p4_14include folder found. Does anyone know how to fix this?
If I make an empty p4_14include dir and build, it fails because of: terminate called after throwing an instance of 'Util::CompilationError'
what(): IntMod: Duplicate class name
The text was updated successfully, but these errors were encountered:
In order to use SAI-P4-BM, I need to compile a P4 Soft Switch Model with SAI p4c extension. But when tried to build it, an error occurred (following https://github.com/opencomputeproject/SAI/blob/master/flexsai/p4/README.md):
Error copying directory from "/.../p4c/p4_14include" to "/.../p4c/build/p4_14include".
There was no p4_14include folder found.
Does anyone know how to fix this?
If I make an empty
p4_14include
dir and build, it fails because of:terminate called after throwing an instance of 'Util::CompilationError'
what(): IntMod: Duplicate class name
The text was updated successfully, but these errors were encountered: