lcgamboa / picsimlab

PICsimLab - Programmable IC Simulator Laboratory
GNU General Public License v2.0
476 stars 90 forks source link

Failed to build picsimlab #88

Closed omolayoabegunde closed 1 year ago

omolayoabegunde commented 1 year ago

When I tried to build the PCISimLab , here is the error i got picsimlab4.h:30:10: fatal error:

In file included from ppicsimlab.cc:29: picsimlab4.h:30:10: fatal error: picsim/picsim.h: No such file or directory 30 | #include <picsim/picsim.h> | ^~~~~ compilation terminated.

lcgamboa commented 1 year ago

Hi @omolayoabegunde,

did you use the scripts to compile as described in the README? PICSimLab needs several dependencies installed to compile. Using the scripts the necessary dependencies are installed before compilation. Try the script bscripts/build_all_and_install.sh to compile without install dependencies in your system.

omolayoabegunde commented 1 year ago

Works on VMware