Build Log
  

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

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

make -f termiotest.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\BAT00000215244044.bat"
Output Window
  
Performing Makefile project actions
rm -f *.o
rm -f termiotest.hex
rm -f termiotest.elf
rm -f termiotest.map
rm -f termiotest.bin
rm -f *.lst
Compiling termiotest.c, writing to termiotest.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 termiotest.c -o termiotest.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
termiotest.c: In function 'main':
termiotest.c(34):2: warning: this decimal constant is unsigned only in ISO C90
termiotest.c(35):2: warning: this decimal constant is unsigned only in ISO C90
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 termiotest.o arm_cm4.o sysinit.o crt0.o -nostdlib -nostartfiles -Map=termiotest.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 -lgcc -o termiotest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -R .stack -O ihex termiotest.elf termiotest.hex
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objcopy -O binary -j .text -j .data termiotest.elf termiotest.bin
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-size termiotest.elf
   text    data     bss     dec     hex filename
   7692       0     224    7916    1eec termiotest.elf
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-objdump -h termiotest.elf 
termiotest.elf:     file format elf32-littlearm
Sections:
Idx Name          Size      VMA       LMA       File off  Algn
  0 .text         00001e0c  00000000  00000000  00000074  2**2
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  1 .bss          000000e0  1fff8000  00001e0c  00001e80  2**2
                  ALLOC
  2 .debug_abbrev 00000670  00000000  00000000  00001e80  2**0
                  CONTENTS, READONLY, DEBUGGING
  3 .debug_info   00001ad6  00000000  00000000  000024f0  2**0
                  CONTENTS, READONLY, DEBUGGING
  4 .debug_line   000008db  00000000  00000000  00003fc6  2**0
                  CONTENTS, READONLY, DEBUGGING
  5 .debug_loc    000006e4  00000000  00000000  000048a1  2**0
                  CONTENTS, READONLY, DEBUGGING
  6 .debug_pubnames 000002e6  00000000  00000000  00004f85  2**0
                  CONTENTS, READONLY, DEBUGGING
  7 .debug_pubtypes 0000029f  00000000  00000000  0000526b  2**0
                  CONTENTS, READONLY, DEBUGGING
  8 .debug_aranges 000000a0  00000000  00000000  0000550a  2**0
                  CONTENTS, READONLY, DEBUGGING
  9 .debug_str    0000076b  00000000  00000000  000055aa  2**0
                  CONTENTS, READONLY, DEBUGGING
 10 .comment      0000002a  00000000  00000000  00005d15  2**0
                  CONTENTS, READONLY
 11 .ARM.attributes 0000002f  00000000  00000000  00005d3f  2**0
                  CONTENTS, READONLY
 12 .debug_frame  0000041c  00000000  00000000  00005d70  2**2
                  CONTENTS, READONLY, DEBUGGING
Results
  
Build log was saved at "file://c:\projects\Teensy3x\termiotest\Debug\BuildLog.htm"
termiotest - 0 error(s), 3 warning(s)