Arduino 1.6.0 - any plans to support it?

Status
Not open for further replies.
@Paul
Thanks for the "how to pass a value through the linker code".
I have been thinking about the RTC problem. As most RTC clocks go way back in time when unpowered. Isn't simply a matter or reading the RTC time and if the RTC time is smaller than the value given by the linker=> update the RTC by the value given by the linker else keep the RTC time?
Best regards
Jantje
 
Ugly problem as the USB goes away and Windows has to bring it back and by then the Teensy is running. Same loss of Serial happens on reset as "COM24" once lost is 'new' when it returns. Ideally the serial monitor app would track that and be motivated to reconnect. But then Windows7 (8?) still adds a new 'Copy of Printer xyz' on some event. Last I worked with was 1.5.8 IDE with DigiSpark Pro with a bootloader on ATtiny and it was the same for that as the USB leaves during reboot - and changes to bootloader USB watching for new code for 5 seconds - then starts the USB Sketch, so it takes setup(delay(); ) long enough to have you close the monitor and then see the upload or timeout happen, then start it back up. Leonardo 'solved' this with setup( while (!Serial) )) right?
 
Last edited:
Ugly problem as the USB goes away and Windows has to bring it back and by then the Teensy is running. Same loss of Serial happens on reset as "COM24" once lost is 'new' when it returns. Ideally the serial monitor app would track that and be motivated to reconnect.

That's EXACTLY what I'm trying to do here.

Have you actually tried with a Teensy using Arduino 1.6.0 with Teensyduino 1.21-beta5 running on Windows 7 or 8.1? With the patched pde.jar file installed?

Please let me know how it work for you? Please, be clear if you're talking about actual testing with a Teensy and this beta, or with some other non-Teensy board, with some other version of the software.
 
Win7&8:: The TeensyDuino 'Press Button To Activate' splash is confusing. It is in Auto and I never need to touch the button.

That's a really good point.

Maybe I should have Teensy Loader use 2 different "offline" backgrounds, one with the message if Arduino isn't controlling Teensy Loader, and something else more appropriate if Arduino has turned on auto mode.

But what should it say? What would fit in just a few words and indicate you should not press the button on Teensy, because Arduino will ask it to reboot automatically? Any ideas?
 
Well I downloaded 1.6.0 and 1.21-beta5 on my ancient Fedora 14 system (Fedora 15 and beyond no longer support the graphics card in the laptop), and it seems to work ok. My minor issues seem to stem from Arduino 1.6.0 and not the Teensy bits.

I needed to clean up warnings in my code due to C++ constructors not being in order (-Wreorder is now on by default).

The version of Adafruit_Neopixel I have installed also seems to generate warnings, so I will have to see if Adafruit has produced a new library.

Finally, as somebody who has several different microprocessors, it looks like I will need to dig around for the newer versions of the ATtiny85/pololu libraries to add the appropriate hardware directory. Or I need to figure out how to have separate hardware directories for the devices still using Arduino 1.0.5 (right now I have a global hardware directory for the add-ons).
 
...RE msg#46 [#53 & #55]: "pde.jar file above has a patch"
Works Perfectly! Upload - Running w/Monitor - Upload - Monitor Stops ... Restarts :: Tested Win7

...RE msg#55
See 'NOOB' :: My 4th Post - First Teensy 3.1 opened - First Install(s) IDE 1.6.0 - Only install of Teensyduino 1.21-beta5

I'm all in on this new 'thread' on awesome hardware. Impressive work I'm seeing here. I'm just starting to understand the depth of the environment.
 
Last edited:
With stock Arduino folks expect it to work and Auto-Upload. This is how the Teensy works for me.
You -
should have Teensy Loader use 2 different "offline" backgrounds, one with the message if Arduino isn't controlling Teensy Loader, and something else more appropriate if Arduino has turned on auto mode.

BTW: what is 'Auto' on Teensyduino? My sketches Auto-Upload with or without that when I hit 'Upload'. After any upload the 'Auto' is selected again. So except for reset I cannot use the button yet.

I created a personal Sketch directory 'Documents\Arduino\tCode' - I now find Arduino placed 'Documents\Arduino\tCode\libraries\readme.txt':
For information on installing libraries, see: http://arduino.cc/en/Guide/Libraries
! > This was because I put my 'Sketchbook location' there and it didn't have subfolder .\libraries
 
Last edited:
ALL GOOD – restoring serial monitor on new Upload!:: Opened 2nd Teensy for my Win8 32b Tablet, replaced pde.jar, new Teensy blinks!, Uploaded Serial Monitor code with Blink, Serial monitor auto-reconnects on each upload!
> On reset the Serial Monitor is still abandoned even though 'Teensyduino' shows it 'Reboot OK'

Odd: Note #1 :: Win8 versus Win7: With my serial&blink sketch running.
> hit reset [with Teensy.exe running]
-Win7: immediately starts blinking, each time independent of the system connecting the USB device
-Win8: Often waits 5-7 or more seconds to blink, often starts just after the 'usb connect'
---> See Note#2: on Win8 it seems that sketch start cannot begin until the Teensy.exe talks USB to the Teensy?

BAD: Note #2 With my serial&blink sketch running on Windows 7 or 8
> close Teensy.exe
> hit Button (not reset?)
> Blink sketch does not start
- even running Teensy.exe does not start the blink
- Need to replug USB or Upload again to get the Teensy to start blink sketch
[EDIT UPDATE] HalfKay?
> Button (not reset?) starts blink right away - unless Teensyduino is not running then it stays dark
- Apparently a double click will start the code up?
>> This double click is unique to my #3dev_Win8x64 machine? Win7 never stops, Win8 stops until USB recognized?
 
Last edited:
tried the latest version (installer)
I noticed the files didn't scroll and then it was installed. No problem but i thought I'll report it.
Tried a sketch with the teensyduino and that worked fine
Tried a sketch with the latest build of the arduino eclipse plugin and that worked fine :)
I didn't test upload nor serial monitor.
Best regards
Jantje
 
Opened my #3 3.1 unit. Swapped it on Win7 and it didn't register a 'Port' - I suppose since it wasn't a USB sketch.
Programmed #3 with my blink/serial and the COM ports changed.
> worked this way

Swapped unit #2 and ports changed - Serial Monitor was left open abandoned on old port.
Confusion abounds - shows 2 serial ports #24 and #26- both result in
Error opening serial port 'COM24'.

Some limited unit #2 swap with #3 and I can't get it in sync. Neither connects after no errors reported in Upload. Haven't tried closing IDE/Teensyduino.

Going to my 1.6.0/Teensyduino virgin #3dev box now and will see what happens with these two units as they are.

I wasn't looking for trouble so I didn't record all the steps as I got there - just powering my #3 unit before I went to set up my #3dev box . I'm going to run that one [win8 x64] without the updated pde.jar at first.

[EDIT UPDATE] on #3DevBox - Win8 x64: I don't see above Win7 issue:
> One Teensy shows COM3 the other COM4 - changing port on unit swap changes
> Tried first with original 'pde.jar' and it worked to reset Serial Monitor on same Teensy
> Updated 'pde.jar' works just as well - the same

Time for me to read more on the PJRC webpage, but so many general items appear Pre-Teensy 3.1 after reading into them - they are not marked 2.0 or ++2.0 up front.
 
Last edited:
Fresh install 1.6 on Win7, Teensyduino from #46 getting the following error on Blink:
Arduino: 1.6.0 (Windows 7), TD: 1.21-beta5, Board: "Teensy 3.1, Serial, 96 MHz (overclock), US English"

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Blink.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Blink.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -x assembler-with-cpp -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\memcpy-armv7m.S -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\memcpy-armv7m.S.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\analog.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\analog.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\eeprom.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\eeprom.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\keylayouts.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\keylayouts.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\math_helper.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\math_helper.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\mk20dx128.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\mk20dx128.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\nonstd.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\nonstd.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\pins_teensy.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\pins_teensy.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\serial1.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\serial1.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\serial2.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\serial2.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\serial3.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\serial3.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\ser_print.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\ser_print.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\touch.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\touch.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_desc.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_desc.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_dev.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_dev.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_joystick.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_joystick.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_keyboard.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_keyboard.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_mem.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_mem.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_midi.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_midi.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_mouse.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_mouse.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_rawhid.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_rawhid.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_seremu.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_seremu.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_serial.c -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_serial.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\AudioStream.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\AudioStream.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\avr_emulation.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\avr_emulation.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\DMAChannel.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\DMAChannel.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\HardwareSerial1.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\HardwareSerial1.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\HardwareSerial2.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\HardwareSerial2.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\HardwareSerial3.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\HardwareSerial3.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\IntervalTimer.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\IntervalTimer.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\IPAddress.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\IPAddress.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\main.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\main.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\new.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\new.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\Print.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Print.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\Stream.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Stream.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\Tone.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Tone.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_flightsim.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_flightsim.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\usb_inst.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_inst.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\WMath.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\WMath.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\WString.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\WString.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -g -Os -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=121 -DARDUINO=10600 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -IC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3 C:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3\yield.cpp -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\yield.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\memcpy-armv7m.S.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\analog.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\eeprom.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\keylayouts.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\math_helper.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\mk20dx128.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\nonstd.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\pins_teensy.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\serial1.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\serial2.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\serial3.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\ser_print.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\touch.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_desc.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_dev.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_joystick.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_keyboard.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_mem.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_midi.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_mouse.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_rawhid.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_seremu.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_serial.c.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\AudioStream.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\avr_emulation.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\DMAChannel.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\HardwareSerial1.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\HardwareSerial2.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\HardwareSerial3.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\IntervalTimer.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\IPAddress.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\main.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\new.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Print.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Stream.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Tone.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_flightsim.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\usb_inst.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\WMath.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\WString.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-ar rcs C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\yield.cpp.o

C:\Program Files\Arduino/hardware/tools/arm/bin/arm-none-eabi-gcc -Os -Wl,--gc-sections,--relax,--defsym=__rtc_localtime=1424036700 --specs=nano.specs -TC:\Program Files\Arduino\hardware\teensy\avr\cores\teensy3/mk20dx256.ld -mthumb -mcpu=cortex-m4 -o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/Blink.cpp.elf C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp\Blink.cpp.o C:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp/core.a -LC:\Users\Turner\AppData\Local\Temp\build7982852721851389110.tmp -larm_cortexM4l_math -lm

arm-none-eabi-gcc: error: Files\Arduino\hardware\teensy\avr\cores\teensy3/mk20dx256.ld: No such file or directory

Error compiling.
 
Is this what happens if you don't do a "Ctrl+R" . . . "Verify/Compile" first, as noted on the Teensyduino install end screen?
 
re: MSG #32

I put a Crystal on my Teensy and it isn't set during upload, not working until next update? No Battery so time is never retained.

Uploaded: TimeRTC then it pointed to TimeRTCSet which shows running clock, but not set on Windows.

Did get this warning:
TimeRTCSet.ino: In function 'long unsigned int processSyncMessage()':
TimeRTCSet.ino:68:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
Note: same warning in: TimeTeensy3.ino:61:29:

TimeRTCSet output is the same on Teensy with no crystal so I don't know if it is working or not.

Swapped Teenys and then got this on Win7 worked to swap once then going back to Teensywith crystal I get this shown as only active port:
processing.app.SerialException: Error opening serial port 'COM25'.
. . .
Error opening serial port 'COM25'.
EDIT: Remove verbose text from known issue [ see MSG #66 ] - close IDE Serial Monitor before button press or unplugging.
 
Last edited:
Swapped unit #2 and ports changed - Serial Monitor was left open abandoned on old port.
Confusion abounds - shows 2 serial ports #24 and #26- both result in

Yeah, on Windows you need to be careful not to unplug the cable or press the button (which is the same as unplugging the cable and quickly plugging it back in with the chip in a different mode) while the serial monitor is open.

It's fine to unplug when the serial monitor isn't open, but if that window is open and the serial monitor has the device in use, you'll suffer very confusing problems the NEXT time the device is plugged back in. The COM port reappears, but it doesn't work. It's absolutely a bug in Windows. Linux and Mac don't have this bug.

A couple years ago, Phil Torrone (of Adafruit) finally found someone within Microsoft willing to listen about this problem. Many of us has been trying for years. Initially, they denied any such bug existed. Here's a video I made for them:

https://www.youtube.com/watch?v=DRmvUsa2xuU

The good news is this terrible driver bug will finally be fixed in Windows 10. Seems my little video worked. :)

With Windows 2000, XP, Vista, 7 or 8 or 8.1, you have to be careful not to unplug while something has the driver in use.
 
___re MSG #66:
Shutting down IDE/Teensyduino and restarting them resolves the issue caused on WINDOWS when Serial Monitor is open and device is removed.
 
The good news is this terrible driver bug will finally be fixed in Windows 10. Seems my little video worked. :)

With Windows 2000, XP, Vista, 7 or 8 or 8.1, you have to be careful not to unplug while something has the driver in use.

Well done! I'll bear this in mind in future. I had of course noticed this but found it only occurs 1/10 times or thereabouts. In visual micro this causes the entire IDE to close. Relaunching it works without needing a reboot however.

Perhaps I should make a video for Autodesk to highlight their 10 years-old layer stacking display bug :)
They keep releasing new ones with the same old bug in it. :)
 
Is this what happens if you don't do a "Ctrl+R" . . . "Verify/Compile" first, as noted on the Teensyduino install end screen?

Yes, perhaps a environmental variable needs set? Problem with the "/" before mk20dx256ld. Program Files\Arduino\hardwarte\teensy\avr\cores\teensy3\mk20dx256.ld does exist.
 
I'm going to package up 1.21-beta6 in a matter of hours, and then replace the links to beta5 with a link to the beta6 post.
 
Attempting to compile standard BlinkWithoutDelay sketch. Got the following error:

Sketch uses 9,532 bytes (7%) of program storage space. Maximum is 131,072 bytes.
Global variables use 2,180 bytes (13%) of dynamic memory, leaving 14,204 bytes for local variables. Maximum is 16,384 bytes.
Opening Teensy Loader...
Could not start Teensy Loader application! (r=1)
attempted: "C:\Program\teensy.exe

I'm going to put teensy.exe in that location and try again.

Tried again with teensy.exe at "C:\Program\teensy.exe" , "C:\Program Files (x86)\teensy.exe" , "C:\Program Files (x86)\Arduino\hardware\tools\teensy.exe" , and "C:\Program Files (x86)\Arduino\teensy.exe".

No joy.

Attempting to run manually gave this error:

Sketch uses 9,532 bytes (7%) of program storage space. Maximum is 131,072 bytes.
Global variables use 2,180 bytes (13%) of dynamic memory, leaving 14,204 bytes for local variables. Maximum is 16,384 bytes.
Could not run teensy_reboot utility (r=1)
 
Last edited:
Here is the second beta test to support Arduino 1.6.0.

EDIT: Links removed. Please use 1.21-beta7.

This version fixes several issues, especially on Windows and Macintosh. It also has even more improvements to the serial monitor, to (hopefully) detect USB disconnect caused by unplugging the USB cable or pressing the pushbutton on Teensy while the serial monitor is open.

Of course, the serial monitor has the feature from prior betas where its window stays on-screen during upload, and automatically reconnects after Teensy reboots and comes back online.


Please let me know if you discover any bugs?!
 
Last edited:
The serial monitor is working well for me (Arduino 1.6.0, -beta5 and -beta6, Windows 7 pro 64bit).
I have a sketch which prints the entire text of Shakespear's Macbeth, ten times a second, and letting that run for several hours showed no overall increase in global memory allocation and no freezing or impact on other programs.
 
Status
Not open for further replies.
Back
Top