-
Notifications
You must be signed in to change notification settings - Fork 917
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
Build error: make: *** [Makefile:810: abc/abc] Error 2
#4383
Comments
Caused by #4243. |
@RCoeurjoly The cause of this issue is an incomplete check:
This isn't actually enough to check that the submodule is uninitialized. Also, you should not be assuming that abc comes from a tarball for the sole reason of "every other check has failed". |
⚡ Thanks for the heads up, |
The check needs to be fixed in the Makefile as well, since no one with existing checkouts is going to diff the README after pulling. |
Version
Yosys 0.37+1 (git sha1 37a6c9a, clang 10.0.0-4ubuntu1 -fPIC -Os)
On which OS did this happen?
Linux
Reproduction Steps
Expected Behavior
Build without error.
Actual Behavior
The text was updated successfully, but these errors were encountered: