nvdla / hw

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

Error in building nv_small configuration (verif_trace_player) #369

Open shariethernet opened 7 months ago

shariethernet commented 7 months ago

I have been encountering several errors mainly due to unclear version specific information

  1. The below is the error when I use VCS 2017, and SystemC 230

Config File image

Error (verif trace player) image

  1. When I try with VCS 2016, and systemC 230 I get segfaults

Here is the error image

NOte: I had issues with gcc >9, so I am using gcc/g++-4.8 Still I got the issues with std::gets in systemc headers, so I passed the -std=c++98 flags in the CFLAGS for sysc

Any help or guidance in this regard will be much appreciated. Thanks