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
[verilator] Statically link the verilator simulator
In order to run in foreign CI environments, we need to statically link
verilator to avoid glibc versioning issues. Worse, the current
debian/ubuntu package for `libelf` has an error that prevents static
linking.
- Include the latest upstream libelf which corrects the linking error.
- Set the CFLAGS and LDFLAGS environment variables during the build of
the simulator to statically link and include the upstream libelf.
Signed-off-by: Chris Frantz <[email protected]>
0 commit comments