Teensy 3.5 compile error

Status
Not open for further replies.

Sklr

New member
Hi,

I am trying to get my new Teensy 3.5 to talk to my PC. I installed latest Arduino software (1.6.13) followed by the latest Teensydino software (1.32). I also installed the serial_driver software. I then connected the Teensy to the PC, which started the LED blink program on the Teensy. Additionally, the device was initially detected as Teensydino RawHID but finally goes in the HID section of hardware manager as a HID compliant device and a USB input device when windows7 is done installing drivers.

Problem is that when I try to verify an example (the first blink example) in Arduino, I get a generic error message as shown below.

Teensy_Error.PNG

I have tried changing the USB options to Serial/RawHID/MIDI with same results. Also, I still have 13GB unused ram and 75% unused CPU when the verify runs.

The same code compiles just fine if I chose the board as a Mega2560 even when my arduino board is not connected to the PC.

I feel like I am making a very basic mistake and your help in this will be appreciated.
 
Oh, not good. Something's going wrong with the software when running on your PC.

In the Teensy Loader window, there's a Help > Verbose Info window which gives a lot more info. Can you copy & paste that here?
 
I have the same problem with Arduino 1.6.12 and 1.6.13 when compiling for a Teensy 3.6. The Verbose info is

08:15:34: remote cmd: "status"
08:15:34: status data sent
08:15:34: remote connection closed
08:15:34: HID/macos: attach callback
08:15:34: HID/macos: number of devices found = 1
08:15:34: HID/macos: vid=16C0, pid=0478, page=FF9C, usage=0022, ver=1.03
08:15:34: Device came online, code_size = 1048576
08:15:34: Board is: Teensy 3.6 (MK66FX1M0), version 1.03
08:15:34: set background IMG_ONLINE
08:15:35: HID/macos: status: ok
08:15:48: Verbose Info event
 
I'm seeing this error as well. I've installed several versions of the Arduino IDE (1.6.5, 1.6.9, 1.6.12, 1.6.13), tried it in an Ubuntu virtual machine, wiped my IDE install completely. This is the output from compiling the default Arduino sketch (empty setup, empty loop). Pretty weird stuff. Maybe worth noting that this is my first teensy project (not my first arduino project), the teensy is being powered by another circuit (input and operating voltages are correct, rest of circuit is tested and well behaved), the teensy is on an audio board, the blinky program is still installed and still works, the loader/reboot cycle appears fine, and I'm on a macbook running El Capitan.

Here is the tail of the compiler output:
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/core.a" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/usb_audio.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/core.a" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/usb_flightsim.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/core.a" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/usb_inst.cpp.o"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/core.a" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/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=1481347283 "-T/Applications/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3/mk20dx256.ld" -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -o "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/sketch_dec10a.ino.elf" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/sketch/sketch_dec10a.ino.cpp.o" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/core/core.a" "-L/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677" -larm_cortexM4l_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/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/sketch_dec10a.ino.elf" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/sketch_dec10a.ino.eep"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/sketch_dec10a.ino.elf" "/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677/sketch_dec10a.ino.hex"
"/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools//teensy_post_compile" "-file=sketch_dec10a.ino" "-path=/var/folders/cc/xvywd9jx6d58bcb7nj4cdkd00000gn/T/arduino_build_620677" "-tools=/Applications/Arduino.app/Contents/Java/hardware/teensy/../tools/" "-board=TEENSY31"
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.

Here is the output from the loader:

