| | Performing Makefile project actions
rm -f *.o
rm -f uart.hex
rm -f uart.elf
rm -f uart.map
rm -f uart.bin
rm -f *.lst
Compiling uart.c, writing to uart.o...
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-gcc -Wall -fno-common -mcpu=cortex-m4 -mthumb -O0 -g -IC:/CodeSourcery/SourceryG++Lite/arm-none-eabi/include -IC:/projects/Teensy3x/include -I. -c uart.c -o uart.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
Creating library libuart.a
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-ar rcs libuart.a uart.o
cp libuart.a C:/projects/Teensy3x/library
rm libuart.a
rm uart.o
|