2024-05-02 14:03:11 +08:00
|
|
|
C:\Users\13552\AppData\Local\Programs\CLion\bin\cmake\win\x64\bin\cmake.exe -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=C:/msys64/mingw64/bin/mingw32-make.exe -DCMAKE_C_COMPILER=C:/msys64/mingw64/bin/gcc.exe -DCMAKE_CXX_COMPILER=C:/msys64/mingw64/bin/g++.exe -G "CodeBlocks - MinGW Makefiles" -S C:\Work\Project\Stm32_Project\Taxi_meters\Bootloader -B C:\Work\Project\Stm32_Project\Taxi_meters\Bootloader\cmake-build-debug
|
|
|
|
CMake Deprecation Warning:
|
|
|
|
Support for "Extra Generators" like
|
|
|
|
|
|
|
|
CodeBlocks
|
|
|
|
|
|
|
|
is deprecated and will be removed from a future version of CMake. IDEs may
|
|
|
|
use the cmake-file-api(7) to view CMake-generated project build trees.
|
|
|
|
|
|
|
|
|
2024-05-04 05:32:34 +08:00
|
|
|
-- The C compiler identification is GNU 13.2.1
|
|
|
|
-- The CXX compiler identification is GNU 13.2.1
|
2024-05-02 14:03:11 +08:00
|
|
|
-- The ASM compiler identification is GNU
|
|
|
|
-- Found assembler: C:/STM32_needs/gcc-arm-none-eabi/bin/arm-none-eabi-gcc.exe
|
|
|
|
-- Detecting C compiler ABI info
|
|
|
|
-- Detecting C compiler ABI info - done
|
|
|
|
-- Check for working C compiler: C:/STM32_needs/gcc-arm-none-eabi/bin/arm-none-eabi-gcc.exe - skipped
|
|
|
|
-- Detecting C compile features
|
|
|
|
-- Detecting C compile features - done
|
|
|
|
-- Detecting CXX compiler ABI info
|
|
|
|
-- Detecting CXX compiler ABI info - done
|
|
|
|
-- Check for working CXX compiler: C:/STM32_needs/gcc-arm-none-eabi/bin/arm-none-eabi-g++.exe - skipped
|
|
|
|
-- Detecting CXX compile features
|
|
|
|
-- Detecting CXX compile features - done
|
|
|
|
-- Minimal optimization, debug info included
|
2024-05-04 05:32:34 +08:00
|
|
|
-- Configuring done (1.7s)
|
|
|
|
-- Generating done (0.0s)
|
2024-05-02 14:03:11 +08:00
|
|
|
-- Build files have been written to: C:/Work/Project/Stm32_Project/Taxi_meters/Bootloader/cmake-build-debug
|