Build Log
  

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

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

make -f printtest.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\BAT00000528202552.bat"
Output Window
  
Performing Makefile project actions
rm -f *.o
rm -f printtest.hex
rm -f printtest.elf
rm -f printtest.map
rm -f printtest.bin
rm -f *.lst
Compiling printtest.c, writing to printtest.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 printtest.c -o printtest.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 printtest.o arm_cm4.o sysinit.o crt0.o -nostdlib -nostartfiles -Map=printtest.map -TC:/projects/Teensy3x/common/Teensy31_flash.ld --cref -LC:/CodeSourcery/SourceryG++Lite/lib/gcc/arm-none-eabi/4.5.2 -LC:/projects/Teensy3x/library -luart  -ltermio -lgcc -o printtest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -R .stack -O ihex printtest.elf printtest.hex
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -O binary -j .text -j .data printtest.elf printtest.bin
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-size printtest.elf
   text    data     bss     dec     hex filename
   7352       0     492    7844    1ea4 printtest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objdump -h printtest.elf 
printtest.elf:     file format elf32-littlearm
Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00001cb8  00000000  00000000  00000074  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .bss          000001ec  1fff8000  00001cb8  00001d2c  2**2
                  ALLOC
  2 .debug_abbrev 000006db  00000000  00000000  00001d2c  2**0
                  CONTENTS, READONLY, DEBUGGING
  3 .debug_info   00001c8b  00000000  00000000  00002407  2**0
                  CONTENTS, READONLY, DEBUGGING
  4 .debug_line   00000951  00000000  00000000  00004092  2**0
                  CONTENTS, READONLY, DEBUGGING
  5 .debug_loc    000006ac  00000000  00000000  000049e3  2**0
                  CONTENTS, READONLY, DEBUGGING
  6 .debug_pubnames 000002f5  00000000  00000000  0000508f  2**0
                  CONTENTS, READONLY, DEBUGGING
  7 .debug_pubtypes 000002ff  00000000  00000000  00005384  2**0
                  CONTENTS, READONLY, DEBUGGING
  8 .debug_aranges 000000a0  00000000  00000000  00005683  2**0
                  CONTENTS, READONLY, DEBUGGING
  9 .debug_str    00000794  00000000  00000000  00005723  2**0
                  CONTENTS, READONLY, DEBUGGING
 10 .comment      0000002a  00000000  00000000  00005eb7  2**0
                  CONTENTS, READONLY
 11 .ARM.attributes 0000002f  00000000  00000000  00005ee1  2**0
                  CONTENTS, READONLY
 12 .debug_frame  00000400  00000000  00000000  00005f10  2**2
                  CONTENTS, READONLY, DEBUGGING
Results
  
Build log was saved at "file://c:\projects\Teensy3x\printtest\Debug\BuildLog.htm"
printtest - 0 error(s), 1 warning(s)