Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **** Build of configuration Default for project STM32-P103-TEST ****
- make all
- .compiling
- 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
- main.c: In function 'main':
- main.c:118:1: warning: control reaches end of non-void function
- 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
- 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
- .compiling libraries
- 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
- 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
- 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
- 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
- .assembling
- arm-none-eabi-as -g -mapcs-32 -o obj/startup_stm32f10x_md.o ./lib/startup_stm32f10x_md.s
- ..linking
- 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
- GNU ld (GNU Binutils) 2.20.1.20100303
- obj/main.o: In function `main':
- C:\OlimexODS\examples\STM32-P103-TEST/main.c:115: undefined reference to `comm_puts'
- make: *** [main.out] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement