| | Performing Makefile project actions
rm -f *.o
rm -f termio.hex
rm -f termio.elf
rm -f termio.map
rm -f termio.bin
rm -f *.lst
Compiling termio.c, writing to termio.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 termio.c -o termio.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
Creating library libtermio.a
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-ar rcs libtermio.a termio.o
cp libtermio.a C:/projects/Teensy3x/library
rm libtermio.a
rm termio.o
|