05:14:22: HID/macos: attach callback
05:14:22: HID/macos: number of devices found = 1
05:14:22: HID/macos: vid=16C0, pid=0478, page=FF9C, usage=0021, ver=1.03
05:14:22: Device came online, code_size = 262144
05:14:22: Board is: Teensy 3.2 (MK20DX256), version 1.03
05:14:22: set background IMG_ONLINE
05:14:22: HID/macos: status: ok
05:14:27: Reboot event
05:14:27: begin operation
05:14:27: sending reboot
05:14:27: begin wait_until_offline
05:14:28: offline, waited 7
05:14:28: end operation
05:14:28: set background IMG_REBOOT_OK
05:14:28: redraw timer set, image 14 to show for 1200 ms
05:14:28: HID/macos: number of devices found = 0
05:14:28: HID/macos: no devices found (empty set)
05:14:29: redraw, image 9
05:14:29: Device came online, code_size = 262144
05:14:29: Board is: Teensy 3.2 (MK20DX256), version 1.03
05:14:29: set background IMG_ONLINE
05:14:29: HID/macos: status: ok
05:14:31: remote connection opened
05:14:31: remote cmd: "comment: Teensyduino 1.32 - MACOSX (teensy_post_compile)"
05:14:31: remote cmd: "status"
05:14:31: status data sent
05:14:31: remote cmd: "status"
05:14:31: status data sent
05:14:31: remote cmd: "status"
05:14:31: status data sent
05:14:31: remote cmd: "status"
05:14:31: status data sent
05:14:31: remote connection closed
05:16:26: Verbose Info

Thanks!
Oren

EDIT: compiling the sketch
 
Not sure if it helps, but I just updated my Mac to 1.6.13 and 1.32 and was able to build blink and program T3.5
Macbook Pro Retina, 15 inch early 2013 running MacOS Sierra 10.12
 
Here is the verbose window. Seems like it is stuck on the 'status' remote command and times out. Similar to what Oleiman saw above, but I do not get any error details on the arduino program. The Teensy shows up in the verbose window when I connect it to the PC and turn manual loading on. But the error still gets stuck at the 'status' command. I disabled my windows firewall without any effect.

Teensy_Error_2.PNG
 
Is this a brand new T3.5 that you have never programmed before? If so did you follow the instructions up on pjrc website: http://pjrc.com/teensy/teensyduino.html

That is load blink sketch and then press the verify button. When the verify completes and the Teensyduino program is started, you then press the program button on the T3.5 to program it. Assuming this works at all, then the system will detect the new board and assign it a com port. You should then select that com port in the Tools->Port menu.

The reason I mention this is I see yours selected as COM1 at the bottom right of the Arduino window and I don't think I have ever had COM1...
And now with the new release, menu shows the list of current devices with text that looks like: Port-> COM6(Teensy)
 
Is this a brand new T3.5 that you have never programmed before? If so did you follow the instructions up on pjrc website: http://pjrc.com/teensy/teensyduino.html

That is load blink sketch and then press the verify button. When the verify completes and the Teensyduino program is started, you then press the program button on the T3.5 to program it. Assuming this works at all, then the system will detect the new board and assign it a com port. You should then select that com port in the Tools->Port menu.

The reason I mention this is I see yours selected as COM1 at the bottom right of the Arduino window and I don't think I have ever had COM1...
And now with the new release, menu shows the list of current devices with text that looks like: Port-> COM6(Teensy)


Yes, this is a new board. I was following this instruction given at the end of Teensyduino install:
Teensy_Error_3.PNG

I downloaded the blink_fast hex and successfully uploaded it using the Teensy programmer. That seems to have fixed my issues. Now I can successfully compile sketches even when the Teensy is not hooked up to the PC.

I knew it was something simple. I figured the blink_fast requirement was for the older generation boards.

Thanks for your help.
 
Yep, works for me too. That's what I get for opening my laptop after 6 hours of soldering. Nothing like a good night's sleep and a gentle RTFM...

Thanks so much!
 
Same issue here. Teensy 3.5 on COM7 but the Arduino IDE keeps throwing the error message when I try to compile.

Code:
Arduino: 1.6.13 (Windows 10), TD: 1.32, Board: "Teensy 3.5, Keyboard, 120 MHz, US English"

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.5.

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

And with verbose output enabled I get this:

Code:
Arduino: 1.6.13 (Windows 10), TD: 1.32, Board: "Teensy 3.5, Keyboard, 120 MHz, US English"

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\james\Documents\Arduino\libraries -fqbn=teensy:avr:teensy35:usb=keyboard,speed=120opt,keys=en-us -vid-pid=0X16C0_0X0483 -ide-version=10613 -build-path C:\Users\james\AppData\Local\Temp\arduino_build_221597 -warnings=none -verbose C:\Program Files (x86)\Arduino\examples\Teensy\Tutorial1\Blink\Blink.pde
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\james\Documents\Arduino\libraries -fqbn=teensy:avr:teensy35:usb=keyboard,speed=120opt,keys=en-us -vid-pid=0X16C0_0X0483 -ide-version=10613 -build-path C:\Users\james\AppData\Local\Temp\arduino_build_221597 -warnings=none -verbose C:\Program Files (x86)\Arduino\examples\Teensy\Tutorial1\Blink\Blink.pde
Using board 'teensy35' from platform in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr
Using core 'teensy3' from platform in folder: C:\Program Files (x86)\Arduino\hardware\teensy\avr
Detecting libraries used...
"C:\Program Files (x86)\Arduino\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__MK64FX512__ -DTEENSYDUINO=132 -DARDUINO=10613 -DF_CPU=120000000 -DUSB_KEYBOARDONLY -DLAYOUT_US_ENGLISH "-IC:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\sketch\Blink.pde.cpp" -o "nul"
Generating function prototypes...
"C:\Program Files (x86)\Arduino\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__MK64FX512__ -DTEENSYDUINO=132 -DARDUINO=10613 -DF_CPU=120000000 -DUSB_KEYBOARDONLY -DLAYOUT_US_ENGLISH "-IC:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\sketch\Blink.pde.cpp" -o "C:\Users\james\AppData\Local\Temp\arduino_build_221597\preproc\ctags_target_for_gcc_minus_e.cpp"
"C:\Program Files (x86)\Arduino\tools-builder\ctags\5.8-arduino10/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\Users\james\AppData\Local\Temp\arduino_build_221597\preproc\ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\Program Files (x86)\Arduino\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__MK64FX512__ -DTEENSYDUINO=132 -DARDUINO=10613 -DF_CPU=120000000 -DUSB_KEYBOARDONLY -DLAYOUT_US_ENGLISH "-IC:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\sketch\Blink.pde.cpp" -o "C:\Users\james\AppData\Local\Temp\arduino_build_221597\sketch\Blink.pde.cpp.o"
Compiling libraries...
Compiling core...
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\memcpy-armv7m.S.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\memset.S.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\analog.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\eeprom.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\keylayouts.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\math_helper.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\mk20dx128.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\nonstd.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\pins_teensy.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\ser_print.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial1.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial2.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial3.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial4.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial5.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial6.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial6_lpuart.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\touch.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_desc.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_dev.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_joystick.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_keyboard.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_mem.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_midi.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_mouse.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_mtp.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_rawhid.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_seremu.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_serial.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_touch.c.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\AudioStream.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\DMAChannel.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial1.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial2.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial3.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial4.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial5.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial6.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\IPAddress.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\IntervalTimer.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\Print.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\Stream.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\Tone.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\WMath.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\WString.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\avr_emulation.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\main.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\new.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_audio.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_flightsim.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_inst.cpp.o
Using previously compiled file: C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\yield.cpp.o
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\memcpy-armv7m.S.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\memset.S.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\analog.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\eeprom.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\keylayouts.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\math_helper.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\mk20dx128.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\nonstd.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\pins_teensy.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\ser_print.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial1.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial2.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial3.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial4.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial5.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial6.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\serial6_lpuart.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\touch.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_desc.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_dev.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_joystick.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_keyboard.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_mem.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_midi.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_mouse.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_mtp.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_rawhid.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_seremu.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_serial.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_touch.c.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\AudioStream.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\DMAChannel.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial1.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial2.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial3.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial4.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial5.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\HardwareSerial6.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\IPAddress.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\IntervalTimer.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\Print.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\Stream.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\Tone.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\WMath.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\WString.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\avr_emulation.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\main.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\new.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_audio.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_flightsim.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\usb_inst.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core/core.a" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\core\yield.cpp.o"
Linking everything together...
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-gcc" -O -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1481408982 "-TC:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/mk64fx512.ld"  -mthumb -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -fsingle-precision-constant -o "C:\Users\james\AppData\Local\Temp\arduino_build_221597/Blink.pde.elf" "C:\Users\james\AppData\Local\Temp\arduino_build_221597\sketch\Blink.pde.cpp.o" "C:\Users\james\AppData\Local\Temp\arduino_build_221597/core\core.a" "-LC:\Users\james\AppData\Local\Temp\arduino_build_221597" -larm_cortexM4lf_math -lm
"C:\Program Files (x86)\Arduino\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 "C:\Users\james\AppData\Local\Temp\arduino_build_221597/Blink.pde.elf" "C:\Users\james\AppData\Local\Temp\arduino_build_221597/Blink.pde.eep"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom "C:\Users\james\AppData\Local\Temp\arduino_build_221597/Blink.pde.elf" "C:\Users\james\AppData\Local\Temp\arduino_build_221597/Blink.pde.hex"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools//teensy_post_compile" "-file=Blink.pde" "-path=C:\Users\james\AppData\Local\Temp\arduino_build_221597" "-tools=C:\Program Files (x86)\Arduino\hardware\teensy/../tools/" "-board=TEENSY35"
Opening Teensy Loader...

Error compiling for board Teensy 3.5.

The Teensy bootloader program seems to recognize the board though the program and automatic mode buttons aren't available and pressing the button on the Teensy just reboots it without changing anything.

Code:
22:31:50: Teensy Loader 1.32, begin program
22:31:50: Listening for remote control on port 3149
22:31:50: initialized, showing main window
22:31:51: remote connection opened
22:31:51: HID/win32:  vid:046D pid:C531 ver:2100
22:31:51: HID/win32:  vid:28DE pid:1142 ver:0001
22:31:51: HID/win32:  vid:046D pid:C531 ver:2100
22:31:51: HID/win32:  vid:046D pid:C29B ver:1239
22:31:51: HID/win32:  vid:046D pid:C2AB ver:0001
22:31:51: HID/win32:  vid:046D pid:C531 ver:2100
22:31:51: HID/win32:  vid:046D pid:C531 ver:2100
22:31:51: HID/win32:  vid:28DE pid:1142 ver:0001
22:31:51: HID/win32:  vid:28DE pid:1142 ver:0001
22:31:51: HID/win32:  vid:046D pid:C22D ver:1171
22:31:51: HID/win32:  vid:046D pid:C21C ver:0203
22:31:51: HID/win32:  vid:28DE pid:1142 ver:0001
22:31:51: HID/win32:  vid:046D pid:C22D ver:1171
22:31:51: HID/win32:  vid:16C0 pid:0478 ver:0103
22:31:51: HID/win32:  usage_page:FF9C, usage:001F
22:31:51: Device came online, code_size = 524288
22:31:51: Board is: Teensy 3.5 (MK64FX512), version 1.03
22:31:51: set background IMG_ONLINE
22:31:51: remote connection opened
22:31:51: remote cmd: "comment: Teensyduino 1.32 - WINDOWS (teensy_post_compile)"
22:31:51: remote cmd: "status"
22:31:51: status data sent
22:31:51: remote cmd: "status"
22:31:51: status data sent
22:31:51: remote cmd: "status"
22:31:51: status data sent
22:31:51: remote cmd: "status"
22:31:51: status data sent
22:31:51: remote connection closed
22:31:51: remote connection closed
22:31:51: HID/win32: HidD_GetPreparsedData ok, device still online :-)
22:31:53: Verbose Info event
 
I'm also getting a compiler error. This is for teensy 3.2. (A new board, although I'm guessing that shouldn't matter during the compilation phase?)

"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-ar" rcs "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621/core/core.a" "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621\core\yield.cpp.o"
Linking everything together...
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-gcc" -Os -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1481403460 "-TC:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3/mk20dx256.ld" --specs=nano.specs -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -o "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621/blink.ino.elf" "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621\sketch\blink.ino.cpp.o" "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621/core\core.a" "-LC:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621" -larm_cortexM4l_math -lm
"C:\Program Files (x86)\Arduino\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 "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621/blink.ino.elf" "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621/blink.ino.eep"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621/blink.ino.elf" "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621/blink.ino.hex"
"C:\Program Files (x86)\Arduino\hardware\teensy/../tools//teensy_post_compile" "-file=blink.ino" "-path=C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621" "-tools=C:\Program Files (x86)\Arduino\hardware\teensy/../tools/" "-board=TEENSY31"
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.
 
Here's the error I get when trying to run that last command from the command line. Not sure if it's relevant since the IDE might be trying to set some environment variables.

This is on Windows 10 with a Teensy 3.2.


Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\pkywe_000>C:\Program Files (x86)\Arduino\hardware\teensy/../tools//teensy_post_compile" "-file=blink.ino" "-path=C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621" "-tools=C:\Program Files (x86)\Arduino\hardware\teensy/../tools/" "-board=TEENSY31
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\pkywe_000>"C:\Program Files (x86)\Arduino\hardware\teensy/../tools//teensy_post_compile" "-file=blink.ino" "-path=C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_99621" "-tools=C:\Program Files (x86)\Arduino\hardware\teensy/../tools/" "-board=TEENSY31"
Error reading Teensy Loader status! (tpc)This error should never happen (when using Arduino). Please report this to paul@pjrc.com, hopefully with enough information to reproduce the problem so it can be understood and fixed!
C:\Users\pkywe_000>
C:\Users\pkywe_000>
 
Here's the error I get when trying to run that last command from the command line. Not sure if it's relevant since the IDE might be trying to set some environment variables.

...

C:\Users\pkywe_000>C:\Program Files (x86)\Arduino\hardware\teensy ...

That is failing because the leading " was left off and the SPACE between Program and Files (and the others) requires that.

How many Arduino copies do you have? Just one done with "Install" versus a ZIP file extract? I don't know if there is some confusion with Arduino having the same install toolset in the right places? Odd this seems to be repeating for multiple people?

I don't recognize the problem and don't know if this will correct as I don't know what the installer has been doing the last year+ and what state your machine is in but ...

I always do a ZIP extract of ARDUINO to a fresh folder for each build I install - then occasionally delete older directories. I do this on a partition I made labelled I: and right now I have three installs as follows doing this and I can run ARDUINO.exe from within any of them:
Volume in drive I is TEENSY42
Directory of I:\
09/07/2016 09:35 AM <DIR> arduino-1.6.11
11/12/2016 10:45 PM <DIR> arduino-1.6.12
11/27/2016 05:58 PM <DIR> arduino-1.6.13

After unzipping to the above directories I then run TeensyInstaller and point to the target directory and that directory gets updated with the needed Teensy parts.
 
I solved my issue by some combination of reinstalling the Arduino IDE and Teensyduino and then doing the verify code and press button thing as well as press button and flash the blink hex file which is available on the Teensy Loader download page but not the Teensyduino one. After that it seemed to work again.

Is this an issue with the latest version of Teensyduino? I'm sure I tested the board when I first got it and it worked fine out of the box.
 
I was able to manually load a hex file using the Teensy program. After I did that everything started working fine. I can even build and load direct from the Arduino IDE.

Here's what I did.

1. In the Arduino IDE open File > Preferences and check "Show verbose oputput during: compilation"
2. Build the blink program for the target platform (Teensy 3.2 in my case). It will fail on the teensy_post_compile step. However, it does actually build the hex file.
3. Look in the output log for the path to the hex file. Here's where I got mine:

"C:\Program Files (x86)\Arduino\hardware\teensy/../tools/arm/bin/arm-none-eabi-objcopy" -O ihex -R .eeprom "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_904417/blink.ino.elf" "C:\Users\PKYWE_~1\AppData\Local\Temp\arduino_build_904417/blink.ino.hex"

4. Hit the button on the Teensy if you haven't already. This will stop running the blink program and start running the bootloader.
5. Find the teensy loader window (See http://pjrc.com/teensy/loader.html). It should have popped up after the last step.
6. In the teensy loader select File > Open Hex File and point it at the hex file from steps 2 and 3.
7. Click the "Program" button in the loader app. This will load the hex file on the Teensy.
8. Click the "Reset" button in the loader app. This will start running the version of blink compiled by the IDE.
9. Go back to the Arduino IDE and try building and loading the app. It should work now. (Change the blink intervals to verify it's running a different program.)
 
Some of these issues are likely due to a bug (or bugs) in the Teensyduino software. Maybe?

I've published a new beta version, with the GUI toolkit uses for Teensy Loader updated, and with improved logging. If this doesn't fix the problem on your machine, please take a moment to reply on that thread with the 2 log files and the error you're seeing in Arduino.
 
Same issue here.

First intall and use with a Teensy 3.2 in windows 10 platform. I was unable to compile from Arduino IDE, recieving the same message posted at #1 ("Oh no, the compiler quit with an error but ...")

I followed Sklr´s steps and everithing started working perfect.

1- I dowloaded blink_both.zip from [url]https://www.pjrc.com/teensy/loader_mac.html [/URL]
2- Using Teensy Loader, I uloaded blink_fast_Teensy32.hex

(the auto button got enabled at this point)

Boilah, everything started working fine. Able to upload from arduino IDE and also from visual micro with no problem.
 
Just a quick followup, in case anyone finds this thread by search.

This was the first-use communication error in Teensyduino 1.32.

Version 1.33 was released to fix this problem.
 
09:23:29.440: Teensy Loader 1.41, begin program
09:23:29.517: Listening for remote control on port 3149
09:23:29.518: initialized, showing main window
09:23:29.713: remote connection opened
09:23:29.713: remote cmd: "comment: Teensyduino 1.41 - WINDOWS (teensy_post_compile)"
09:23:29.714: remote cmd: "status"
09:23:29.717: HID/win32: vid:1A2C pid:0C23 ver:0110
09:23:29.718: HID/win32: vid:1A2C pid:0C23 ver:0110
09:23:29.718: HID/win32: vid:413C pid:ABCE ver:0001
09:23:29.718: HID/win32: vid:06CB pid:2985 ver:0000
09:23:29.719: status data sent
09:23:29.719: remote cmd: "dir:C:\Users\tejes\AppData\Local\Temp\arduino_build_503113\"
09:23:29.720: remote cmd: "file:Blink.ino.hex"
09:23:29.727: File "Blink.ino.hex". 9776 bytes, 2% used
09:23:29.732: remote cmd: "status"
09:23:29.734: status data sent
09:23:29.734: remote cmd: "auto:eek:n"
09:23:29.745: remote connection closed
09:26:07.176: Verbose Info event




i am having above issue with teensy3.5 . using windows 10. latest teensy.arduino 1.8.5.




arduino IDE keep showing this error---> readlink C:\Users\tejes\OneDrive\Documents\Arduino\railways_pyro: The system cannot find the file specified.
 
09:23:29.440: Teensy Loader 1.41, begin program
09:23:29.517: Listening for remote control on port 3149
09:23:29.518: initialized, showing main window
09:23:29.713: remote connection opened
09:23:29.713: remote cmd: "comment: Teensyduino 1.41 - WINDOWS (teensy_post_compile)"
09:23:29.714: remote cmd: "status"
09:23:29.717: HID/win32: vid:1A2C pid:0C23 ver:0110
09:23:29.718: HID/win32: vid:1A2C pid:0C23 ver:0110
09:23:29.718: HID/win32: vid:413C pid:ABCE ver:0001
09:23:29.718: HID/win32: vid:06CB pid:2985 ver:0000
09:23:29.719: status data sent
09:23:29.719: remote cmd: "dir:C:\Users\tejes\AppData\Local\Temp\arduino_build_503113\"
09:23:29.720: remote cmd: "file:Blink.ino.hex"
09:23:29.727: File "Blink.ino.hex". 9776 bytes, 2% used
09:23:29.732: remote cmd: "status"
09:23:29.734: status data sent
09:23:29.734: remote cmd: "auto:eek:n"
09:23:29.745: remote connection closed
09:26:07.176: Verbose Info event




i am having above issue with teensy3.5 . using windows 10. latest teensy.arduino 1.8.5.




arduino IDE keep showing this error---> readlink C:\Users\tejes\OneDrive\Documents\Arduino\railways_pyro: The system cannot find the file specified.

I found the problem.

YOU NEED TO SHUT THE ONEDRIVE
 
Looks like Arduino will soon release version 1.8.6. The main reason is to fix this OneDrive problem.

It's not anything about Teensy. All Arduino boards are affected.
 
Status
Not open for further replies.
Back
Top