Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. -- The C compiler identification is unknown
  2. -- The CXX compiler identification is unknown
  3. -- Detecting C compiler ABI info
  4. -- Detecting C compiler ABI info - failed
  5. -- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe
  6. -- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe - broken
  7. CMake Error at D:/CMake/share/cmake-3.21/Modules/CMakeTestCCompiler.cmake:69 (message):
  8. The C compiler
  9.  
  10. "D:/msys64/mingw64/bin/gcc.exe"
  11.  
  12. is not able to compile a simple test program.
  13.  
  14. It fails with the following output:
  15.  
  16. Change Dir: D:/msys64/home/rustzz/xmrig/build/CMakeFiles/CMakeTmp
  17.  
  18. Run Build Command(s):D:/msys64/usr/bin/make.exe -f Makefile cmTC_9e8a0/fast && /usr/bin/make -f CMakeFiles/cmTC_9e8a0.dir/build.make CMakeFiles/cmTC_9e8a0.dir/build
  19. make[1]: Entering directory '/home/rustzz/xmrig/build/CMakeFiles/CMakeTmp'
  20. Building C object CMakeFiles/cmTC_9e8a0.dir/testCCompiler.c.obj
  21. D:/msys64/mingw64/bin/gcc.exe -o CMakeFiles/cmTC_9e8a0.dir/testCCompiler.c.obj -c D:/msys64/home/rustzz/xmrig/build/CMakeFiles/CMakeTmp/testCCompiler.c
  22. make[1]: *** [CMakeFiles/cmTC_9e8a0.dir/build.make:78: CMakeFiles/cmTC_9e8a0.dir/testCCompiler.c.obj] Error 1
  23. make[1]: Leaving directory '/home/rustzz/xmrig/build/CMakeFiles/CMakeTmp'
  24. make: *** [Makefile:127: cmTC_9e8a0/fast] Error 2
  25.  
  26.  
  27.  
  28.  
  29.  
  30. CMake will not be able to correctly generate this project.
  31. Call Stack (most recent call first):
  32. CMakeLists.txt:2 (project)
  33.  
  34.  
  35. -- Configuring incomplete, errors occurred!
  36. See also "D:/msys64/home/rustzz/xmrig/build/CMakeFiles/CMakeOutput.log".
  37. See also "D:/msys64/home/rustzz/xmrig/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement