Advertisement
Erbureth

cmake output

Dec 26th, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. $ cmake -DCMAKE_TOOLCHAIN_FILE=/home/erbureth/projects/projectX/linux.cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE=1 ..
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. System is unknown to cmake, create:
  5. Platform/ProjectX to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  6. -- Check for working C compiler: /usr/local/cross/bin/i586-elf-gcc
  7. System is unknown to cmake, create:
  8. Platform/ProjectX to use this system, please send your config file to cmake@www.cmake.org so it can be added to cmake
  9. -- Check for working C compiler: /usr/local/cross/bin/i586-elf-gcc -- broken
  10. CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  11. The C compiler "/usr/local/cross/bin/i586-elf-gcc" is not able to compile a
  12. simple test program.
  13.  
  14. It fails with the following output:
  15.  
  16. Change Dir: /home/erbureth/projects/projectX/build/CMakeFiles/CMakeTmp
  17.  
  18.  
  19.  
  20. Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
  21.  
  22. /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make
  23. CMakeFiles/cmTryCompileExec.dir/build
  24.  
  25. make[1]: Entering directory
  26. `/home/erbureth/projects/projectX/build/CMakeFiles/CMakeTmp'
  27.  
  28. /usr/bin/cmake -E cmake_progress_report
  29. /home/erbureth/projects/projectX/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  30.  
  31. Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj
  32.  
  33. /usr/local/cross/bin/i586-elf-gcc -o
  34. CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj -c
  35. /home/erbureth/projects/projectX/build/CMakeFiles/CMakeTmp/testCCompiler.c
  36.  
  37. Linking C executable cmTryCompileExec
  38.  
  39. /usr/bin/cmake -E cmake_link_script
  40. CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
  41.  
  42. /usr/local/cross/bin/i586-elf-gcc
  43. CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj -o cmTryCompileExec
  44.  
  45. /usr/local/cross/lib/gcc/i586-elf/4.6.2/../../../../i586-elf/bin/ld: cannot
  46. find crt0.o: No such file or directory
  47.  
  48. /usr/local/cross/lib/gcc/i586-elf/4.6.2/../../../../i586-elf/bin/ld: cannot
  49. find crtbegin.o: No such file or directory
  50.  
  51. /usr/local/cross/lib/gcc/i586-elf/4.6.2/../../../../i586-elf/bin/ld: cannot
  52. find -lgcc
  53.  
  54. /usr/local/cross/lib/gcc/i586-elf/4.6.2/../../../../i586-elf/bin/ld: cannot
  55. find -lc
  56.  
  57. /usr/local/cross/lib/gcc/i586-elf/4.6.2/../../../../i586-elf/bin/ld: cannot
  58. find -lgcc
  59.  
  60. /usr/local/cross/lib/gcc/i586-elf/4.6.2/../../../../i586-elf/bin/ld: cannot
  61. find crtend.o: No such file or directory
  62.  
  63. collect2: ld returned 1 exit status
  64.  
  65. make[1]: Leaving directory
  66. `/home/erbureth/projects/projectX/build/CMakeFiles/CMakeTmp'
  67.  
  68. make[1]: *** [cmTryCompileExec] Error 1
  69.  
  70. make: *** [cmTryCompileExec/fast] Error 2
  71.  
  72.  
  73.  
  74.  
  75.  
  76. CMake will not be able to correctly generate this project.
  77. Call Stack (most recent call first):
  78. CMakeLists.txt:1 (project)
  79.  
  80.  
  81. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement