arm交叉编译opencv

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

posted @ 2014-11-20 15:48  ahuo  阅读(566)  评论(0)    收藏  举报