Guest User

Untitled

a guest
Nov 6th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. The C compiler identification is GNU 4.4.0
  2. The CXX compiler identification is GNU 4.4.0
  3. Check for working C compiler: C:/MinGW/bin/gcc.exe
  4. Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken
  5. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
  6. The C compiler "C:/MinGW/bin/gcc.exe" is not able to compile a simple test
  7. program.
  8.  
  9. It fails with the following output:
  10.  
  11. Change Dir: C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp
  12.  
  13.  
  14.  
  15. Run Build Command:C:/MinGW/bin/mingw32-make.exe
  16. "cmTryCompileExec2797364214/fast"
  17.  
  18. C:/MinGW/bin/mingw32-make.exe -f
  19. CMakeFiles\cmTryCompileExec2797364214.dir\build.make
  20. CMakeFiles/cmTryCompileExec2797364214.dir/build
  21.  
  22. mingw32-make.exe[1]: Entering directory
  23. `C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp'
  24.  
  25. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_report
  26. C:\Users\Jacob\Programming\GQP\build\CMakeFiles\CMakeTmp\CMakeFiles 1
  27.  
  28. Building C object
  29. CMakeFiles/cmTryCompileExec2797364214.dir/testCCompiler.c.obj
  30.  
  31. C:\MinGW\bin\gcc.exe -o
  32. CMakeFiles\cmTryCompileExec2797364214.dir\testCCompiler.c.obj -c
  33. C:\Users\Jacob\Programming\GQP\build\CMakeFiles\CMakeTmp\testCCompiler.c
  34.  
  35. Linking C executable cmTryCompileExec2797364214.exe
  36.  
  37. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_link_script
  38. CMakeFiles\cmTryCompileExec2797364214.dir\link.txt --verbose=1
  39.  
  40. "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E remove -f
  41. CMakeFiles\cmTryCompileExec2797364214.dir/objects.a
  42.  
  43. C:\MinGW\bin\ar.exe cr CMakeFiles\cmTryCompileExec2797364214.dir/objects.a
  44. @CMakeFiles\cmTryCompileExec2797364214.dir\objects1.rsp
  45.  
  46. C:\MinGW\bin\gcc.exe -Wl,--whole-archive
  47. CMakeFiles\cmTryCompileExec2797364214.dir/objects.a -Wl,--no-whole-archive
  48. -o cmTryCompileExec2797364214.exe
  49. -Wl,--out-implib,libcmTryCompileExec2797364214.dll.a
  50. -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32
  51. -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32
  52. -ladvapi32
  53.  
  54. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
  55. Error: found dwarf version '4', this reader only handles version 2 and 3
  56. information.
  57.  
  58.  
  59. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/crt2.o:crt1.c:(.text+0x1f1):
  60. undefined reference to `__chkstk_ms'
  61.  
  62. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
  63. Error: found dwarf version '4', this reader only handles version 2 and 3
  64. information.
  65.  
  66.  
  67. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x5e3):
  68. undefined reference to `__chkstk_ms'
  69.  
  70. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
  71. Error: found dwarf version '0', this reader only handles version 2 and 3
  72. information.
  73.  
  74.  
  75. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x690):
  76. undefined reference to `__chkstk_ms'
  77.  
  78. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
  79. Error: found dwarf version '20039', this reader only handles version 2 and
  80. 3 information.
  81.  
  82.  
  83. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x7e9):
  84. undefined reference to `__chkstk_ms'
  85.  
  86. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
  87. Error: found dwarf version '8259', this reader only handles version 2 and 3
  88. information.
  89.  
  90.  
  91. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x82d):
  92. undefined reference to `__chkstk_ms'
  93.  
  94. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
  95. Error: found dwarf version '11832', this reader only handles version 2 and
  96. 3 information.
  97.  
  98.  
  99. c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0xc0d):
  100. more undefined references to `__chkstk_ms' follow
  101.  
  102. collect2: ld returned 1 exit status
  103.  
  104. mingw32-make.exe[1]: *** [cmTryCompileExec2797364214.exe] Error 1
  105.  
  106. mingw32-make.exe[1]: Leaving directory
  107. `C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp'
  108.  
  109. mingw32-make.exe: *** [cmTryCompileExec2797364214/fast] Error 2
  110.  
  111.  
  112.  
  113.  
  114.  
  115. CMake will not be able to correctly generate this project.
  116. Call Stack (most recent call first):
  117. CMakeLists.txt:14 (project)
Advertisement
Add Comment
Please, Sign In to add comment