-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error in make #14
Comments
You need to install the required packages that are listed in the |
I had installed all the mentioned packages in the readme. |
The minimum version for the Boost library is 1.56.0, according to the log you have Boost 1.54.0 installed. |
I installed boost 1.56.0 but still on running cmake, boost version is shown as 1.54.0. Is there a way to specify boost version while running cmake or make. or to change the default boost path? |
Did you empty the build directory before rebuilding? Did you install boost in a directory where it can be found. Otherwise, you can set the |
I have updated the code to prevent this error. Can you try again after updating your repository? |
I am able to install it now. Thanks a lot for the help. |
I also have another doubt, if I have a circuit input in aig format which say has a adder as a part of it, is there a way by which I can identify the adder block through Cirkit? |
For the above error (first screenshot) please check https://github.com/msoeken/cirkit#troubleshooting and try set the |
For your question, if the adder is connected through the primary inputs and primary outputs to the circuit then you can find it with the |
These are contents of minisat-build-err.log file : Makefile:4: /home/srijit/Desktop/new: No such file or directory There is another file minisat-build-out.log but it is empty. |
Have you cloned or copy the project into a new folder? It seems that some paths are outdated. There shouldn't be a problem with the minisat dependency. The other problem with the libqdpll file is known and can be fixed with the other answer. |
I think the error in second screenshot was due to the 'space' in the folder name where I cloned Cirkit. However for the first error, I executed the following commands: I have Cirkit in a folder 'cirkit' on Desktop. However, I get same problem with the libqdpll file. |
I renamed the file libqdpll.so.1.0 to libqdpll.so.1 in \ext\lib and Cirkit is working now. Could you kindly suggest any document where I can find more about the 'spiec' command. |
Thanks, I just committed a fix for that. |
I just saw that the |
Sir, could you kindly add 'spiec' command to the public sources. |
1 similar comment
Sir, could you kindly add 'spiec' command to the public sources. |
While merging I encountered some bugs that I want to resolve before putting public. |
I know about this bug. It has been fixed in the |
Thank You. |
I get the following error on running make cirkit.
@msoeken Kindly help
The text was updated successfully, but these errors were encountered: