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
I have cloned the latest commit. It gives the following error during the make process:
File "./tree.v", line 67, characters 4-17: Error: The constructor GraphTreeOr (in type GraphTree) expects 2 arguments. Makefile.coq:296: recipe for target 'tree.vo' failed make[1]: *** [tree.vo] Error 1 make[1]: Leaving directory '/home/vince/riscv/pipecheck' Makefile:6: recipe for target 'coq' failed make: *** [coq] Error 2
How can I solve it? Many thanks in advance. Vince CHENG
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have cloned the latest commit. It gives the following error during the make process:
File "./tree.v", line 67, characters 4-17:
Error: The constructor GraphTreeOr (in type GraphTree) expects 2 arguments.
Makefile.coq:296: recipe for target 'tree.vo' failed
make[1]: *** [tree.vo] Error 1
make[1]: Leaving directory '/home/vince/riscv/pipecheck'
Makefile:6: recipe for target 'coq' failed
make: *** [coq] Error 2
How can I solve it? Many thanks in advance.
Vince CHENG
The text was updated successfully, but these errors were encountered: