我想安装ridgerun sdk来在Leopardboard DM365上构建和运行应用程序。我是新手,我按照ridgerun sdk开始指导步骤 - https://www.ridgerun.com/developer/wiki/index.php/DM365_Leopard_SDK_2011Q2_Getting_Started_Guide
我按照指南安装了sdk。然后按照指南我配置sdk来构建它 - " make configure"。在配置中,我选择了对opencv-2.1.0的支持。然后当我" make" sdk,我收到以下错误:
Checking dependencies for OpenCV-2.1.0
Compiling and installing OpenCV-2.1.0...
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named numpy.distutils
CMake Warning: The variable, 'BUILD_DOXYGEN_DOCS', specified manually, was not used during the generation.
CMake Warning: The variable, 'BUILD_PYTHON_SUPPORT', specified manually, was not used during the generation.
CMake Warning: The variable, 'CMAKE_TOOLCHAIN_FILE', specified manually, was not used during the generation.
make[3]: *** [cmake_built] Error 2
Error building OpenCV-2.1.0
make[2]: *** [dependency_build] Error 1
make[1]: *** [apps_build] Error 1
make: *** [fs_build] Error 2
此时我被困了。我搜索了很多但找不到任何东西。请指导我必须做些什么。 谢谢, MAZ
答案 0 :(得分:2)
您必须禁用OpenCV并重新编译。
转到RRSDK的根目录并运行:
make config
转到“文件系统配置---&gt;选择目标的文件系统软件”
取消选择“OpenCV”。
退出并运行:
make
make install
已知OpenCV在此版本的RRSDK中有配置错误。