level 1
爽快且温文尔雅的饼子f
楼主
http://blog.csdn.net/jasonque/article/details/8267983
The CXX compiler identification is unknown
The C compiler identification is unknown
System is unknown to cmake, create:
Check for working CXX compiler: /usr/local/arm/4.3.2/bin/arm-linux-g++ -- broken
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:45 (MESSAGE):
The C++ compiler "/usr/local/arm/4.3.2/bin/arm-linux-g++" is not able to
compile a simple test program.
It fails with the following output:
Change Dir: /usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make
CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory
`/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.obj
/usr/local/arm/4.3.2/bin/arm-linux-g++ -o
CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.obj -c
/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
/usr/local/arm/4.3.2/bin/arm-linux-g++: line 3: exec:
arm-none-linux-gnueabi-g++: not found
make[1]: Leaving directory
`/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.obj]
Error 127
make: *** [cmTryCompileExec/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:59 (project)
Configuring incomplete, errors occurred!
2013年12月06日 14点12分
1

The CXX compiler identification is unknownThe C compiler identification is unknown
System is unknown to cmake, create:
Check for working CXX compiler: /usr/local/arm/4.3.2/bin/arm-linux-g++ -- broken
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:45 (MESSAGE):
The C++ compiler "/usr/local/arm/4.3.2/bin/arm-linux-g++" is not able to
compile a simple test program.
It fails with the following output:
Change Dir: /usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make
CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory
`/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.obj
/usr/local/arm/4.3.2/bin/arm-linux-g++ -o
CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.obj -c
/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
/usr/local/arm/4.3.2/bin/arm-linux-g++: line 3: exec:
arm-none-linux-gnueabi-g++: not found
make[1]: Leaving directory
`/usr/local/opencv/opencv-arm/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.obj]
Error 127
make: *** [cmTryCompileExec/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:59 (project)
Configuring incomplete, errors occurred!