Build Log
  

Rebuild started: Project: spitest, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "C:\DOCUME~1\KARL~1.THI\LOCALS~1\Temp\BAT00000421081448.bat" with contents
[
@echo off

make -f spitest.mak clean all

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"

exit 1

:VCEnd
]
Creating command line "C:\DOCUME~1\KARL~1.THI\LOCALS~1\Temp\BAT00000421081448.bat"
Output Window
  
Performing Makefile project actions
rm -f *.o
rm -f spitest.hex
rm -f spitest.elf
rm -f spitest.map
rm -f spitest.bin
rm -f *.lst
Compiling spitest.c, writing to spitest.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 spitest.c -o spitest.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 spitest.o arm_cm4.o sysinit.o crt0.o -nostdlib -nostartfiles -Map=spitest.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 -lspi -lgcc -o spitest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -R .stack -O ihex spitest.elf spitest.hex
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -O binary -j .text -j .data spitest.elf spitest.bin
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-size spitest.elf
   text    data     bss     dec     hex filename
   8512       0     232    8744    2228 spitest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objdump -h spitest.elf 
spitest.elf:     file format elf32-littlearm
Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00002140  00000000  00000000  00000074  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .bss          000000e8  1fff8000  00002140  000021b4  2**2
                  ALLOC
  2 .debug_abbrev 000007ba  00000000  00000000  000021b4  2**0
                  CONTENTS, READONLY, DEBUGGING
  3 .debug_info   000021f9  00000000  00000000  0000296e  2**0
                  CONTENTS, READONLY, DEBUGGING
  4 .debug_line   00000ac3  00000000  00000000  00004b67  2**0
                  CONTENTS, READONLY, DEBUGGING
  5 .debug_loc    00000760  00000000  00000000  0000562a  2**0
                  CONTENTS, READONLY, DEBUGGING
  6 .debug_pubnames 00000315  00000000  00000000  00005d8a  2**0
                  CONTENTS, READONLY, DEBUGGING
  7 .debug_pubtypes 0000036d  00000000  00000000  0000609f  2**0
                  CONTENTS, READONLY, DEBUGGING
  8 .debug_aranges 000000c0  00000000  00000000  0000640c  2**0
                  CONTENTS, READONLY, DEBUGGING
  9 .debug_str    00000896  00000000  00000000  000064cc  2**0
                  CONTENTS, READONLY, DEBUGGING
 10 .comment      0000002a  00000000  00000000  00006d62  2**0
                  CONTENTS, READONLY
 11 .ARM.attributes 0000002f  00000000  00000000  00006d8c  2**0
                  CONTENTS, READONLY
 12 .debug_frame  00000474  00000000  00000000  00006dbc  2**2
                  CONTENTS, READONLY, DEBUGGING
Results
  
Build log was saved at "file://c:\projects\Teensy3x\spitest\Debug\BuildLog.htm"
spitest - 0 error(s), 1 warning(s)