( Showing only the last 30 out of 162 lines. For a complete log visit the build page )
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:98 (project):
The CMAKE_C_COMPILER:
/opt/arm-2012.03/bin/arm-none-linux-gnueabi-gcc
is not a full path to an existing compiler tool.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/home/pprz/paparazzi/sw/ext/opencv_bebop/build/CMakeFiles/CMakeOutput.log".
See also "/home/pprz/paparazzi/sw/ext/opencv_bebop/build/CMakeFiles/CMakeError.log".
Makefile:20: recipe for target 'cc' failed
make[3]: *** [cc] Error 1
Makefile:6: recipe for target 'all' failed
make[2]: *** [all] Error 2
Makefile:90: recipe for target 'opencv_bebop.build' failed
make[1]: *** [opencv_bebop.build] Error 2
Makefile:171: recipe for target 'opencv_bebop' failed
make: *** [opencv_bebop] Error 2