Teensyduino 1.33 Beta #1 Available

Status
Not open for further replies.

Paul

Administrator
Staff member
Here is a first beta test for Teensyduino 1.33.

It seems some of the communication sync issues made their way into the 1.32 release. Most computers don't experience any problems, but on those which do, a variety of strange errors can occur after compiling but before or during uploading. If you are seeing these problems, please reply here with the Verbose Info log from Teensy Loader, the "teensy_reboot_log.txt" file from your temporary folder, and a copy of the exact error which appeared in the Arduino window.

An alternative is to revert to version 1.31. These sync issues are present in 1.31, but not (usually) detected. The result is
uploads tend to work on affected computers, even though error messages occasionally appear. To revert, you will need to install to a fresh copy of Arduino, because the 1.31 installer does not know how to remove files from 1.32 or 1.33.

Please allow me to appologize, if you're seeing these issues. They're almost certainly a bug or incompatibility within the Teensyduino software. It's my fault. But I really need your help, since none of my computers are able to reproduce the problem. If your PC or Mac shows this issue, please take a moment to collect up the two log files and post here. This info will really help me to figure out what's going wrong.


Edit: links removed. Please use 1.33-beta2:
https://forum.pjrc.com/threads/40798-Teensyduino-1-33-Beta-2-Available


Changes since Teensyduino 1.32:
  • Teensy Loader GUI toolkit updated (wxWidgets 3.1.0)
  • Teensy Loader Verbose Info now logs time with milliseconds
  • More logging in (tempdir)/teensy_reboot_log.txt
  • Mac version now requires OSX 10.7 (Lion) or later
  • Libraries updated: Audio, Tlc5940
 
On Windows 10, the default temporary folder is C:\Users\(username)\AppData\Local\Temp, where "AppData" is a hidden folder.
 
Hey Paul

I am one of those guys with a strange error.

This is what I am working with:
* Teensy 3.6
* Macbook Pro with MacOS Sierra (10.12.1) -> same Problem on a Windows 7 PC
* Arduino 1.6.13 (set to Teensy 3.6), Teensyduino 1.33-beta1
* Sketch: File -> Examples -> Teensy -> Tutorial01 -> Blink
The Teensy came preloaded with the LED blink code and gets recognized by the Teensy Loader when I push the button. The USB Cable works fine with my smartphone.

This is what is visible in the Arduino console:
/Applications/Arduino.app/Contents/Java/arduino-builder -dump-prefs -logger=machine -hardware /Applications/Arduino.app/Contents/Java/hardware -tools /Applications/Arduino.app/Contents/Java/tools-builder -tools /Applications/Arduino.app/Contents/Java/hardware/tools/avr -built-in-libraries /Applications/Arduino.app/Contents/Java/libraries -libraries /Users/philipp/Documents/Arduino/libraries -fqbn=teensy:avr:teensy36:usb=serial,speed=180opt,keys=de-ch -ide-version=10613 -build-path /var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998 -warnings=default -verbose /Applications/Arduino.app/Contents/Java/examples/Teensy/Tutorial1/Blink/Blink.pde
/Applications/Arduino.app/Contents/Java/arduino-builder -compile -logger=machine -hardware /Applications/Arduino.app/Contents/Java/hardware -tools /Applications/Arduino.app/Contents/Java/tools-builder -tools /Applications/Arduino.app/Contents/Java/hardware/tools/avr -built-in-libraries /Applications/Arduino.app/Contents/Java/libraries -libraries /Users/philipp/Documents/Arduino/libraries -fqbn=teensy:avr:teensy36:usb=serial,speed=180opt,keys=de-ch -ide-version=10613 -build-path /var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998 -warnings=default -verbose /Applications/Arduino.app/Contents/Java/examples/Teensy/Tutorial1/Blink/Blink.pde
Using board 'teensy36' from platform in folder: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr
Using core 'teensy3' from platform in folder: /Applications/Arduino.app/Contents/Java/hardware/teensy/avr
Detecting libraries used...
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/sketch/Blink.pde.cpp" -o "/dev/null"
Generating function prototypes...
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/sketch/Blink.pde.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/preproc/ctags_target_for_gcc_minus_e.cpp"
"/Applications/Arduino.app/Contents/Java/tools-builder/ctags/5.8-arduino10/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/preproc/ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/sketch/Blink.pde.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/sketch/Blink.pde.cpp.o"
Compiling libraries...
Compiling core...
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -x assembler-with-cpp -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/memcpy-armv7m.S" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/memcpy-armv7m.S.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -x assembler-with-cpp -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/memset.S" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/memset.S.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/analog.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/analog.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/eeprom.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/eeprom.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/keylayouts.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/keylayouts.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/math_helper.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/math_helper.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/mk20dx128.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/mk20dx128.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/nonstd.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/nonstd.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/pins_teensy.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/pins_teensy.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/ser_print.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/ser_print.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/serial1.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial1.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/serial2.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial2.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/serial3.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial3.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/serial4.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial4.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/serial5.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial5.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/serial6.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial6.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/serial6_lpuart.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial6_lpuart.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/touch.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/touch.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_desc.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_desc.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_dev.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_dev.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_joystick.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_joystick.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_keyboard.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_keyboard.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_mem.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_mem.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_midi.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_midi.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_mouse.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_mouse.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_mtp.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_mtp.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_rawhid.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_rawhid.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_seremu.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_seremu.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_serial.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_serial.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_touch.c" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_touch.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/AudioStream.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/AudioStream.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/DMAChannel.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/DMAChannel.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/HardwareSerial1.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial1.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/HardwareSerial2.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial2.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/HardwareSerial3.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial3.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/HardwareSerial4.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial4.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/HardwareSerial5.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial5.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/HardwareSerial6.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial6.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/IPAddress.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/IPAddress.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/IntervalTimer.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/IntervalTimer.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/Print.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/Print.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/Stream.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/Stream.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/Tone.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/Tone.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/WMath.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/WMath.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/WString.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/WString.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/avr_emulation.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/avr_emulation.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/main.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/main.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/new.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/new.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_audio.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_audio.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_flightsim.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_flightsim.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/usb_inst.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_inst.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -c -O -g -Wall -ffunction-sections -fdata-sections -nostdlib -MMD -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -D__MK66FX1M0__ -DTEENSYDUINO=133 -DARDUINO=10613 -DF_CPU=180000000 -DUSB_SERIAL -DLAYOUT_GERMAN_SWISS "-I/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" "/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/yield.cpp" -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/yield.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/memcpy-armv7m.S.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/memset.S.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/analog.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/eeprom.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/keylayouts.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/math_helper.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/mk20dx128.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/nonstd.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/pins_teensy.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/ser_print.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial1.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial2.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial3.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial4.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial5.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial6.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/serial6_lpuart.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/touch.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_desc.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_dev.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_joystick.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_keyboard.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_mem.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_midi.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_mouse.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_mtp.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_rawhid.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_seremu.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_serial.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_touch.c.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/AudioStream.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/DMAChannel.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial1.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial2.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial3.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial4.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial5.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/HardwareSerial6.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/IPAddress.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/IntervalTimer.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/Print.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/Stream.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/Tone.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/WMath.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/WString.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/avr_emulation.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/main.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/new.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_audio.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_flightsim.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/usb_inst.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/yield.cpp.o"
Linking everything together...
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -O -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1481566429 "-T/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/mk66fx1m0.ld" -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/sketch/Blink.pde.cpp.o" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "-L/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998" -larm_cortexM4lf_math -lm
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../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 "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.eep"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.hex"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools//teensy_post_compile" "-file=Blink.pde" "-path=/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998" "-tools=/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/" "-board=TEENSY36"
Opening Teensy Loader...
Error compiling for board Teensy 3.6.

If I click verify a second time I get:
[...same as above...]
Linking everything together...
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -O -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1481566956 "-T/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/mk66fx1m0.ld" -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/sketch/Blink.pde.cpp.o" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/core/core.a" "-L/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998" -larm_cortexM4lf_math -lm
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../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 "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.eep"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998/Blink.pde.hex"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools//teensy_post_compile" "-file=Blink.pde" "-path=/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_234998" "-tools=/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/" "-board=TEENSY36"
Oh no, the compiler quit with an error, but did not print any error messages!
Your computer may be running out of memory or resources. Try closing other
windows or programs
Error compiling for board Teensy 3.6.

The log is attached.


Thank you for your help!
 

Attachments

  • teensy_reboot_log.txt
    2.2 KB · Views: 332
The log is attached.

Is Teensy Loader still on your screen? If so, please use Help > Verbose Info to capture its log file too. There's 2 log files, one from the Arduino side (the one you posted) and the one from the Teensy Loader side.
 
I attached the teensy_reboot_log.txt in my last post.

This is the content of the verbose window:
18:33:03.624: Teensy Loader 1.33-beta1, begin program
18:33:03.661: Listening for remote control on port 3149
18:33:03.663: initialized, showing main window
18:33:03.715: remote connection opened
18:33:03.717: remote cmd: "comment: Teensyduino 1.33-beta1 - MACOSX (teensy_post_compile)"
18:33:03.718: remote cmd: "status"
18:33:03.719: status data sent
18:33:03.729: remote cmd: "status"
18:33:03.730: status data sent
18:33:03.743: remote cmd: "status"
18:33:03.744: status data sent
18:33:03.756: remote cmd: "status"
18:33:03.757: status data sent
18:33:03.768: remote connection closed
18:33:03.911: HID/macos: no devices found
18:33:07.198: Verbose Info event
 
Same here w 1.33b1

Same here w 1.33b1 ...compile sent and four remote cmd: "status" w confirmation. Arduino complains of OOM and errors out.
 
Same for me too

Hi!
I recently got a computer upgrade and had to reinstall everything. I am using Windows 8 and Arduino 1.6.13 as well as the Teensyduino 1.33Beta. The error message is as below:
PHP:
Error compiling for board Teensy 3.2 / 3.1.

The Verbose Information is also attached below such that at 13:51:07 I plugged in the Teensy and at 15:51:12 I tried to verify/compile the code but the error message popped up and no COM port was found for the Teensy:
PHP:
13:51:07.198: HID/win32:  vid:16C0 pid:0478 ver:0103
13:51:07.198: HID/win32:  usage_page:FF9C, usage:0021
13:51:07.198: Device came online, code_size = 262144
13:51:07.198: Board is: Teensy 3.2 (MK20DX256), version 1.03
13:51:07.198: set background IMG_ONLINE
13:51:07.448: HID/win32: HidD_GetPreparsedData ok, device still online :-)
13:51:12.903: remote connection opened
13:51:12.904: remote cmd: "comment: Teensyduino 1.33-beta1 - WINDOWS (teensy_post_compile)"
13:51:12.904: remote cmd: "status"
13:51:12.904: status data sent
13:51:12.915: remote cmd: "status"
13:51:12.915: status data sent
13:51:12.927: remote cmd: "status"
13:51:12.927: status data sent
13:51:12.938: remote cmd: "status"
13:51:12.938: status data sent
13:51:12.951: remote connection closed
13:52:31.571: Verbose Info event
 
Last edited:
Hi Paul,

I updated to 1.33Beta (Teensy 3.2, Windows 10, Arduino 1.6.13) as you requested in a different thread. Still getting the following error:

Oh no, the compiler quit with an error, but did not print any error messages!
Your computer may be running out of memory or resources. Try closing other
windows or programs
Error compiling for board Teensy 3.2 / 3.1.

14:37:27.292: Device came online, code_size = 262144
14:37:27.294: Board is: Teensy 3.2 (MK20DX256), version 1.03
14:37:27.295: set background IMG_ONLINE
14:37:27.540: HID/win32: HidD_GetPreparsedData ok, device still online :)
14:39:13.065: remote connection opened
14:39:13.067: remote cmd: "comment: Teensyduino 1.33-beta1 - WINDOWS (teensy_post_compile)"
14:39:13.069: remote cmd: "status"
14:39:13.072: status data sent
14:39:13.083: remote cmd: "status"
14:39:13.084: status data sent
14:39:13.095: remote cmd: "status"
14:39:13.096: status data sent
14:39:13.107: remote cmd: "status"
14:39:13.108: status data sent
14:39:13.142: remote connection closed
14:44:21.311: Verbose Info event
 
On Windows 10, the default temporary folder is C:\Users\(username)\AppData\Local\Temp, where "AppData" is a hidden folder.
Quick FYI - To get to your temp directory, open up any File Explorer window and in the top area that shows the folder you are browsing, type: %temp%
and it should take you to your temp folder
 
Still getting the following error:

Any chance you could run it again and post both logs? One is in Help > Verbose Info and the other is a file in your temp folder (which is hidden on Winwows... see above). This new beta logs everything with milliseconds, so I can match them up much better, but only if I have both logs (and they're from the same run... the ones above are from different runs).

I'm going to work on this tonight and tomorrow and hopefully have a fix to try out soon.
 
I know you're asking Glen here ... but any idea where that temp log gets put on a Mac? I'd love to dig in with you here.
 
Hi Paul. Here is the Arduino output, the Verbose Log, followed by the teensy_reboot_log. - Glenn

Arduino: 1.6.13 (Windows 10), TD: 1.33-beta1, Board: "Teensy 3.2 / 3.1, Serial, 96 MHz optimize speed (overclock), US English"

Opening Teensy Loader...

Error compiling for board Teensy 3.2 / 3.1.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

------------------------
Verbose Information Log:
------------------------
20:31:55.639: Teensy Loader 1.33-beta1, begin program
20:31:55.738: Listening for remote control on port 3149
20:31:55.738: initialized, showing main window
20:31:55.966: HID/win32: vid:0483 pid:91D1 ver:0037
20:31:55.968: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.969: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.969: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.970: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.971: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.971: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.972: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.973: HID/win32: vid:04F3 pid:300F ver:0008
20:31:55.974: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.975: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.976: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.977: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.978: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.979: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.980: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.981: HID/win32: vid:045E pid:0000 ver:0000
20:31:55.982: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:55.983: HID/win32: vid:045E pid:0000 ver:0000
20:31:56.045: HID/win32: vid:04F3 pid:228A ver:2015
20:31:56.046: HID/win32: vid:8087 pid:0A1E ver:0200
20:31:56.047: HID/win32: vid:04F3 pid:228A ver:2015
20:31:56.110: HID/win32: vid:16C0 pid:0478 ver:0103
20:31:56.111: HID/win32: usage_page:FF9C, usage:0021
20:31:56.112: Device came online, code_size = 262144
20:31:56.113: Board is: Teensy 3.2 (MK20DX256), version 1.03
20:31:56.114: set background IMG_ONLINE
20:31:56.123: remote connection opened
20:31:56.126: remote cmd: "comment: Teensyduino 1.33-beta1 - WINDOWS (teensy_post_compile)"
20:31:56.128: remote cmd: "status"
20:31:56.130: status data sent
20:31:56.141: remote cmd: "status"
20:31:56.143: status data sent
20:31:56.155: remote cmd: "status"
20:31:56.157: status data sent
20:31:56.168: remote cmd: "status"
20:31:56.170: status data sent
20:31:56.203: remote connection closed
20:31:56.205: HID/win32: HidD_GetPreparsedData ok, device still online :)
20:32:43.610: Verbose Info event

-------------------------------
teensy_reboot_log.txt Contents:
-------------------------------
20:31:54.284 post_compile: Begin

20:31:54.285 post_compile: Connect attempt to port 3149

20:31:55.504 post_compile: Connect attempt to port 3149

20:31:56.005 post_compile: Connected to port 3149

20:31:56.124 post_compile: Sending command: comment: Teensyduino 1.33-beta1 - WINDOWS (teensy_post_compile)

20:31:56.127 post_compile: Sending status request

20:31:56.129 post_compile: Receive status readable = 0

20:31:56.130 post_compile: Receive status auto = 0

20:31:56.130 post_compile: Receive status online = 1

20:31:56.130 post_compile: Receive status online_count = 1

20:31:56.130 post_compile: Receive status offline_count = 1

20:31:56.130 post_compile: Receive status state = 0

20:31:56.130 post_compile: Receive status EOT

20:31:56.141 post_compile: Sending status request

20:31:56.143 post_compile: Receive status readable = 0

20:31:56.143 post_compile: Receive status auto = 0

20:31:56.143 post_compile: Receive status online = 1

20:31:56.143 post_compile: Receive status online_count = 1

20:31:56.143 post_compile: Receive status offline_count = 1

20:31:56.143 post_compile: Receive status state = 0

20:31:56.143 post_compile: Receive status EOT

20:31:56.155 post_compile: Sending status request

20:31:56.157 post_compile: Receive status readable = 0

20:31:56.157 post_compile: Receive status auto = 0

20:31:56.157 post_compile: Receive status online = 1

20:31:56.157 post_compile: Receive status online_count = 1

20:31:56.157 post_compile: Receive status offline_count = 1

20:31:56.157 post_compile: Receive status state = 0

20:31:56.157 post_compile: Receive status EOT

20:31:56.168 post_compile: Sending status request

20:31:56.170 post_compile: Receive status readable = 0

20:31:56.170 post_compile: Receive status auto = 0

20:31:56.170 post_compile: Receive status online = 1

20:31:56.170 post_compile: Receive status online_count = 1

20:31:56.170 post_compile: Receive status offline_count = 1

20:31:56.170 post_compile: Receive status state = 0

20:31:56.170 post_compile: Receive status EOT
 
My previous logs were out of sync. Here is a full set of new logs.

Arduino last lines (full log attached):
Linking everything together...
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-gcc" -O -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1481622344 "-T/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/mk66fx1m0.ld" -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -o "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482/sketch/Blink.pde.cpp.o" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482/core/core.a" "-L/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482" -larm_cortexM4lf_math -lm
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../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 "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482/Blink.pde.eep"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482/Blink.pde.elf" "/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482/Blink.pde.hex"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools//teensy_post_compile" "-file=Blink.pde" "-path=/var/folders/sd/c85sk5296ml9661crj5fqw880000gn/T/arduino_build_298482" "-tools=/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/" "-board=TEENSY36"
Opening Teensy Loader...
Error compiling for board Teensy 3.6.

Teensy loader verbose:
09:45:53.386: Teensy Loader 1.33-beta1, begin program
09:45:53.436: Listening for remote control on port 3149
09:45:53.437: initialized, showing main window
09:45:53.525: remote connection opened
09:45:53.527: remote cmd: "comment: Teensyduino 1.33-beta1 - MACOSX (teensy_post_compile)"
09:45:53.529: remote cmd: "status"
09:45:53.529: status data sent
09:45:53.541: remote cmd: "status"
09:45:53.543: status data sent
09:45:53.556: remote cmd: "status"
09:45:53.557: status data sent
09:45:53.569: remote cmd: "status"
09:45:53.571: status data sent
09:45:53.584: remote connection closed
09:45:53.701: HID/macos: no devices found
09:46:32.363: Verbose Info event

teensy_reboot_log.txt:
09:45:52.901 post_compile: Begin
09:45:52.902 post_compile: Connect attempt to port 3149
09:45:52.903 post_compile: Connect attempt to port 3149
09:45:53.006 post_compile: Connect attempt to port 3149
09:45:53.108 post_compile: Connect attempt to port 3149
09:45:53.213 post_compile: Connect attempt to port 3149
09:45:53.316 post_compile: Connect attempt to port 3149
09:45:53.420 post_compile: Connect attempt to port 3149
09:45:53.524 post_compile: Connect attempt to port 3149
09:45:53.524 post_compile: Connected to port 3149
09:45:53.526 post_compile: Sending command: comment: Teensyduino 1.33-beta1 - MACOSX (teensy_post_compile)
09:45:53.529 post_compile: Sending status request
09:45:53.529 post_compile: Receive status readable = 0
09:45:53.529 post_compile: Receive status auto = 0
09:45:53.529 post_compile: Receive status online = 0
09:45:53.529 post_compile: Receive status online_count = 0
09:45:53.529 post_compile: Receive status offline_count = 0
09:45:53.529 post_compile: Receive status state = 0
09:45:53.529 post_compile: Receive status EOT
09:45:53.541 post_compile: Sending status request
09:45:53.543 post_compile: Receive status readable = 0
09:45:53.543 post_compile: Receive status auto = 0
09:45:53.543 post_compile: Receive status online = 0
09:45:53.543 post_compile: Receive status online_count = 0
09:45:53.543 post_compile: Receive status offline_count = 0
09:45:53.543 post_compile: Receive status state = 0
09:45:53.543 post_compile: Receive status EOT
09:45:53.556 post_compile: Sending status request
09:45:53.557 post_compile: Receive status readable = 0
09:45:53.557 post_compile: Receive status auto = 0
09:45:53.557 post_compile: Receive status online = 0
09:45:53.557 post_compile: Receive status online_count = 0
09:45:53.557 post_compile: Receive status offline_count = 0
09:45:53.557 post_compile: Receive status state = 0
09:45:53.557 post_compile: Receive status EOT
09:45:53.569 post_compile: Sending status request
09:45:53.570 post_compile: Receive status readable = 0
09:45:53.570 post_compile: Receive status auto = 0
09:45:53.570 post_compile: Receive status online = 0
09:45:53.570 post_compile: Receive status online_count = 0
09:45:53.571 post_compile: Receive status offline_count = 0
09:45:53.571 post_compile: Receive status state = 0
09:45:53.571 post_compile: Receive status EOT

Hope that helps.
 

Attachments

  • arduino_log.txt
    51.7 KB · Views: 297
I believe I've found and fixed the bug. Please use this new beta:

https://forum.pjrc.com/threads/40798-Teensyduino-1-33-Beta-2-Available

The error involves a bug in teensy_post_compile where an empty filename is treated as a parse error. After 4 tries, it gives up trying to inform Teensy Loader of your freshly-compiled code. This problem escaped detection during the 1.32 beta testing because (apparently) all machines I and others used for testing already had uploaded once, and had a filename configured in Teensy Loader.

This beta2 version should fix the problem.

Please let me know how it works for you (please reply on the new 1.32-beta2 thread). If all looks good, I'll quickly publish 1.33 to replace the flawed 1.32 release.


Update: 1.33 has been officially released, to fix these problems.

http://www.pjrc.com/teensy/td_download.html
 
Status
Not open for further replies.
Back
Top