nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.72k stars 567 forks source link

cannot build and install the Virtual simulator #318

Closed CristinaZN closed 4 years ago

CristinaZN commented 4 years ago

i have already installed the systemc-2.3.0, but it cannot find the systemc version file....

cmake -DCMAKE_INSTALL_PREFIX=/home/cristinazn/Downloads/vp/VirtualSimulator -DSYSTEMC_PROFIX=/usr/local/systemc-2.3.0/ -DNVDLA_HW_PREFIX=/home/cristinazn/Downloads/vp/hw -DNVDLA_HW_PROJECT=nv_small -- Searching for SystemC -- SystemC version = grep: _SYSTEMC_VERSION_FILE-NOTFOUND: No such file or directory.grep: _SYSTEMC_VERSION_FILE-NOTFOUND: No such file or directory.grep: _SYSTEMC_VERSION_FILE-NOTFOUND: No such file or directory -- SystemC library = SystemC_LIBRARIES-NOTFOUND CMake Error at CMakeLists.txt:45 (message): SystemC library not found.

linbaiwpi commented 3 years ago

i have already installed the systemc-2.3.0, but it cannot find the systemc version file....

cmake -DCMAKE_INSTALL_PREFIX=/home/cristinazn/Downloads/vp/VirtualSimulator -DSYSTEMC_PROFIX=/usr/local/systemc-2.3.0/ -DNVDLA_HW_PREFIX=/home/cristinazn/Downloads/vp/hw -DNVDLA_HW_PROJECT=nv_small -- Searching for SystemC -- SystemC version = grep: _SYSTEMC_VERSION_FILE-NOTFOUND: No such file or directory.grep: _SYSTEMC_VERSION_FILE-NOTFOUND: No such file or directory.grep: _SYSTEMC_VERSION_FILE-NOTFOUND: No such file or directory -- SystemC library = SystemC_LIBRARIES-NOTFOUND CMake Error at CMakeLists.txt:45 (message): SystemC library not found.

Hi, I encountered the same issue. Did you solve this and if yes, could you share your solution?