zero-day-labs / riscv-iommu-demo

RISC-V IOMMU Demo (Linux & Bao)
Apache License 2.0
15 stars 0 forks source link

Ariane_dpi.so reports undefined symbol when running simv #8

Open good-circle opened 8 months ago

good-circle commented 8 months ago

I am simulating cva6 using vcs and successfully compiling the simv executable file. However, when running the elf file, an error is reported: e06bb5b7a64eead1465e9ee39d6a7eca I checked the dependency of ariane_dpi.so using the ldd command: image 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: image My Centos version is: image My g++ version is: image

Have any of you encountered similar issues, and could this be related to the version of the g++ compiler?