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.

15 lines
1.4 KiB

16:46:44 **** Incremental Build of configuration Debug for project reflow_oven ****
make -j12 all
arm-none-eabi-gcc "../Core/reflow_oven_src/ked/ked_third_parties/stm/peripherals/uart.c" -mcpu=cortex-m0 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F031x6 -c -I../Core/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F0xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/reflow_oven_src/ked/ked_third_parties/stm/peripherals/uart.d" -MT"Core/reflow_oven_src/ked/ked_third_parties/stm/peripherals/uart.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Core/reflow_oven_src/ked/ked_third_parties/stm/peripherals/uart.o"
arm-none-eabi-gcc -o "reflow_oven.elf" @"objects.list" -mcpu=cortex-m0 -T"/home/key/git/dummy_reflow/Software/reflow_oven/STM32F031K6TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="reflow_oven.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Finished building target: reflow_oven.elf
arm-none-eabi-size reflow_oven.elf
arm-none-eabi-objdump -h -S reflow_oven.elf > "reflow_oven.list"
text data bss dec hex filename
7452 20 1708 9180 23dc reflow_oven.elf
Finished building: default.size.stdout
Finished building: reflow_oven.list