arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.16k stars 7.02k forks source link

slow compilation with Arduino IDE 1.6.7 on windows #4672

Closed vlast3k closed 8 years ago

vlast3k commented 8 years ago

with arduino 1.6.5, compiling a pre-built sketch was almost instantaneous. Now with 1.6.7 each time all files are recompiled and the previous results are not reused. Or maybe not all but it takes much more time

Attaching a verbose output of the compilation which was triggred exactly after a previous compile


C:\develop\arduino-1.6.7\arduino-builder -dump-prefs -logger=machine -hardware "C:\develop\arduino-1.6.7\hardware" -hardware "C:\Users\i024148\AppData\Local\Arduino15\packages" -tools "C:\develop\arduino-1.6.7\tools-builder" -tools "C:\develop\arduino-1.6.7\hardware\tools\avr" -tools "C:\Users\i024148\AppData\Local\Arduino15\packages" -built-in-libraries "C:\develop\arduino-1.6.7\libraries" -libraries "c:\develop\arduino\libraries" -fqbn=arduino:avr:uno -ide-version=10607 -build-path "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "c:\develop\arduino\simple-co2-monitor-fw\simple-co2-monitor-fw.ino"
C:\develop\arduino-1.6.7\arduino-builder -compile -logger=machine -hardware "C:\develop\arduino-1.6.7\hardware" -hardware "C:\Users\i024148\AppData\Local\Arduino15\packages" -tools "C:\develop\arduino-1.6.7\tools-builder" -tools "C:\develop\arduino-1.6.7\hardware\tools\avr" -tools "C:\Users\i024148\AppData\Local\Arduino15\packages" -built-in-libraries "C:\develop\arduino-1.6.7\libraries" -libraries "c:\develop\arduino\libraries" -fqbn=arduino:avr:uno -ide-version=10607 -build-path "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp" -warnings=none -prefs=build.warn_data_percentage=75 -verbose "c:\develop\arduino\simple-co2-monitor-fw\simple-co2-monitor-fw.ino"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\RunningAverage\RunningAverage.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "C:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial\SoftwareSerial.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\Adafruit_NeoPixel\Adafruit_NeoPixel.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "c:\develop\arduino\libraries\U8glib\U8glib.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\chessengine.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_bitmap.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_circle.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_clip.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_api.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_api_16gr.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_attiny85_hw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_common.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_fast_parallel.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_hw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_hw_usart_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_no_en_parallel.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_parallel.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_port_d_wr.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_ssd_i2c.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_st7920_custom.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_st7920_hw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_st7920_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_std_sw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_sw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_t6963.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_arduino_uc_i2c.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_atmega_hw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_atmega_parallel.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_atmega_st7920_hw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_atmega_st7920_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_atmega_sw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_i2c.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_io.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_null.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_raspberrypi_hw_spi.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_com_raspberrypi_ssd_i2c.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "c:\develop\arduino\libraries\U8glib\utility\u8g_cursor.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_delay.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_a2_micro_printer.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_flipdisc_2x7.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_gprof.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ht1632.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ili9325d_320x240.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ks0108_128x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_lc7981_160x80.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_lc7981_240x128.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_lc7981_240x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_lc7981_320x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ld7032_60x32.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_null.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_pcd8544_84x48.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_pcf8812_96x65.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_sbn1661_122x32.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1306_128x32.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1306_128x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1309_128x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1322_nhd31oled_bw.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1322_nhd31oled_gr.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_bw.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_bw_new.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_gr.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_gr_new.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1327_96x96_gr.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_ssd1351_128x128.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7565_64128n.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7565_dogm128.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7565_dogm132.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7565_lm6059.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7565_lm6063.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7565_nhd_c12832.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7565_nhd_c12864.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7687_c144mvgd.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7920_128x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7920_192x32.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_st7920_202x32.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_t6963_128x128.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_t6963_128x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_t6963_240x128.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_t6963_240x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_tls8204_84x48.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1601_c128032.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1608_240x128.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1608_240x64.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1610_dogxl160.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1611_dogm240.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1611_dogxl240.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1701_dogs102.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_dev_uc1701_mini12864.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_ellipse.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "c:\develop\arduino\libraries\U8glib\utility\u8g_font.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_font_data.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_line.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_ll_api.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_page.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb14v1.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb16h1.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb16h2.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb16v1.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb16v2.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb32h1.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb8h1.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb8h1f.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb8h2.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb8h8.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb8v1.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_pb8v2.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_pbxh16.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_pbxh24.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "c:\develop\arduino\libraries\U8glib\utility\u8g_polygon.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_rect.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_rot.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_scale.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_state.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "c:\develop\arduino\libraries\U8glib\utility\u8g_u16toa.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "c:\develop\arduino\libraries\U8glib\utility\u8g_u8toa.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "c:\develop\arduino\libraries\U8glib\utility\u8g_virtual_screen.c" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "nul"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
"C:\develop\arduino-1.6.7\tools-builder\ctags\5.8-arduino5/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\preproc\ctags_target_for_gcc_minus_e.cpp"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "-Ic:\develop\arduino\libraries\U8glib" "-Ic:\develop\arduino\libraries\RunningAverage" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial" "-Ic:\develop\arduino\libraries\Streaming" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM" "-Ic:\develop\arduino\libraries\Adafruit_NeoPixel" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp" -o "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp.o"
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\RunningAverage\RunningAverage.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\SoftwareSerial\SoftwareSerial.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\Adafruit_NeoPixel\Adafruit_NeoPixel.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\U8glib.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\chessengine.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_bitmap.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_circle.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_clip.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_api.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_api_16gr.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_attiny85_hw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_common.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_fast_parallel.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_hw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_hw_usart_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_no_en_parallel.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_parallel.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_port_d_wr.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_ssd_i2c.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_st7920_custom.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_st7920_hw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_st7920_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_std_sw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_sw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_t6963.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_uc_i2c.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_hw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_parallel.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_st7920_hw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_st7920_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_sw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_i2c.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_io.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_null.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_raspberrypi_hw_spi.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_raspberrypi_ssd_i2c.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_cursor.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_delay.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_a2_micro_printer.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_flipdisc_2x7.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_gprof.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ht1632.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ili9325d_320x240.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ks0108_128x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_160x80.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_240x128.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_240x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_320x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ld7032_60x32.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_null.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_pcd8544_84x48.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_pcf8812_96x65.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_sbn1661_122x32.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1306_128x32.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1306_128x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1309_128x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1322_nhd31oled_bw.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1322_nhd31oled_gr.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_bw.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_bw_new.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_gr.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_gr_new.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1327_96x96_gr.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1351_128x128.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_64128n.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_dogm128.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_dogm132.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_lm6059.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_lm6063.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_nhd_c12832.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_nhd_c12864.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7687_c144mvgd.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7920_128x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7920_192x32.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7920_202x32.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_128x128.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_128x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_240x128.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_240x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_tls8204_84x48.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1601_c128032.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1608_240x128.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1608_240x64.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1610_dogxl160.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1611_dogm240.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1611_dogxl240.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1701_dogs102.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1701_mini12864.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_ellipse.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_font.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_font_data.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_line.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_ll_api.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_page.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb14v1.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16h1.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16h2.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16v1.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16v2.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb32h1.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h1.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h1f.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h2.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h8.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8v1.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8v2.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pbxh16.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pbxh24.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_polygon.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_rect.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_rot.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_scale.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_state.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_u16toa.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_u8toa.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_virtual_screen.c.o
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-gcc" -c -g -x assembler-with-cpp -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR   "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino" "-IC:\develop\arduino-1.6.7\hardware\arduino\avr\variants\standard" "C:\develop\arduino-1.6.7\hardware\arduino\avr\cores\arduino\wiring_pulse.S" -o "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_pulse.S.o"
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\WInterrupts.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\hooks.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_analog.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_digital.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_pulse.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_shift.c.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\CDC.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial0.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial1.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial2.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial3.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\IPAddress.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\PluggableUSB.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\Print.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\Stream.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\Tone.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\USBCore.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\WMath.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\WString.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\abi.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\main.cpp.o
Using previously compiled file: C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\new.cpp.o
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_pulse.S.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\WInterrupts.c.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\hooks.c.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring.c.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_analog.c.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_digital.c.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_pulse.c.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\wiring_shift.c.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\CDC.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial0.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial1.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial2.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\HardwareSerial3.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\IPAddress.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\PluggableUSB.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\Print.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\Stream.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\Tone.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\USBCore.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\WMath.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\WString.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\abi.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\main.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-ar" rcs  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\core.a" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\core\new.cpp.o"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-gcc" -w -Os -Wl,--gc-sections -mmcu=atmega328p  -o "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp/simple-co2-monitor-fw.ino.elf" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\sketch\simple-co2-monitor-fw.ino.cpp.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\RunningAverage\RunningAverage.cpp.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\SoftwareSerial\SoftwareSerial.cpp.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\Adafruit_NeoPixel\Adafruit_NeoPixel.cpp.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\U8glib.cpp.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\chessengine.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_bitmap.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_circle.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_clip.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_api.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_api_16gr.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_attiny85_hw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_common.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_fast_parallel.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_hw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_hw_usart_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_no_en_parallel.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_parallel.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_port_d_wr.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_ssd_i2c.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_st7920_custom.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_st7920_hw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_st7920_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_std_sw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_sw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_t6963.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_arduino_uc_i2c.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_hw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_parallel.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_st7920_hw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_st7920_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_atmega_sw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_i2c.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_io.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_null.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_raspberrypi_hw_spi.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_com_raspberrypi_ssd_i2c.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_cursor.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_delay.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_a2_micro_printer.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_flipdisc_2x7.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_gprof.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ht1632.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ili9325d_320x240.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ks0108_128x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_160x80.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_240x128.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_240x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_lc7981_320x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ld7032_60x32.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_null.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_pcd8544_84x48.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_pcf8812_96x65.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_sbn1661_122x32.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1306_128x32.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1306_128x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1309_128x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1322_nhd31oled_bw.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1322_nhd31oled_gr.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_bw.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_bw_new.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_gr.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1325_nhd27oled_gr_new.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1327_96x96_gr.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_ssd1351_128x128.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_64128n.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_dogm128.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_dogm132.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_lm6059.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_lm6063.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_nhd_c12832.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7565_nhd_c12864.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7687_c144mvgd.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7920_128x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7920_192x32.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_st7920_202x32.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_128x128.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_128x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_240x128.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_t6963_240x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_tls8204_84x48.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1601_c128032.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1608_240x128.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1608_240x64.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1610_dogxl160.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1611_dogm240.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1611_dogxl240.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1701_dogs102.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_dev_uc1701_mini12864.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_ellipse.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_font.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_font_data.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_line.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_ll_api.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_page.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb14v1.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16h1.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16h2.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16v1.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb16v2.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb32h1.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h1.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h1f.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h2.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8h8.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8v1.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pb8v2.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pbxh16.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_pbxh24.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_polygon.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_rect.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_rot.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_scale.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_state.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_u16toa.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_u8toa.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp\libraries\U8glib\utility\u8g_virtual_screen.c.o" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp/core\core.a" "-LC:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp" -lm
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp/simple-co2-monitor-fw.ino.elf" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp/simple-co2-monitor-fw.ino.eep"
"C:\develop\arduino-1.6.7\hardware\tools\avr/bin/avr-objcopy" -O ihex -R .eeprom  "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp/simple-co2-monitor-fw.ino.elf" "C:\Users\i024148\AppData\Local\Temp\build695f5752151071ccbfeb8ef910558f54.tmp/simple-co2-monitor-fw.ino.hex"
Using library RunningAverage in folder: c:\develop\arduino\libraries\RunningAverage (legacy)
Using library SoftwareSerial at version 1.0 in folder: C:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\SoftwareSerial 
Using library Streaming in folder: c:\develop\arduino\libraries\Streaming (legacy)
Using library EEPROM at version 2.0 in folder: C:\develop\arduino-1.6.7\hardware\arduino\avr\libraries\EEPROM 
Using library Adafruit_NeoPixel in folder: c:\develop\arduino\libraries\Adafruit_NeoPixel (legacy)
Using library U8glib in folder: c:\develop\arduino\libraries\U8glib (legacy)

