libhv
libhv copied to clipboard
树莓派系统编译问题
树莓下编译会报错: undefined reference to __atomic_fetch_add_8 ... ... 需在Makefile.in文件-l后面加入-latomic,即可解决问题。