STM32/STM32MP157AAA3/.metadata/.plugins/org.eclipse.cdt.ui/global-build.log

15 lines
1.3 KiB
Plaintext
Raw Normal View History

2025-03-11 21:59:22 +08:00
21:56:16 **** Incremental Build of configuration Debug for project Cortex-M4 3-4_CM4 ****
2025-03-11 20:37:16 +08:00
make -j32 all
arm-none-eabi-gcc "../Core/Src/main.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32MP157Axx -c -I../Core/Inc -I../../Drivers/STM32MP1xx_HAL_Driver/Inc -I../../Drivers/STM32MP1xx_HAL_Driver/Inc/Legacy -I../../Drivers/CMSIS/Device/ST/STM32MP1xx/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 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Core/Src/main.o"
2025-03-11 21:59:22 +08:00
arm-none-eabi-gcc -o "Cortex-M4 3-4_CM4.elf" @"objects.list" -mcpu=cortex-m4 -T"D:\Git\Gitea\STM32\STM32MP157AAA3\Cortex-M4 3-4\CM4\STM32MP157AAAX_RAM.ld" --specs=nosys.specs -Wl,-Map="Cortex-M4 3-4_CM4.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
Finished building target: Cortex-M4 3-4_CM4.elf
2025-03-11 20:37:16 +08:00
2025-03-11 21:59:22 +08:00
arm-none-eabi-size Cortex-M4\ 3-4_CM4.elf
arm-none-eabi-objdump -h -S Cortex-M4\ 3-4_CM4.elf > "Cortex-M4 3-4_CM4.list"
2025-03-11 20:37:16 +08:00
text data bss dec hex filename
2025-03-11 21:59:22 +08:00
10812 12 1572 12396 306c Cortex-M4 3-4_CM4.elf
2025-03-11 20:37:16 +08:00
Finished building: default.size.stdout
2025-03-11 21:59:22 +08:00
Finished building: Cortex-M4 3-4_CM4.list
2025-03-11 20:37:16 +08:00