nvdla / vp

Virtual Platform for NVDLA
Other
139 stars 83 forks source link

vp build error #27

Open LeXiaoCCNU opened 6 years ago

LeXiaoCCNU commented 6 years ago

hi all: i got an error when i try to build vp, following is the error information: "/lib/libnvdla_cmod.so: undefined reference to sc_core::sc_vector_base::make_name(char const*, unsigned long)' "/lib/libnvdla_cmod.so: undefined reference tosc_dt::sc_int_base::to_string(sc_dt::sc_numrep, bool) const' collect2: error: ld returned 1 exit status"

I both use gcc 4.8.5 in hw and vp.

JSnobody commented 6 years ago

@LeXiaoCCNU Hi, did you use hw v1?You can check your the verson of the hw, and you need to see whether the version of the hw and vp match or not. Thanks

zhenpengzuo commented 6 years ago

It seems do not have SYSTEMC and TLM2.0 installed. You can try it.

huayangshiboqi commented 5 years ago

Hello, have you solved it? I meet the same error. Could you give some advice?