google / google/CFU-Playground
Colab, conda packing issue with Renode/Verilator: version `GLIBCXX_3.4.29' not found
- Dominant language
- Verilog
- Stars
- 565
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
To reproduce:
* open colab https://colab.research.google.com/drive/187n-kJ8f4TymjmI9QfHA6vmkCxXIuDFw?usp=sharing
* `Runtime` --> `run all`
After a somewhat long compile, we get to this error:
```
Renode, version 1.13.1.2542 (ec3efdf3-202208150124)
(monitor) s @icebreaker.resc ; uart_connect sysbus.uart
There was an error executing command 'cpu.cfu0 SimulationFilePathLinux @/content/CFU-Playground/proj/proj_template_v/build/renode/libVtop.so'
Error while opening dynamic library: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /content/CFU-Playground/proj/proj_template_v/build/renode/libVtop.so)
Redirecting the input to sysbus.uart, press to quit...
>../proj.mk:202: recipe for target 'renode-headless' failed
make: *** [renode-headless] Error 58
```
Any ideas @PiotrZierhoffer ?
Contributor guide
Assessment
This issue has not been assessed yet.