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
I am simulating cva6 using vcs and successfully compiling the simv executable file. However, when running the elf file, an error is reported:
I checked the dependency of ariane_dpi.so using the ldd command:
But it seems that we did not find that symbol _ZNSt7__cxx1112basic_stringIcStllchar_traitsIcESaIcEE10_M_replaceEmmPKcm in the above library files.
My Linux version is:
My Centos version is:
My g++ version is:
Have any of you encountered similar issues, and could this be related to the version of the g++ compiler?
The text was updated successfully, but these errors were encountered:
I am simulating cva6 using vcs and successfully compiling the simv executable file. However, when running the elf file, an error is reported:





I checked the dependency of
ariane_dpi.so
using theldd
command:But it seems that we did not find that symbol
_ZNSt7__cxx1112basic_stringIcStllchar_traitsIcESaIcEE10_M_replaceEmmPKcm
in the above library files.My Linux version is:
My Centos version is:
My g++ version is:
Have any of you encountered similar issues, and could this be related to the version of the g++ compiler?
The text was updated successfully, but these errors were encountered: