Build Log
  

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

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

make -f pittest.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\BAT00000428522116.bat"
Output Window
  
Performing Makefile project actions
rm -f *.o
rm -f pittest.hex
rm -f pittest.elf
rm -f pittest.map
rm -f pittest.bin
rm -f *.lst
Compiling pittest.c, writing to pittest.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 pittest.c -o pittest.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 pittest.o arm_cm4.o sysinit.o crt0.o -nostdlib -nostartfiles -Map=pittest.map -TC:/projects/Teensy3x/common/Teensy31_flash.ld --cref -LC:/CodeSourcery/SourceryG++Lite/arm-none-eabi/lib -LC:/projects/Teensy3x/library -luart -ltermio -lpit -lc -o pittest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -R .stack -O ihex pittest.elf pittest.hex
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -O binary -j .text -j .data pittest.elf pittest.bin
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-size pittest.elf
   text    data     bss     dec     hex filename
   8276       0     240    8516    2144 pittest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objdump -h pittest.elf 
pittest.elf:     file format elf32-littlearm
Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00002054  00000000  00000000  00000074  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .bss          000000f0  1fff8000  00002054  000020c8  2**2
                  ALLOC
  2 .debug_abbrev 000007ea  00000000  00000000  000020c8  2**0
                  CONTENTS, READONLY, DEBUGGING
  3 .debug_info   0000210c  00000000  00000000  000028b2  2**0
                  CONTENTS, READONLY, DEBUGGING
  4 .debug_line   00000aaf  00000000  00000000  000049be  2**0
                  CONTENTS, READONLY, DEBUGGING
  5 .debug_loc    00000848  00000000  00000000  0000546d  2**0
                  CONTENTS, READONLY, DEBUGGING
  6 .debug_pubnames 00000379  00000000  00000000  00005cb5  2**0
                  CONTENTS, READONLY, DEBUGGING
  7 .debug_pubtypes 0000033c  00000000  00000000  0000602e  2**0
                  CONTENTS, READONLY, DEBUGGING
  8 .debug_aranges 000000c0  00000000  00000000  0000636a  2**0
                  CONTENTS, READONLY, DEBUGGING
  9 .debug_str    0000084e  00000000  00000000  0000642a  2**0
                  CONTENTS, READONLY, DEBUGGING
 10 .comment      0000002a  00000000  00000000  00006c78  2**0
                  CONTENTS, READONLY
 11 .ARM.attributes 0000002f  00000000  00000000  00006ca2  2**0
                  CONTENTS, READONLY
 12 .debug_frame  000004f8  00000000  00000000  00006cd4  2**2
                  CONTENTS, READONLY, DEBUGGING
Results
  
Build log was saved at "file://c:\projects\Teensy3x\pittest\Debug\BuildLog.htm"
pittest - 0 error(s), 1 warning(s)