Advertisement
Guest User

CMakeError.log

a guest
Sep 25th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  2. Compiler: C:/MinGW/bin/gcc.exe
  3. Build flags:
  4. Id flags:
  5.  
  6. The output was:
  7. 1
  8.  
  9.  
  10. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  11. Compiler: C:/MinGW/bin/gcc.exe
  12. Build flags:
  13. Id flags:
  14.  
  15. The output was:
  16. 1
  17.  
  18.  
  19. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  20. Compiler: C:/MinGW/bin/gcc.exe
  21. Build flags:
  22. Id flags: -c
  23.  
  24. The output was:
  25. 1
  26.  
  27.  
  28. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  29. Compiler: C:/MinGW/bin/gcc.exe
  30. Build flags:
  31. Id flags: -Aa
  32.  
  33. The output was:
  34. 1
  35.  
  36.  
  37. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  38. Compiler: C:/MinGW/bin/gcc.exe
  39. Build flags:
  40. Id flags: -D__CLASSIC_C__
  41.  
  42. The output was:
  43. 1
  44.  
  45.  
  46. Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
  47. gcc.exe: fatal error: no input files
  48. compilation terminated.
  49. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  50. Compiler: C:/MinGW/bin/g++.exe
  51. Build flags:
  52. Id flags:
  53.  
  54. The output was:
  55. 1
  56.  
  57.  
  58. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
  59. Compiler: C:/MinGW/bin/g++.exe
  60. Build flags:
  61. Id flags: -c
  62.  
  63. The output was:
  64. 1
  65.  
  66.  
  67. Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
  68. g++.exe: fatal error: no input files
  69. compilation terminated.
  70. Determining if the C compiler works failed with the following output:
  71. Change Dir: C:/_stuff/code blocks/sfml_copy/CMakeFiles/CMakeTmp
  72.  
  73. Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTC_86b27/fast"
  74. C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_86b27.dir\build.make CMakeFiles/cmTC_86b27.dir/build
  75.  
  76. mingw32-make.exe[1]: Entering directory 'C:/_stuff/code blocks/sfml_copy/CMakeFiles/CMakeTmp'
  77.  
  78. Building C object CMakeFiles/cmTC_86b27.dir/testCCompiler.c.obj
  79.  
  80. C:\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_86b27.dir\testCCompiler.c.obj -c "C:\_stuff\code blocks\sfml_copy\CMakeFiles\CMakeTmp\testCCompiler.c"
  81.  
  82. CMakeFiles\cmTC_86b27.dir\build.make:64: recipe for target 'CMakeFiles/cmTC_86b27.dir/testCCompiler.c.obj' failed
  83.  
  84. mingw32-make.exe[1]: *** [CMakeFiles/cmTC_86b27.dir/testCCompiler.c.obj] Error 1
  85.  
  86. mingw32-make.exe[1]: Leaving directory 'C:/_stuff/code blocks/sfml_copy/CMakeFiles/CMakeTmp'
  87.  
  88. Makefile:125: recipe for target 'cmTC_86b27/fast' failed
  89.  
  90. mingw32-make.exe: *** [cmTC_86b27/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement