Cmake Problem
Hello guys,
I have the following problem:
"C:\Program Files\JetBrains\CLion 2019.1.4\bin\cmake\win\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" "C:\Users\Akira Ota\CLion Projects\untitled1"
-- The C compiler identification is GNU 5.1.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/JetBrains/CLion 2019.1.4/bin/cmake/win/share/cmake-3.14/Modules/CMakeTestCCompiler.cmake:60 (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/Akira Ota/CLion Projects/untitled1/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command(s):C:/MinGW/bin/mingw32-make.exe cmTC_cda04/fast
C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_cda04.dir\build.make CMakeFiles/cmTC_cda04.dir/build
mingw32-make.exe[1]: Entering directory 'C:/Users/Akira Ota/CLion Projects/untitled1/cmake-build-debug/CMakeFiles/CMakeTmp'
CMakeFiles\cmTC_cda04.dir\build.make:64: recipe for target 'CMakeFiles/cmTC_cda04.dir/testCCompiler.c.obj' failed
mingw32-make.exe[1]: *** [CMakeFiles/cmTC_cda04.dir/testCCompiler.c.obj] Error -1073741819
mingw32-make.exe[1]: Leaving directory 'C:/Users/Akira Ota/CLion Projects/untitled1/cmake-build-debug/CMakeFiles/CMakeTmp'
Makefile:120: recipe for target 'cmTC_cda04/fast' failed
mingw32-make.exe: *** [cmTC_cda04/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
-- Configuring incomplete, errors occurred!
See also "C:/Users/Akira Ota/CLion Projects/untitled1/cmake-build-debug/CMakeFiles/CMakeOutput.log".
See also "C:/Users/Akira Ota/CLion Projects/untitled1/cmake-build-debug/CMakeFiles/CMakeError.log".
[Failed to reload]
请先登录再写评论。
Hello!
As I've already written you here, please send "C:/Users/Akira Ota/CLion Projects/untitled1/cmake-build-debug/CMakeFiles/CMakeOutput.log" and "C:/Users/Akira Ota/CLion Projects/untitled1/cmake-build-debug/CMakeFiles/CMakeError.log" to clion-support at jetbrains.com.