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
Carsten edited this page Mar 16, 2022
·
1 revision
Bluespec compiler related issues
Undefined symbols when using C files with BDPI (Error: dlopen: ./out.so: undefined symbol: _Z8)
This is an ABI incompatibility between your hosts GCC and the GCC used to compile BSC. Workaround is to use make CXX_COMPAT=1.