| | Performing Makefile project actions
rm -f *.o
rm -f sdcardtest.hex
rm -f sdcardtest.elf
rm -f sdcardtest.map
rm -f sdcardtest.bin
rm -f *.lst
Compiling sdcardtest.c, writing to sdcardtest.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 sdcardtest.c -o sdcardtest.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 sdcardtest.o arm_cm4.o sysinit.o crt0.o -nostdlib -nostartfiles -Map=sdcardtest.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 -lgcc -o sdcardtest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -R .stack -O ihex sdcardtest.elf sdcardtest.hex
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -O binary -j .text -j .data sdcardtest.elf sdcardtest.bin
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-size sdcardtest.elf
text data bss dec hex filename
12012 0 1836 13848 3618 sdcardtest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objdump -h sdcardtest.elf
sdcardtest.elf: file format elf32-littlearm
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00002eec 00000000 00000000 00000074 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .bss 0000072c 1fff8000 00002eec 00002f60 2**2
ALLOC
2 .debug_abbrev 000009dc 00000000 00000000 00002f60 2**0
CONTENTS, READONLY, DEBUGGING
3 .debug_info 00002abd 00000000 00000000 0000393c 2**0
CONTENTS, READONLY, DEBUGGING
4 .debug_line 00000ee3 00000000 00000000 000063f9 2**0
CONTENTS, READONLY, DEBUGGING
5 .debug_loc 00000b20 00000000 00000000 000072dc 2**0
CONTENTS, READONLY, DEBUGGING
6 .debug_pubnames 0000045d 00000000 00000000 00007dfc 2**0
CONTENTS, READONLY, DEBUGGING
7 .debug_pubtypes 00000426 00000000 00000000 00008259 2**0
CONTENTS, READONLY, DEBUGGING
8 .debug_aranges 000000e0 00000000 00000000 0000867f 2**0
CONTENTS, READONLY, DEBUGGING
9 .debug_str 000009fd 00000000 00000000 0000875f 2**0
CONTENTS, READONLY, DEBUGGING
10 .comment 0000002a 00000000 00000000 0000915c 2**0
CONTENTS, READONLY
11 .ARM.attributes 0000002f 00000000 00000000 00009186 2**0
CONTENTS, READONLY
12 .debug_frame 000006a0 00000000 00000000 000091b8 2**2
CONTENTS, READONLY, DEBUGGING
|