| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- "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_
- CMake Warning (dev) in CMakeLists.txt:
- No project() command is present. The top-level CMakeLists.txt file must
- contain a literal, direct call to the project() command. Add a line of
- code such as
- project(ProjectName)
- near the top of the file, but after cmake_minimum_required().
- CMake is pretending there is a "project(Project)" command on the first
- line.
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) in CMakeLists.txt:
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- The C compiler identification is unknown
- -- The CXX compiler identification is unknown
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - failed
- -- Check for working C compiler: C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang
- -- Check for working C compiler: C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang - broken
- CMake Error at C:/Program Files/JetBrains/CLion 2024.2.2/bin/cmake/win/x64/share/cmake-3.29/Modules/CMakeTestCCompiler.cmake:67 (message):
- The C compiler
- "C:/android-ndk-r27/toolchains/llvm/prebuilt/windows-x86_64/bin/aarch64-linux-android26-clang"
- is not able to compile a simple test program.
- It fails with the following output:
- Change Dir: 'C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release-android_/CMakeFiles/CMakeScratch/TryCompile-sozju1'
-
- 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
- C:/android-ndk-r27/prebuilt/windows-x86_64/bin/make.exe -f CMakeFiles\cmTC_9ed02.dir\build.make CMakeFiles/cmTC_9ed02.dir/build
- make[1]: Entering directory 'C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release-android_/CMakeFiles/CMakeScratch/TryCompile-sozju1'
- Building C object CMakeFiles/cmTC_9ed02.dir/testCCompiler.c.obj
- 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
- Linking C executable cmTC_9ed02.exe
- "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
- 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
- Error running link command: unknown errormake[1]: *** [CMakeFiles\cmTC_9ed02.dir\build.make:98: cmTC_9ed02.exe] Error 2
- make[1]: Leaving directory 'C:/Users/Dream/Desktop/PQN/lib/glm/cmake-build-release-android_/CMakeFiles/CMakeScratch/TryCompile-sozju1'
- make: *** [Makefile:126: cmTC_9ed02/fast] Error 2
-
-
-
- CMake will not be able to correctly generate this project.
- Call Stack (most recent call first):
- CMakeLists.txt
- CMake Warning (dev) in CMakeLists.txt:
- No cmake_minimum_required command is present. A line of code such as
- cmake_minimum_required(VERSION 3.29)
- should be added at the top of the file. The version specified may be lower
- if you wish to support older CMake versions for this project. For more
- information run "cmake --help-policy CMP0000".
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring incomplete, errors occurred!
|