You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to sc_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.
The text was updated successfully, but these errors were encountered:
@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
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 to
sc_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.
The text was updated successfully, but these errors were encountered: