Skip to content
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

Cannot compile #11

Closed
jameswalmsley opened this issue Oct 11, 2013 · 2 comments
Closed

Cannot compile #11

jameswalmsley opened this issue Oct 11, 2013 · 2 comments

Comments

@jameswalmsley
Copy link
Contributor

gcc -Wall -Wextra -ggdb -I"/home/james/develop/yosys" -MD -D_YOSYS_ -  fPIC -stdgnu++0x -march=native -O3 -DNDEBUG -I/usr/include/tcl8.5 -DYOSYS_ENABLE_TCL -DYOSYS_ENABLE_MINISAT   -c -o libs/ezsat/ezminisat.o    libs/ezsat/ezminisat.cc
libs/ezsat/ezminisat.cc:29:33: fatal error: minisat/core/Solver.h: No such file or directory
 #include "minisat/core/Solver.h"
                             ^
compilation terminated.
make: *** [libs/ezsat/ezminisat.o] Error 1

I assume somethings not checked-in.

Also had problems compiling with clang, but that was not finding <stddef.h> so must be something wrong with my library headers.

mfg

James

@cliffordwolf
Copy link
Collaborator

Hi James,

that #include should have used <...> instead of "...". I've fixed and pushed that now.

On Ubuntu, run "apt-get install minisat" to install the minisat library and headers. Then it should compile fine.

@cliffordwolf
Copy link
Collaborator

I've now added a complete list of all prerequisites to the README file (tested on a fresh Ubuntu 12.04 LTS install; virtual machines are awesome).

litghost added a commit to litghost/yosys that referenced this issue Feb 28, 2019
mkurc-ant referenced this issue in antmicro/yosys Aug 24, 2020
Adding optimizations to PP3 synthesis
mkurc-ant referenced this issue in antmicro/yosys Sep 10, 2020
Separating LUT4 definition for PP3 & AP3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants