Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **** Build of configuration Default for project STM32_tst ****
- make all
- COMSPEC detected C:\WINDOWS\system32\cmd.exe
- SHELL is C:/WINDOWS/system32/cmd.exe, REMOVE_CMD is cs-rm
- -------- begin, mode: FLASH_RUN --------
- arm-none-eabi-gcc (GCC) 4.5.1
- Copyright (C) 2010 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- ---- Compiling C: main.c to FLASH_RUN/main.o
- arm-none-eabi-gcc -c -mthumb -ggdb -O0 -mcpu=cortex-m3 -mthumb-interwork -DSTM32F10X_MD -DHSE_VALUE=8000000UL -DSYSCLK_FREQ_72MHz=72000000 -DUSE_STDPERIPH_DRIVER -DUSE_STM32_P103 -DSTM32_SD_USE_DMA -DSTARTUP_DELAY -DMOD_MTHOMAS_STMLIB -DUSE_FULL_ASSERT -DVECT_TAB_FLASH -DFLASH_RUN -DSTM32F10x_128k_20k -DSTM32_P103 -I./Libraries/STM32F10x_StdPeriph_Driver/inc -I./Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x -I./Libraries/CMSIS/CM3/CoreSupport -I./Libraries/fat_sd -I./Libraries/minIni -I./Libraries/EEPROMEmulation_AN/include -I. -ffunction-sections -fdata-sections -Wall -Wextra -pedantic -Wimplicit -Wcast-align -Wpointer-arith -Wredundant-decls -Wshadow -Wcast-qual -Wcast-align -Wa,-adhlns=FLASH_RUN/main.lst -MMD -MP -MF FLASH_RUN/dep/main.o.d -Wnested-externs -std=gnu99 main.c -o FLASH_RUN/main.o
- ---- Linking: FLASH_RUN/main.elf
- arm-none-eabi-gcc -mthumb -ggdb -O0 -mcpu=cortex-m3 -mthumb-interwork -DSTM32F10X_MD -DHSE_VALUE=8000000UL -DSYSCLK_FREQ_72MHz=72000000 -DUSE_STDPERIPH_DRIVER -DUSE_STM32_P103 -DSTM32_SD_USE_DMA -DSTARTUP_DELAY -DMOD_MTHOMAS_STMLIB -DUSE_FULL_ASSERT -DVECT_TAB_FLASH -DFLASH_RUN -DSTM32F10x_128k_20k -DSTM32_P103 -I./Libraries/STM32F10x_StdPeriph_Driver/inc -I./Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x -I./Libraries/CMSIS/CM3/CoreSupport -I./Libraries/fat_sd -I./Libraries/minIni -I./Libraries/EEPROMEmulation_AN/include -I. -ffunction-sections -fdata-sections -Wall -Wextra -pedantic -Wimplicit -Wcast-align -Wpointer-arith -Wredundant-decls -Wshadow -Wcast-qual -Wcast-align -Wa,-adhlns=FLASH_RUN/main.lst -MMD -MP -MF FLASH_RUN/dep/main.elf.d FLASH_RUN/main.o FLASH_RUN/rtc.o FLASH_RUN/comm.o FLASH_RUN/term_io.o FLASH_RUN/ff_test_term.o FLASH_RUN/misc_test_term.o FLASH_RUN/ff.o FLASH_RUN/ccsbcs.o FLASH_RUN/fattime.o FLASH_RUN/sd_spi_stm32.o FLASH_RUN/startup_stm32f10x_md_mthomas.o FLASH_RUN/syscalls.o FLASH_RUN/dcc_stdio.o FLASH_RUN/minIni.o FLASH_RUN/core_cm3.o FLASH_RUN/system_stm32f10x.o FLASH_RUN/stm32f10x_usart.o FLASH_RUN/stm32f10x_flash.o FLASH_RUN/stm32f10x_gpio.o FLASH_RUN/stm32f10x_rcc.o FLASH_RUN/stm32f10x_spi.o FLASH_RUN/stm32f10x_rtc.o FLASH_RUN/stm32f10x_bkp.o FLASH_RUN/stm32f10x_pwr.o FLASH_RUN/stm32f10x_dma.o FLASH_RUN/stm32f10x_tim.o FLASH_RUN/misc.o FLASH_RUN/eeprom.o --output FLASH_RUN/main.elf -nostartfiles -Wl,-Map=FLASH_RUN/main.map,--cref,--gc-sections -lc -lm -lc -lgcc -lstdc++ -L. -T./STM32F10x_128k_20k_flash.ld
- Creating Extended Listing/Disassembly: FLASH_RUN/main.lss
- arm-none-eabi-objdump -h -S -C -r FLASH_RUN/main.elf > FLASH_RUN/main.lss
- Creating Symbol Table: FLASH_RUN/main.sym
- arm-none-eabi-nm -n FLASH_RUN/main.elf > FLASH_RUN/main.sym
- Creating load file: FLASH_RUN/main.hex
- arm-none-eabi-objcopy -O ihex FLASH_RUN/main.elf FLASH_RUN/main.hex
- Creating load file: FLASH_RUN/main.bin
- arm-none-eabi-objcopy -O binary FLASH_RUN/main.elf FLASH_RUN/main.bin
- Size after build:
- arm-none-eabi-size -A FLASH_RUN/main.elf
- FLASH_RUN/main.elf :
- section size addr
- .text 62276 134217728
- .rodata 7148 134280004
- .data 2232 536870912
- .bss 11272 536873144
- ._usrstack 256 536884416
- .comment 17 0
- .debug_aranges 5032 0
- .debug_pubnames 9646 0
- .debug_info 91729 0
- .debug_abbrev 15607 0
- .debug_line 45590 0
- .debug_frame 16152 0
- .debug_str 19918 0
- .debug_loc 34350 0
- .debug_pubtypes 6359 0
- .debug_ranges 4168 0
- .ARM.attributes 49 0
- Total 331801
- -------- end --------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement