Advertisement
jasoncoon

FastLED Example - Arduino 1.6.5

Nov 15th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.16 KB | None | 0 0
  1. #include <FastLED.h>
  2.  
  3. #if FASTLED_VERSION < 3001000
  4. #error "Requires FastLED 3.1 or later; check github for latest code."
  5. #endif
  6.  
  7. void setup() {
  8. // put your setup code here, to run once:
  9.  
  10. }
  11.  
  12. void loop() {
  13. // put your main code here, to run repeatedly:
  14.  
  15. }
  16.  
  17. Arduino 1.6.5 compiler output:
  18.  
  19. Using library FastLED in folder: C:\Users\Jason\Documents\Arduino\libraries\FastLED
  20.  
  21. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\sketch_nov15b.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\sketch_nov15b.cpp.o
  22. In file included from sketch_nov15b.ino:1:0:
  23. C:\Users\Jason\Documents\Arduino\libraries\FastLED/FastLED.h:12:2: warning: #warning FastLED version 3.001.001 (Not really a warning, just telling you here.) [-Wcpp]
  24. #warning FastLED version 3.001.001 (Not really a warning, just telling you here.)
  25. ^
  26. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\colorpalettes.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\colorpalettes.cpp.o
  27. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\colorutils.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\colorutils.cpp.o
  28. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\FastLED.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\FastLED.cpp.o
  29. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\hsv2rgb.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\hsv2rgb.cpp.o
  30. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\lib8tion.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\lib8tion.cpp.o
  31. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\noise.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\noise.cpp.o
  32. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\power_mgt.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\power_mgt.cpp.o
  33. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 -IC:\Users\Jason\Documents\Arduino\libraries\FastLED -IC:\Users\Jason\Documents\Arduino\libraries\FastLED\utility C:\Users\Jason\Documents\Arduino\libraries\FastLED\wiring.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\wiring.cpp.o
  34. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -x assembler-with-cpp -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\memcpy-armv7m.S -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\memcpy-armv7m.S.o
  35. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\analog.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\analog.c.o
  36. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\eeprom.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\eeprom.c.o
  37. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\keylayouts.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\keylayouts.c.o
  38. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\math_helper.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\math_helper.c.o
  39. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\mk20dx128.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\mk20dx128.c.o
  40. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\nonstd.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\nonstd.c.o
  41. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\pins_teensy.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\pins_teensy.c.o
  42. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\serial1.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\serial1.c.o
  43. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\serial2.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\serial2.c.o
  44. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\serial3.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\serial3.c.o
  45. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\ser_print.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\ser_print.c.o
  46. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\touch.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\touch.c.o
  47. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_desc.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_desc.c.o
  48. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_dev.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_dev.c.o
  49. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_joystick.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_joystick.c.o
  50. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_keyboard.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_keyboard.c.o
  51. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_mem.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_mem.c.o
  52. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_midi.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_midi.c.o
  53. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_mouse.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_mouse.c.o
  54. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_rawhid.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_rawhid.c.o
  55. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_seremu.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_seremu.c.o
  56. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_serial.c -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_serial.c.o
  57. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\AudioStream.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\AudioStream.cpp.o
  58. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\avr_emulation.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\avr_emulation.cpp.o
  59. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\DMAChannel.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\DMAChannel.cpp.o
  60. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\HardwareSerial1.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\HardwareSerial1.cpp.o
  61. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\HardwareSerial2.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\HardwareSerial2.cpp.o
  62. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\HardwareSerial3.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\HardwareSerial3.cpp.o
  63. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\IntervalTimer.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\IntervalTimer.cpp.o
  64. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\IPAddress.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\IPAddress.cpp.o
  65. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\main.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\main.cpp.o
  66. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\new.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\new.cpp.o
  67. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\Print.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\Print.cpp.o
  68. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\Stream.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\Stream.cpp.o
  69. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\Tone.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\Tone.cpp.o
  70. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_flightsim.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_flightsim.cpp.o
  71. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\usb_inst.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_inst.cpp.o
  72. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\WMath.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\WMath.cpp.o
  73. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\WString.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\WString.cpp.o
  74. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=125 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3 C:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3\yield.cpp -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\yield.cpp.o
  75. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\memcpy-armv7m.S.o
  76. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\analog.c.o
  77. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\eeprom.c.o
  78. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\keylayouts.c.o
  79. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\math_helper.c.o
  80. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\mk20dx128.c.o
  81. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\nonstd.c.o
  82. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\pins_teensy.c.o
  83. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\serial1.c.o
  84. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\serial2.c.o
  85. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\serial3.c.o
  86. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\ser_print.c.o
  87. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\touch.c.o
  88. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_desc.c.o
  89. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_dev.c.o
  90. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_joystick.c.o
  91. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_keyboard.c.o
  92. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_mem.c.o
  93. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_midi.c.o
  94. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_mouse.c.o
  95. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_rawhid.c.o
  96. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_seremu.c.o
  97. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_serial.c.o
  98. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\AudioStream.cpp.o
  99. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\avr_emulation.cpp.o
  100. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\DMAChannel.cpp.o
  101. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\HardwareSerial1.cpp.o
  102. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\HardwareSerial2.cpp.o
  103. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\HardwareSerial3.cpp.o
  104. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\IntervalTimer.cpp.o
  105. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\IPAddress.cpp.o
  106. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\main.cpp.o
  107. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\new.cpp.o
  108. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\Print.cpp.o
  109. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\Stream.cpp.o
  110. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\Tone.cpp.o
  111. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_flightsim.cpp.o
  112. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\usb_inst.cpp.o
  113. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\WMath.cpp.o
  114. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\WString.cpp.o
  115. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\yield.cpp.o
  116. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-gcc -O -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1447578003 -TC:\arduino-1.6.5-r5-TD-1.25\hardware\teensy\avr\cores\teensy3/mk20dx256.ld -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/sketch_nov15b.cpp.elf C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\sketch_nov15b.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\colorpalettes.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\colorutils.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\FastLED.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\hsv2rgb.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\lib8tion.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\noise.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\power_mgt.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp\FastLED\wiring.cpp.o C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/core.a -LC:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp -larm_cortexM4l_math -lm
  117. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/sketch_nov15b.cpp.elf C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/sketch_nov15b.cpp.eep
  118. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/arm/bin/arm-none-eabi-objcopy -O ihex -R .eeprom C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/sketch_nov15b.cpp.elf C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp/sketch_nov15b.cpp.hex
  119. C:\arduino-1.6.5-r5-TD-1.25/hardware/tools/teensy_post_compile -file=sketch_nov15b.cpp -path=C:\Users\Jason\AppData\Local\Temp\build2253390645456046803.tmp -tools=C:\arduino-1.6.5-r5-TD-1.25/hardware/tools -board=TEENSY31
  120. Opening Teensy Loader...
  121.  
  122. Sketch uses 12,272 bytes (4%) of program storage space. Maximum is 262,144 bytes.
  123. Global variables use 3,524 bytes (5%) of dynamic memory, leaving 62,012 bytes for local variables. Maximum is 65,536 bytes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement