mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-01 18:27:44 +02:00
7d0921330b1f4e789901b4c2450920e7c412f95f
Often the code comes directly from a Windows computer. The following steps may be needed to compile it on UNIX: >> dos2unix Makefile Makefile >> dos2unix depends.sh depends.sh >> chmod 755 depends.sh >> make If compiling as a static library, it is necessary to uncomment #define _LIB in "src/abc/main/main.c" Several things to try if it does not compile on your platform: - Try running all code through dos2unix (Solaris) - Try removing flags from the libs line (LIBS :=) in Makefile (Mac) Finally, run regression test: abc>>> so regtest.script
Languages
C
90.8%
C++
8.7%
HTML
0.3%
Makefile
0.2%