Build Log
  

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

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

make  -f ff.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\BAT0000199443424.bat"
Output Window
  
Performing Makefile project actions
rm -f *.o
rm -f ff.hex
rm -f ff.elf
rm -f ff.map
rm -f ff.bin
rm -f *.lst
Compiling ff.c, writing to ff.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 ff.c -o ff.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
Compiling diskio.c, writing to diskio.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 diskio.c -o diskio.o 2>&1 | sed -e 's/\(\w\+\):\([0-9]\+\):/\1(\2):/'
Creating library libff.a
C:/CodeSourcery/SourceryG++Lite/bin/arm-none-eabi-ar rcs libff.a ff.o diskio.o
cp libff.a C:/projects/Teensy3x/library
rm libff.a
rm ff.o diskio.o
Results
  
Build log was saved at "file://c:\projects\Teensy3x\support\fatfs\Debug\BuildLog.htm"
ff - 0 error(s), 0 warning(s)