Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The C compiler identification is GNU 4.4.0
- The CXX compiler identification is GNU 4.4.0
- Check for working C compiler: C:/MinGW/bin/gcc.exe
- Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken
- CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
- The C compiler "C:/MinGW/bin/gcc.exe" is not able to compile a simple test
- program.
- It fails with the following output:
- Change Dir: C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp
- Run Build Command:C:/MinGW/bin/mingw32-make.exe
- "cmTryCompileExec2797364214/fast"
- C:/MinGW/bin/mingw32-make.exe -f
- CMakeFiles\cmTryCompileExec2797364214.dir\build.make
- CMakeFiles/cmTryCompileExec2797364214.dir/build
- mingw32-make.exe[1]: Entering directory
- `C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp'
- "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_report
- C:\Users\Jacob\Programming\GQP\build\CMakeFiles\CMakeTmp\CMakeFiles 1
- Building C object
- CMakeFiles/cmTryCompileExec2797364214.dir/testCCompiler.c.obj
- C:\MinGW\bin\gcc.exe -o
- CMakeFiles\cmTryCompileExec2797364214.dir\testCCompiler.c.obj -c
- C:\Users\Jacob\Programming\GQP\build\CMakeFiles\CMakeTmp\testCCompiler.c
- Linking C executable cmTryCompileExec2797364214.exe
- "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_link_script
- CMakeFiles\cmTryCompileExec2797364214.dir\link.txt --verbose=1
- "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E remove -f
- CMakeFiles\cmTryCompileExec2797364214.dir/objects.a
- C:\MinGW\bin\ar.exe cr CMakeFiles\cmTryCompileExec2797364214.dir/objects.a
- @CMakeFiles\cmTryCompileExec2797364214.dir\objects1.rsp
- C:\MinGW\bin\gcc.exe -Wl,--whole-archive
- CMakeFiles\cmTryCompileExec2797364214.dir/objects.a -Wl,--no-whole-archive
- -o cmTryCompileExec2797364214.exe
- -Wl,--out-implib,libcmTryCompileExec2797364214.dll.a
- -Wl,--major-image-version,0,--minor-image-version,0 -lkernel32 -luser32
- -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32
- -ladvapi32
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
- Error: found dwarf version '4', this reader only handles version 2 and 3
- information.
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/crt2.o:crt1.c:(.text+0x1f1):
- undefined reference to `__chkstk_ms'
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
- Error: found dwarf version '4', this reader only handles version 2 and 3
- information.
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x5e3):
- undefined reference to `__chkstk_ms'
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
- Error: found dwarf version '0', this reader only handles version 2 and 3
- information.
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x690):
- undefined reference to `__chkstk_ms'
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
- Error: found dwarf version '20039', this reader only handles version 2 and
- 3 information.
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x7e9):
- undefined reference to `__chkstk_ms'
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
- Error: found dwarf version '8259', this reader only handles version 2 and 3
- information.
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0x82d):
- undefined reference to `__chkstk_ms'
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Dwarf
- Error: found dwarf version '11832', this reader only handles version 2 and
- 3 information.
- c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib/libmingwex.a(glob.o):glob.c:(.text+0xc0d):
- more undefined references to `__chkstk_ms' follow
- collect2: ld returned 1 exit status
- mingw32-make.exe[1]: *** [cmTryCompileExec2797364214.exe] Error 1
- mingw32-make.exe[1]: Leaving directory
- `C:/Users/Jacob/Programming/GQP/build/CMakeFiles/CMakeTmp'
- mingw32-make.exe: *** [cmTryCompileExec2797364214/fast] Error 2
- CMake will not be able to correctly generate this project.
- Call Stack (most recent call first):
- CMakeLists.txt:14 (project)
Advertisement
Add Comment
Please, Sign In to add comment