Files
AUTOM/workspace/.metadata/.plugins/org.eclipse.cdt.ui/blink.build.log
Andrea Gonelli 6806d8485f wip
2025-08-25 21:07:59 +02:00

18 lines
1.2 KiB
Plaintext

21:34:20 **** Incremental Build of configuration Debug for project blink ****
make -j4 all
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xB -c -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"Core/Src/main.d" -MT"Core/Src/main.o" --specs=nano.specs -mfloat-abi=soft -mthumb -o "Core/Src/main.o"
arm-none-eabi-gcc -o "blink.elf" @"objects.list" -mcpu=cortex-m3 -T"C:\progetti\AUTOM1\workspace\blink\STM32F103C8TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="blink.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Finished building target: blink.elf
arm-none-eabi-size blink.elf
arm-none-eabi-objdump -h -S blink.elf > "blink.list"
text data bss dec hex filename
4668 12 1572 6252 186c blink.elf
Finished building: default.size.stdout
Finished building: blink.list
21:34:23 Build Finished. 0 errors, 0 warnings. (took 2s.625ms)