You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.2 KiB
41 lines
2.2 KiB
Cmake build dorectory exists
|
|
-- The ASM compiler identification is GNU
|
|
-- Found assembler: /usr/bin/arm-none-eabi-gcc
|
|
-- The C compiler identification is GNU 7.3.1
|
|
-- The CXX compiler identification is GNU 7.3.1
|
|
-- Check for working C compiler: /usr/bin/arm-none-eabi-gcc
|
|
-- Check for working C compiler: /usr/bin/arm-none-eabi-gcc -- works
|
|
-- Detecting C compiler ABI info
|
|
-- Detecting C compiler ABI info - done
|
|
-- Detecting C compile features
|
|
-- Detecting C compile features - done
|
|
-- Check for working CXX compiler: /usr/bin/arm-none-eabi-g++
|
|
-- Check for working CXX compiler: /usr/bin/arm-none-eabi-g++ -- works
|
|
-- Detecting CXX compiler ABI info
|
|
-- Detecting CXX compiler ABI info - done
|
|
-- Detecting CXX compile features
|
|
-- Detecting CXX compile features - done
|
|
-- Configuring done
|
|
-- Generating done
|
|
-- Build files have been written to: /home/key/github/KED/bsl/cmakeLowLayer/build
|
|
Scanning dependencies of target assembly_functions
|
|
Scanning dependencies of target cpp_functions
|
|
Scanning dependencies of target c_functions
|
|
[ 7%] Building ASM object CMakeFiles/assembly_functions.dir/startup/startup_stm32f042x6.s.o
|
|
[ 14%] Building CXX object CMakeFiles/cpp_functions.dir/cppSrc/transfer.cpp.o
|
|
[ 21%] Building C object CMakeFiles/c_functions.dir/Src/stm32f0xx_it.c.o
|
|
[ 28%] Building C object CMakeFiles/c_functions.dir/Src/system_stm32f0xx.c.o
|
|
[ 35%] Linking ASM static library libassembly_functions.a
|
|
[ 35%] Built target assembly_functions
|
|
[ 42%] Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_exti.c.o
|
|
[ 50%] Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_rcc.c.o
|
|
[ 57%] Linking CXX static library libcpp_functions.a
|
|
[ 64%] Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_utils.c.o
|
|
[ 71%] Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_gpio.c.o
|
|
[ 71%] Built target cpp_functions
|
|
[ 78%] Building C object CMakeFiles/c_functions.dir/Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_pwr.c.o
|
|
[ 85%] Linking C static library libc_functions.a
|
|
[ 85%] Built target c_functions
|
|
Scanning dependencies of target refOvenTest.out
|
|
[ 92%] Building C object CMakeFiles/refOvenTest.out.dir/Src/main.c.o
|