arm交叉编译opencv

问题:
undefined reference to `pthread_spin_init'
解:
修改CMakeCache.txt,CMAKE_EXE_LINKER_FLAGS原来为空,加上-lpthread -lrt -ldl

原文地址:https://www.cnblogs.com/ahuo/p/4110766.html