Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined reference to `VlThreadPool::VlThreadPool(VerilatedContext*, unsigned int)' #22

Open
samuelyenyen opened this issue Aug 30, 2023 · 3 comments

Comments

@samuelyenyen
Copy link

I have this error when running makefile in tb/tb_top.
May I ask what version of verilator do you use?
I use v5.012

./lib/libsyscverilated.a: undefined reference to VlThreadPool::VlThreadPool(VerilatedContext*, unsigned int)' collect2: error: ld returned 1 exit status make[1]: *** [build/test.x] Error 1 make[1]: Leaving directory /disk2/others/dsd_311591023/try/biriscv/tb/tb_top'
make: *** [build] Error 2

@SB308
Copy link

SB308 commented Sep 15, 2023

Compiles on Verilator 4.028 shipped with Ubuntu 20.04

@vibarajanv
Copy link

I tried 4.028 version. I get a different error that "verilog.h file is not available in the repo"

@vibarajanv
Copy link

vibarajanv commented Dec 6, 2024

I tried 5.030 and 4.038
They both have the error: VlThreadPool::VlThreadPool(VerilatedContext*, unsigned int)' collect2: error: ld returned 1 exit status make[1]: *** [build/test.x] Error 1 make[1]: Leaving directory

I believe 5.030 is stable version.

I did the following:

git checkout stable
git pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants