Files
AUTOM/workspace/.metadata/.plugins/org.eclipse.cdt.ui/AUTOM6.build.log

18 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-08-27 23:29:38 +02:00
12:08:35 **** Incremental Build of configuration Release for project AUTOM6 ****
make -j4 all
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m3 -std=gnu11 -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 -Os -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 "AUTOM6.elf" @"objects.list" -mcpu=cortex-m3 -T"C:\progetti\AUTOM1\workspace\AUTOM6\STM32F103C8TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="AUTOM6.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Finished building target: AUTOM6.elf
arm-none-eabi-size AUTOM6.elf
arm-none-eabi-objdump -h -S AUTOM6.elf > "AUTOM6.list"
text data bss dec hex filename
2876 12 1572 4460 116c AUTOM6.elf
Finished building: default.size.stdout
Finished building: AUTOM6.list
12:08:37 Build Finished. 0 errors, 0 warnings. (took 2s.650ms)