问题:
undefined reference to `pthread_spin_init'
解:
修改CMakeCache.txt,CMAKE_EXE_LINKER_FLAGS原来为空,加上-lpthread -lrt -ldl
arm交叉编译opencv
阅读 93
2022-05-19
问题:
undefined reference to `pthread_spin_init'
解:
修改CMakeCache.txt,CMAKE_EXE_LINKER_FLAGS原来为空,加上-lpthread -lrt -ldl
相关推荐
精彩评论(0)