lcgamboa / picsimlab

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

Failed to build picsimlab #88

Closed omolayoabegunde closed 11 months ago

omolayoabegunde commented 11 months 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 11 months 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 11 months ago

Works on VMware