make.exe --dry-run --always-make --keep-going --print-directory make: Entering directory '/d/Projects/Elektronika-12' mkdir -p build echo Compiling: src/main.c arm-none-eabi-gcc -c -mthumb -mcpu=cortex-m0 -mtune=cortex-m0 -DSTM32F030 -DSTM32F030x6 -I./inc -IMCU/CMSIS/Include -IMCU/CMSIS/Device/ST/STM32F0xx/Include -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -falign-functions=16 -fno-strict-aliasing -ffast-math -msoft-float -mfloat-abi=soft -MD -MP -MF .dep/main.o.d -std=gnu99 -Wall -pedantic src/main.c -o build/main.o echo Compiling: src/board.c arm-none-eabi-gcc -c -mthumb -mcpu=cortex-m0 -mtune=cortex-m0 -DSTM32F030 -DSTM32F030x6 -I./inc -IMCU/CMSIS/Include -IMCU/CMSIS/Device/ST/STM32F0xx/Include -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -falign-functions=16 -fno-strict-aliasing -ffast-math -msoft-float -mfloat-abi=soft -MD -MP -MF .dep/board.o.d -std=gnu99 -Wall -pedantic src/board.c -o build/board.o echo Compiling: src/rtos.c arm-none-eabi-gcc -c -mthumb -mcpu=cortex-m0 -mtune=cortex-m0 -DSTM32F030 -DSTM32F030x6 -I./inc -IMCU/CMSIS/Include -IMCU/CMSIS/Device/ST/STM32F0xx/Include -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -falign-functions=16 -fno-strict-aliasing -ffast-math -msoft-float -mfloat-abi=soft -MD -MP -MF .dep/rtos.o.d -std=gnu99 -Wall -pedantic src/rtos.c -o build/rtos.o echo Compiling: MCU/system_stm32f0xx.c arm-none-eabi-gcc -c -mthumb -mcpu=cortex-m0 -mtune=cortex-m0 -DSTM32F030 -DSTM32F030x6 -I./inc -IMCU/CMSIS/Include -IMCU/CMSIS/Device/ST/STM32F0xx/Include -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -falign-functions=16 -fno-strict-aliasing -ffast-math -msoft-float -mfloat-abi=soft -MD -MP -MF .dep/system_stm32f0xx.o.d -std=gnu99 -Wall -pedantic MCU/system_stm32f0xx.c -o build/system_stm32f0xx.o echo Compiling asm: MCU/startup_stm32f030x6.s arm-none-eabi-gcc -x assembler-with-cpp -c -mthumb -mcpu=cortex-m0 -mtune=cortex-m0 -DSTM32F030 -DSTM32F030x6 -I./inc -IMCU/CMSIS/Include -IMCU/CMSIS/Device/ST/STM32F0xx/Include -Os -ffunction-sections -fdata-sections -fomit-frame-pointer -falign-functions=16 -fno-strict-aliasing -ffast-math -msoft-float -mfloat-abi=soft -MD -MP -MF .dep/startup_stm32f030x6.o.d -std=gnu99 -Wall -pedantic MCU/startup_stm32f030x6.s -o build/startup_stm32f030x6.o echo Linking: build/El12.elf arm-none-eabi-gcc build/main.o build/board.o build/rtos.o build/system_stm32f0xx.o build/startup_stm32f030x6.o -mthumb -mcpu=cortex-m0 -specs=nano.specs -TMCU/STM32F030K6_FLASH.ld -lc -lm -lnosys -Wl,-Map=build/El12.map,--cref -Wl,--gc-sections -o build/El12.elf echo '--------------------------------------------------------------------' arm-none-eabi-size build/El12.elf rm -f build/*.o arm-none-eabi-objcopy -O ihex build/El12.elf build/El12.hex make: Leaving directory '/d/Projects/Elektronika-12'