Advertisement
Guest User

log

a guest
May 3rd, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1.  
  2. **** Build of configuration Default for project STM32-P103-TEST ****
  3.  
  4. make all
  5. .compiling
  6. arm-none-eabi-gcc -Wall -fno-common -c -g -mcpu=cortex-m3 -mthumb -g -O0 -I./ -I./lib/ -I./lib/inc/ -I./lib/src/ -I./lib/fat_sd/ -I./lib/inc/../../ -DTRACE_LEVEL=4 -o obj/main.o main.c
  7. main.c: In function 'main':
  8. main.c:118:1: warning: control reaches end of non-void function
  9. arm-none-eabi-gcc -Wall -fno-common -c -g -mcpu=cortex-m3 -mthumb -g -O0 -I./ -I./lib/ -I./lib/inc/ -I./lib/src/ -I./lib/fat_sd/ -I./lib/inc/../../ -DTRACE_LEVEL=4 -o obj/system_stm32f10x.o system_stm32f10x.c
  10. arm-none-eabi-gcc -Wall -fno-common -c -g -mcpu=cortex-m3 -mthumb -g -O0 -I./ -I./lib/ -I./lib/inc/ -I./lib/src/ -I./lib/fat_sd/ -I./lib/inc/../../ -DTRACE_LEVEL=4 -o obj/stm32f10x_it.o stm32f10x_it.c
  11. .compiling libraries
  12. arm-none-eabi-gcc -Wall -fno-common -c -g -mcpu=cortex-m3 -mthumb -g -O0 -I./ -I./lib/ -I./lib/inc/ -I./lib/src/ -I./lib/fat_sd/ -I./lib/inc/../../ -DTRACE_LEVEL=4 -o obj/stm32f10x_gpio.o ./lib/src/stm32f10x_gpio.c
  13. arm-none-eabi-gcc -Wall -fno-common -c -g -mcpu=cortex-m3 -mthumb -g -O0 -I./ -I./lib/ -I./lib/inc/ -I./lib/src/ -I./lib/fat_sd/ -I./lib/inc/../../ -DTRACE_LEVEL=4 -o obj/stm32f10x_rcc.o ./lib/src/stm32f10x_rcc.c
  14. arm-none-eabi-gcc -Wall -fno-common -c -g -mcpu=cortex-m3 -mthumb -g -O0 -I./ -I./lib/ -I./lib/inc/ -I./lib/src/ -I./lib/fat_sd/ -I./lib/inc/../../ -DTRACE_LEVEL=4 -o obj/stm32f10x_usart.o ./lib/src/stm32f10x_usart.c
  15. arm-none-eabi-gcc -Wall -fno-common -c -g -mcpu=cortex-m3 -mthumb -g -O0 -I./ -I./lib/ -I./lib/inc/ -I./lib/src/ -I./lib/fat_sd/ -I./lib/inc/../../ -DTRACE_LEVEL=4 -o obj/stm32f10x_spi.o ./lib/src/stm32f10x_spi.c
  16. .assembling
  17. arm-none-eabi-as -g -mapcs-32 -o obj/startup_stm32f10x_md.o ./lib/startup_stm32f10x_md.s
  18. ..linking
  19. arm-none-eabi-ld -g -v -nostartfiles -Map ./main.map -T./lib/stm32_flash.ld -o ./main.out obj/main.o obj/system_stm32f10x.o obj/stm32f10x_gpio.o obj/stm32f10x_rcc.o obj/stm32f10x_it.o obj/stm32f10x_spi.o obj/stm32f10x_usart.o obj/startup_stm32f10x_md.o libgcc.a
  20. GNU ld (GNU Binutils) 2.20.1.20100303
  21. obj/main.o: In function `main':
  22. C:\OlimexODS\examples\STM32-P103-TEST/main.c:115: undefined reference to `comm_puts'
  23. make: *** [main.out] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement