| | Performing Makefile project actions
rm -f *.o
rm -f fftest.hex
rm -f fftest.elf
rm -f fftest.map
rm -f fftest.bin
rm -f *.lst
Compiling fftest.c, writing to fftest.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 fftest.c -o fftest.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
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 fftest.o arm_cm4.o sysinit.o crt0.o -nostdlib -nostartfiles -Map=fftest.map -TC:/projects/Teensy3x/common/Teensy31_flash.ld --cref -LC:/CodeSourcery/SourceryG++Lite/arm-none-eabi/lib -LC:/projects/Teensy3x/library -LC:/CodeSourcery/SourceryG++Lite/lib/gcc/arm-none-eabi/4.5.2 -luart -ltermio -lsdcard -lspi -lff -lstring -lc -o fftest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -R .stack -O ihex fftest.elf fftest.hex
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -O binary -j .text -j .data fftest.elf fftest.bin
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-size fftest.elf
text data bss dec hex filename
29636 24 2912 32572 7f3c fftest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objdump -h fftest.elf
fftest.elf: file format elf32-littlearm
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 000073c4 00000000 00000000 00000074 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .data 00000018 1fff8000 000073c4 00007438 2**2
CONTENTS, ALLOC, LOAD, DATA
2 .bss 00000b60 1fff8018 000073dc 00007450 2**2
ALLOC
3 .debug_abbrev 00000e09 00000000 00000000 00007450 2**0
CONTENTS, READONLY, DEBUGGING
4 .debug_info 00005190 00000000 00000000 00008259 2**0
CONTENTS, READONLY, DEBUGGING
5 .debug_line 00001e68 00000000 00000000 0000d3e9 2**0
CONTENTS, READONLY, DEBUGGING
6 .debug_loc 00001a96 00000000 00000000 0000f251 2**0
CONTENTS, READONLY, DEBUGGING
7 .debug_pubnames 000006bb 00000000 00000000 00010ce7 2**0
CONTENTS, READONLY, DEBUGGING
8 .debug_pubtypes 00000598 00000000 00000000 000113a2 2**0
CONTENTS, READONLY, DEBUGGING
9 .debug_aranges 00000140 00000000 00000000 0001193a 2**0
CONTENTS, READONLY, DEBUGGING
10 .debug_str 0000100a 00000000 00000000 00011a7a 2**0
CONTENTS, READONLY, DEBUGGING
11 .comment 0000002a 00000000 00000000 00012a84 2**0
CONTENTS, READONLY
12 .ARM.attributes 0000002f 00000000 00000000 00012aae 2**0
CONTENTS, READONLY
13 .debug_frame 00000f40 00000000 00000000 00012ae0 2**2
CONTENTS, READONLY, DEBUGGING
|