svancau / verilator

GNU Lesser General Public License v3.0
7 stars 0 forks source link

Tiny Process Library is empty #4

Closed ManiSadati closed 4 years ago

ManiSadati commented 4 years ago

Hi, I failed to build this and in the make part gives me this error :

In file included from ../Verilator.cpp:96:
../V4VhdlFrontend.h:6:10: fatal error: tiny-process-library/process.hpp: No such file or directory
 #include "tiny-process-library/process.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [../Makefile_obj:293: Verilator.o] Error 1
make[2]: Leaving directory '/home/mani/svancau_verilator/svancau/verilator/verilator/src/obj_dbg'
make[1]: *** [Makefile:70: ../bin/verilator_bin_dbg] Error 2
make[1]: Leaving directory '/home/mani/svancau_verilator/svancau/verilator/verilator/src'
make: *** [Makefile:229: verilator_exe] Error 2

And I did the thing you said in another comment ( git submodule update --init --recursive --remote) but still there's nothing in the tiny process library. What should i do? Is it because it's still not workable? Thanks in advance for any help.

ManiSadati commented 4 years ago

I don't know how but I did it again and that was fine