leondavi/NErlNet

Raspbian - g++-10 Issue with atomic_compare_exchange_8 - NIF can't be loaded

leondavi opened this issue · 2 comments

g++10 on raspbian - load nif results:
{error,{load_failed,"Failed to load NIF library:
'/home/pi/workspace/NErlNet/build/release/libnerlnet.so: undefined
symbol: __atomic_compare_exchange_8'

release: 5.10.63-v7+

Works with g++-8.4 and OTP-23
g++-10 should be check with a newer erlang version than OTP-23

Solution to this issue is given in #193