2016-05-26 77 views
0
CMakeFiles/opencv_imgproc.dir/src/floodfill.cpp.o: file not recognized: File truncated 
collect2: error: ld returned 1 exit status 
modules/imgproc/CMakeFiles/opencv_imgproc.dir/build.make:1353: recipe for target 'lib/libopencv_imgproc.so.3.0.0' failed 
make[2]: *** [lib/libopencv_imgproc.so.3.0.0] Error 1 
CMakeFiles/Makefile2:2378: recipe for target 'modules/imgproc/CMakeFiles/opencv_imgproc.dir/all' failed 
make[1]: *** [modules/imgproc/CMakeFiles/opencv_imgproc.dir/all] Error 2 
Makefile:137: recipe for target 'all' failed 
make: *** [all] Error 2 

大家好,我嘗試編譯openCV3.0.0但我不斷收到對目標的所有配方失敗,錯誤2,已經嘗試過在網上找到不同的解決方案,但都無濟於事,我不能似乎明白我得到的錯誤。錯誤編譯OpenCV的3.0.0到樹莓派

有誰知道我該如何解決這個錯誤?先謝謝你!

回答

-2

我不知道如何解決這個錯誤,但是我有一個Python 3.4的編譯文件,download it,並把它放在目錄/use/local/lib/python3.4/dist-packages中,將它導入終端,它應該工作。

0

或者您可以仔細重新安裝Raspbian並按照此guide