clion-Release-Android_-log.txt 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. "C:\Program Files\JetBrains\CLion 2024.2.2\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=C:/android-ndk-r27/prebuilt/windows-x86_64/bin/make.exe -DCMAKE_C_COMPILER=C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang -DCMAKE_CXX_COMPILER=C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang++ -G "MinGW Makefiles" -S C:\Users\Dream\Desktop\PQN\lib\glm -B C:\Users\Dream\Desktop\PQN\lib\glm\cmake-build-release-android_
  2. CMake Warning (dev) in CMakeLists.txt:
  3. No project() command is present. The top-level CMakeLists.txt file must
  4. contain a literal, direct call to the project() command. Add a line of
  5. code such as
  6. project(ProjectName)
  7. near the top of the file, but after cmake_minimum_required().
  8. CMake is pretending there is a "project(Project)" command on the first
  9. line.
  10. This warning is for project developers. Use -Wno-dev to suppress it.
  11. CMake Warning (dev) in CMakeLists.txt:
  12. cmake_minimum_required() should be called prior to this top-level project()
  13. call. Please see the cmake-commands(7) manual for usage documentation of
  14. both commands.
  15. This warning is for project developers. Use -Wno-dev to suppress it.
  16. -- The C compiler identification is unknown
  17. -- The CXX compiler identification is unknown
  18. -- Detecting C compiler ABI info
  19. -- Detecting C compiler ABI info - failed
  20. -- Check for working C compiler: C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang
  21. -- Check for working C compiler: C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang - broken
  22. CMake Error at C:/Program Files/JetBrains/CLion 2024.2.2/bin/cmake/win/x64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:67 (message):
  23. The C compiler
  24. "C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang"
  25. is not able to compile a simple test program.
  26. It fails with the following output:
  27. Change Dir: 'C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release-android_/CMakeFiles/CMakeScratch/TryCompile-sozju1'
  28. Run Build Command(s): "C:/Program Files/JetBrains/CLion 2024.2.2/bin/cmake/win/x64/bin/cmake.exe" -E env VERBOSE=1 C:/android-ndk-r27/prebuilt/windows-x86_64/bin/make.exe -f Makefile cmTC_9ed02/fast
  29. C:/android-ndk-r27/prebuilt/windows-x86_64/bin/make.exe -f CMakeFiles\cmTC_9ed02.dir\build.make CMakeFiles/cmTC_9ed02.dir/build
  30. make[1]: Entering directory 'C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release-android_/CMakeFiles/CMakeScratch/TryCompile-sozju1'
  31. Building C object CMakeFiles/cmTC_9ed02.dir/testCCompiler.c.obj
  32. C:\android-ndk-r27\toolchains\llvm\prebuilt\windows-x86_64\bin\aarch64-linux-android26-clang -o CMakeFiles\cmTC_9ed02.dir\testCCompiler.c.obj -c C:\Users\Dream\Desktop\PQN\lib\glm\cmake-build-release-android_\CMakeFiles\CMakeScratch\TryCompile-sozju1\testCCompiler.c
  33. Linking C executable cmTC_9ed02.exe
  34. "C:\Program Files\JetBrains\CLion 2024.2.2\bin\cmake\win\x64\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_9ed02.dir\link.txt --verbose=1
  35. C:\android-ndk-r27\toolchains\llvm\prebuilt\windows-x86_64\bin\aarch64-linux-android26-clang CMakeFiles/cmTC_9ed02.dir/testCCompiler.c.obj -o cmTC_9ed02.exe
  36. Error running link command: unknown errormake[1]: *** [CMakeFiles\cmTC_9ed02.dir\build.make:98: cmTC_9ed02.exe] Error 2
  37. make[1]: Leaving directory 'C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release-android_/CMakeFiles/CMakeScratch/TryCompile-sozju1'
  38. make: *** [Makefile:126: cmTC_9ed02/fast] Error 2
  39. CMake will not be able to correctly generate this project.
  40. Call Stack (most recent call first):
  41. CMakeLists.txt
  42. CMake Warning (dev) in CMakeLists.txt:
  43. No cmake_minimum_required command is present. A line of code such as
  44. cmake_minimum_required(VERSION 3.29)
  45. should be added at the top of the file. The version specified may be lower
  46. if you wish to support older CMake versions for this project. For more
  47. information run "cmake --help-policy CMP0000".
  48. This warning is for project developers. Use -Wno-dev to suppress it.
  49. -- Configuring incomplete, errors occurred!