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
$ git clone /~https://github.com/nixos/nixpkgs
$ nix-shell -I nixpkgs=`pwd`/nixpkgs -p bluespec verilog
$ git clone /~https://github.com/bluespec/Piccolo
$ cd Piccolo/builds/RV32ACIMU_Piccolo_bluesim
$ make compile
$ make simulator
$ ./exe_HW_sim
Error: dlopen: ./exe_HW_sim.so: undefined symbol: _Z27dollar_test_dollar_plusargsP9tSimStatePKcPKSs
invoked from within
"sim load $model_name $top_module"
invoked from within
"if {$wait} {
sim load $model_name $top_module wait
} else {
sim load $model_name $top_module
}"
(file "/nix/store/p4byndpkpmd2blkqzk0l9wv9g1n3lfwz-bluespec-unstable-2020.02.09/lib/tcllib/bluespec/bluesim.tcl" line 193)
The text was updated successfully, but these errors were encountered:
hlandau
changed the title
Can't compile simulator, missing symbol _Z27dollar_test_dollar_plusargsP9tSimStatePKcPKSs
Can't run simulator, missing symbol _Z27dollar_test_dollar_plusargsP9tSimStatePKcPKSs
Mar 3, 2020
Apologies for the hassle. The is a C compiler version issue (version used to build the bsc release, vs. version one used while building Piccolo for Bluesim). I have added a section at the bottom of the README that explains how to work around this. Please try it; hopefully it works for you!
Apologies for the hassle. The is a C compiler version issue (version used to build the bsc release, vs. version one used while building Piccolo for Bluesim). I have added a section at the bottom of the README that explains how to work around this. Please try it; hopefully it works for you!
hi @rsnikhil can you please tell me where the readme file is?
Thank you
The text was updated successfully, but these errors were encountered: