| | Performing Makefile project actions
rm -f *.o
rm -f uarttest.hex
rm -f uarttest.elf
rm -f uarttest.map
rm -f uarttest.bin
rm -f *.lst
Compiling uarttest.c, writing to uarttest.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 uarttest.c -o uarttest.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
Compiling ../support/uart/uart.c, writing to ../support/uart/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 ../support/uart/uart.c -o ../support/uart/uart.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
../support/uart/uart.c(21):70: fatal error: term_io.h: No such file or directory
compilation terminated.
Compiling C:/projects/Teensy3x/common/arm_cm4.c, writing to arm_cm4.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 C:/projects/Teensy3x/common/arm_cm4.c -o arm_cm4.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
Compiling C:/projects/Teensy3x/common/sysinit.c, writing to sysinit.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 C:/projects/Teensy3x/common/sysinit.c -o sysinit.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
C:/projects/Teensy3x/common/sysinit.c: In function 'start':
C:/projects/Teensy3x/common/sysinit.c(50):2: warning: implicit declaration of function 'main'
Assembling C:/projects/Teensy3x/common/crt0.s, writing to crt0.o...
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-as -mcpu=cortex-m4 -o crt0.o C:/projects/Teensy3x/common/crt0.s 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-ld uarttest.o ../support/uart/uart.o arm_cm4.o sysinit.o crt0.o -nostdlib -nostartfiles -Map=uarttest.map -TC:/projects/Teensy3x/common/Teensy31_flash.ld --cref -LC:/CodeSourcery/SourceryG++Lite/arm-none-eabi/lib -lc -o uarttest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -R .stack -O ihex uarttest.elf uarttest.hex
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -O binary -j .text -j .data uarttest.elf uarttest.bin
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-size uarttest.elf
text data bss dec hex filename
4240 0 20 4260 10a4 uarttest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objdump -h uarttest.elf
uarttest.elf: file format elf32-littlearm
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00001090 00000000 00000000 00000074 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .bss 00000014 1fff8000 00001090 00001104 2**2
ALLOC
2 .debug_abbrev 000004d4 00000000 00000000 00001104 2**0
CONTENTS, READONLY, DEBUGGING
3 .debug_info 0000132c 00000000 00000000 000015d8 2**0
CONTENTS, READONLY, DEBUGGING
4 .debug_line 00000535 00000000 00000000 00002904 2**0
CONTENTS, READONLY, DEBUGGING
5 .debug_loc 000003f4 00000000 00000000 00002e39 2**0
CONTENTS, READONLY, DEBUGGING
6 .debug_pubnames 00000170 00000000 00000000 0000322d 2**0
CONTENTS, READONLY, DEBUGGING
7 .debug_pubtypes 0000020d 00000000 00000000 0000339d 2**0
CONTENTS, READONLY, DEBUGGING
8 .debug_aranges 00000080 00000000 00000000 000035aa 2**0
CONTENTS, READONLY, DEBUGGING
9 .debug_str 000005e9 00000000 00000000 0000362a 2**0
CONTENTS, READONLY, DEBUGGING
10 .comment 0000002a 00000000 00000000 00003c13 2**0
CONTENTS, READONLY
11 .ARM.attributes 0000002f 00000000 00000000 00003c3d 2**0
CONTENTS, READONLY
12 .debug_frame 0000026c 00000000 00000000 00003c6c 2**2
CONTENTS, READONLY, DEBUGGING
|