Advertisement
Guest User

opencv cmake errors

a guest
May 17th, 2010
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. -- The C compiler identification is unknown
  2. -- The CXX compiler identification is unknown
  3. -- Check for working C compiler: .../oe/angstrom-dev/cross/armv7a/arm-angstrom-linux-gnueabi/bin/gcc
  4. -- Check for working C compiler: .../oe/angstrom-dev/cross/armv7a/arm-angstrom-linux-gnueabi/bin/gcc -- broken
  5. CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:50 (MESSAGE):
  6. The C compiler
  7. ".../oe/angstrom-dev/cross/armv7a/arm-angstrom-linux-gnueabi/bin/gcc"
  8. is not able to compile a simple test program.
  9.  
  10. It fails with the following output:
  11.  
  12. Change Dir: [SD Card]/home/root/OpenCV-2.1.0/release/CMakeFiles/CMakeTmp
  13.  
  14.  
  15.  
  16. Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
  17.  
  18. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make
  19. CMakeFiles/cmTryCompileExec.dir/build
  20.  
  21. make[1]: Entering directory
  22. `[SD Card]/home/root/OpenCV-2.1.0/release/CMakeFiles/CMakeTmp'
  23.  
  24. /usr/bin/cmake -E cmake_progress_report
  25. [SD Card]/home/root/OpenCV-2.1.0/release/CMakeFiles/CMakeTmp/CMakeFiles
  26. 1
  27.  
  28. Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o
  29.  
  30.  
  31. .../oe/angstrom-dev/cross/armv7a/arm-angstrom-linux-gnueabi/bin/gcc
  32. -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -c
  33. [SD Card]/home/root/OpenCV-2.1.0/release/CMakeFiles/CMakeTmp/testCCompiler.c
  34.  
  35.  
  36. gcc: error trying to exec 'cc1': execvp: No such file or directory
  37.  
  38. make[1]: Leaving directory
  39. `[SD Card]/home/root/OpenCV-2.1.0/release/CMakeFiles/CMakeTmp'
  40.  
  41. make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o] Error 1
  42.  
  43. make: *** [cmTryCompileExec/fast] Error 2
  44.  
  45.  
  46.  
  47.  
  48.  
  49. CMake will not be able to correctly generate this project.
  50. Call Stack (most recent call first):
  51. CMakeLists.txt:39 (project)
  52.  
  53.  
  54. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement