Skip to content
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.
Clone this wiki locally