Sketch uses 25,054 bytes (77%) of program storage space. Maximum is 32,256 bytes.
Global variables use 971 bytes (47%) of dynamic memory, leaving 1,077 bytes for local variables. Maximum is 2,048 bytes.
PaulStoffregen commented 8 years ago

Those many compiles are the library dependency detection. It's not compiling code, only analyzing it to discover which libraries you are using.

Unfortunately, the builder is not yet smart enough to detect when it has discovered all the info, so it needlessly repeats the detection process. Hopefully future versions will become smarter about minimizing the number of steps, and maybe even cache the results?

vlast3k commented 8 years ago

ahhh i understand, so this is prehaps due to the modified compilation after 1.6.5 ? indeed - it is faster than when compiling the first time, but on a bigger sketch (especially when compiling for ESP8266, where tehre is more space) it takes almost 30 seconds to discover that i have forgotten some semicolon :))

matthijskooijman commented 8 years ago

@PaulStoffregen Do you mean it needlessly repeats detection within one compilation? Or only between compilation? Adding some caching between compilations seems like a good idea indeed - it can probably use the existing .d files to invalidate the cached values when a file changes.

Avamander commented 8 years ago

@matthijskooijman Why was this closed? It's worth doing if it makes the IDE faster and less resource heavy.

vlast3k commented 8 years ago

i have closed it as i noticed that for the ESP8266 on both 1.6.5 and 1.6.7 the linker behaves the same way. For AVR projects on 1.6.5 the results seemed to be reused better indeed, but my pain point is the esp8266 as the sketches are much bigger there.

matthijskooijman commented 8 years ago

@Avamander Agreed, but since this is something arduino-builder should fix, I've created a new issue here: https://github.com/arduino/arduino-builder/issues/127