Advertisement
Guest User

Untitled

a guest
Sep 9th, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. root@beagleboard:~/OpenCV-2.3.0/release# make
  2. [ 1%] Built target opencv_imgproc_pch_dephelp
  3. [ 2%] Built target pch_Generate_opencv_imgproc
  4. [ 2%] Built target opencv_core_pch_dephelp
  5. [ 3%] Built target pch_Generate_opencv_core
  6. [ 8%] Built target opencv_core
  7. [ 17%] Built target opencv_imgproc
  8. [ 17%] Built target opencv_calib3d_pch_dephelp
  9. [ 18%] Built target pch_Generate_opencv_calib3d
  10. [ 19%] Built target opencv_features2d_pch_dephelp
  11. [ 19%] Built target pch_Generate_opencv_features2d
  12. [ 19%] Built target opencv_flann_pch_dephelp
  13. [ 19%] Built target pch_Generate_opencv_flann
  14. [ 19%] Built target opencv_flann
  15. [ 19%] Built target opencv_highgui_pch_dephelp
  16. [ 19%] Built target pch_Generate_opencv_highgui
  17. [ 23%] Built target opencv_highgui
  18. [ 27%] Built target opencv_features2d
  19. [ 30%] Built target opencv_calib3d
  20. [ 30%] Built target opencv_test_calib3d_pch_dephelp
  21. [ 30%] Built target pch_Generate_opencv_test_calib3d
  22. [ 30%] Built target opencv_ts_pch_dephelp
  23. [ 30%] Built target pch_Generate_opencv_ts
  24. [ 31%] Built target opencv_ts
  25. [ 31%] Building CXX object modules/calib3d/CMakeFiles/opencv_test_calib3d.dir/test/test_compose_rt.o
  26.  
  27. c++: Internal error: Segmentation fault (program cc1plus)
  28. Please submit a full bug report.
  29. See <http://gcc.gnu.org/bugs.html> for instructions.
  30. make[2]: *** [modules/calib3d/CMakeFiles/opencv_test_calib3d.dir/test/test_compose_rt.o] Error 1
  31. make[1]: *** [modules/calib3d/CMakeFiles/opencv_test_calib3d.dir/all] Error 2
  32. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement