Trouble connecting Teensy 3.0 to OSX Mavericks

Status
Not open for further replies.

JorgenLarsson

New member
Hi, I am new to this forum, coming from Arduino/MAXMSP/sound. Learning C++, but still using Arduino for many projects. I am very impressed by the work on the Teensy project, thank you so much for this!

I have problems getting the Teensy 3.0 boards recognized by the OS. It doesn't show up in /dev as a tty.* and not in Arduino either. The same problems with all three boards, so it must be something I am not doing right.
I have tried to communicate using Xcode and EmbedXcode+, without luck.
When compiling the Arduino sketch or a Xcode project, a process called teensy_post_compile starts up and gets stuck at 90-95% CPU usage.
I have to kill the teensy_post_compile process (after waiting 15 min...) just to be able to close Xcode. Arduino IDE doesn't crash, but is stuck at 90% compiling.

I have a clean install of Arduino 1.0.5 and the latest Teensyduino. All other Arduino boards work fine, as well as my barebones and Attinies.
My system is OSX 10.9.2 and the machine is a MacBook Pro 2.66 Intel Core 2 Duo with 8 GB RAM.

Running the Teensy Loader works, that is, it recognises the boards.
This is the verbose output from Teensy Loader:
15:47:48: Teensy Loader 1.18, begin program
15:47:48: File "Blink.hex". 1414 bytes, 1% used
15:47:48: Listening for remote control on port 3149
15:47:48: initialized, showing main window
15:47:48: HID/macos: attach callback
15:47:48: HID/macos: number of devices found = 1
15:47:48: HID/macos: vid=16C0, pid=0478, page=FF9C, usage=001D, ver=1.02
15:47:48: Device came online, code_size = 131072
15:47:48: Board is: Teensy 3.0 (MK20DX128), version 1.02
15:47:48: File "Blink.hex". 1414 bytes, 1% used
15:47:48: HID/macos: status: ok
15:47:54: Verbose Info event

Thanks for any advice on this!

Best regards,

Jørgen Larsson
 
Hi,
just got the new Teensy 3.1 and the audio shields and I am really eager to try them out. But my problem is exactly the same as before. No communication between Arduino and the Teensy. Please help. The teensy_post_compile gets stuck at 98-99% CPU and never ends, as the print screen shows:

Screenshot 2014-03-21 13.26.09.png



- Best regards,

Jørgen Larsson
Here is the Verbose print from the Arduino console:

/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407398 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/analog.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/analog.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407399 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/eeprom.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/eeprom.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407399 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/keylayouts.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/keylayouts.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407399 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/math_helper.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/math_helper.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407399 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/mk20dx128.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/mk20dx128.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407399 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/nonstd.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/nonstd.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407399 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/pins_teensy.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/pins_teensy.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407400 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/serial1.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/serial1.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407400 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/serial2.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/serial2.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407400 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/serial3.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/serial3.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407400 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/touch.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/touch.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407400 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_desc.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_desc.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407400 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_dev.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_dev.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407400 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_joystick.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_joystick.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_keyboard.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_keyboard.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_mem.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_mem.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_midi.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_midi.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_mouse.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_mouse.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_rawhid.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_rawhid.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_seremu.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_seremu.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_serial.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_serial.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -DTIME_T=1395407401 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/yield.c -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/yield.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/AudioStream.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/AudioStream.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/avr_emulation.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/avr_emulation.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/HardwareSerial1.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/HardwareSerial1.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/HardwareSerial2.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/HardwareSerial2.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/HardwareSerial3.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/HardwareSerial3.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/IntervalTimer.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/IntervalTimer.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/IPAddress.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/IPAddress.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/main.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/main.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/new.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/new.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Print.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Print.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Stream.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Stream.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/Tone.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Tone.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_flightsim.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_flightsim.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/usb_inst.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_inst.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WMath.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/WMath.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mcpu=cortex-m4 -DF_CPU=48000000 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -mthumb -nostdlib -D__MK20DX256__ -DTEENSYDUINO=118 -fno-rtti -felide-constructors -std=gnu++0x -DUSB_SERIAL -DLAYOUT_US_ENGLISH -I/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3 /Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/WString.cpp -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/WString.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-gcc -Os -Wl,--gc-sections -mcpu=cortex-m4 -mthumb -T/Applications/Arduino.app/Contents/Resources/Java/hardware/teensy/cores/teensy3/mk20dx256.ld -o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp.elf /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/analog.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/eeprom.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/keylayouts.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/math_helper.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/mk20dx128.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/nonstd.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/pins_teensy.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/serial1.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/serial2.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/serial3.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/touch.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_desc.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_dev.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_joystick.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_keyboard.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_mem.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_midi.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_mouse.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_rawhid.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_seremu.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_serial.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/yield.c.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/AudioStream.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/avr_emulation.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/HardwareSerial1.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/HardwareSerial2.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/HardwareSerial3.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/IntervalTimer.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/IPAddress.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/main.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/new.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Print.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Stream.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Tone.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_flightsim.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/usb_inst.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/WMath.cpp.o /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/WString.cpp.o -L/var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp -larm_cortexM4l_math -lm
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/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/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp.elf /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp.eep
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-objcopy -O ihex -R .eeprom /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp.elf /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build2055086504089340903.tmp/Blink.cpp.hex
 
Update from the North:
I have now been sucsessful in connecting and downloading to Teensy w/ another mac, a completely clean macmini. When I saw how the connection was supposed to work, I tried to start the Teensy uploader manually on my laptop, before downloading the code with Arduino. That worked, meaning it sometimes downloads the code and reboots when I push the button. Sometimes, it starts a new instance of teensy_post_compile every time I hit the upload button and gets stuck at 98% CPU. Other times, nothing happens.
It is very strange, I can't seem to find any pattern in the behaviour.
Please help, has anybody else had similar issues?


Best regards,


Jørgen Larsson
 
This is the first I've heard of it failing on a Mac in this way.

The teensy_post_compile is supposed to run the Teensy Loader program, if it's not already running. Then it establishes a localhost network connection to Teensy Loader and send the name and directory where your freshly-compiled code is located. That's all it does. It doesn't actually do any USB communication (like the teensy_reboot program does).

So I suppose the first question is whether it's getting hung up on the step where it tries to start Teensy Loader, or if it's having trouble making a localhost connection to Teensy Loader after it's already running?

Perhaps a good test on the problematic machine would involve these steps?

1: First, quit all programs and then reboot, so you're fresh. Make sure Mavricks didn't automatically run Arduino or Teensy Loader, so you're starting from a fresh reboot without any programs already running.

2: Control-click on Arduino and use "show package contents". Navigate a couple folders in, until you find "hardware" and "tools" inside hardware. There you should see the Teensy Loader application. Run it, so Teensy Loader will be already running before you start Arduino.

3: In Teensy Loader, use Help > Verbose Info.

4: Run Arduino, open a sketch and click Verify. After Arduino compiles the code, it'll run teensy_post_compile.

Perhaps something useful will show up in the verbose info window? It has a "Log" menu that lets you save to a text file, or you can copy-paste from that window to a message here.

Another thing to check, which is a long-shot, would be special security software. I've never heard of such a problem on a Mac, but on Windows some overly-aggressive programs (like Zone Alarm) are sometimes mis-configured to interfere with localhost communication. Obviously an internet firewall shouldn't interfere with programs running locally on your own computer talking to each other with localhost-only networking that can't communicate to the internet, but it is a (rare) issue on Windows.
 
Hi,
thank you for the reply. I have now tested thoroughly and this is what I found:
1. The first issue was that the Teensy Loader didn't find the file. The sketch needs to be saved before uploading.
2. Teensy Loader must be manually started before Arduino.
3. Three different scenarios are happening in no identifying (at least, to me...) order:
a) Everything works, and Arduino returns with a happy "Done Uploading"
b) The post compiler gets stuck, but the code gets uploaded if I push the reset button on the card.
If I don't kill the post compiler manually, it will keep running and a new instance will start if I try a second upload.
When I kill the post compiler, Arduino complains that it has lost contact with the Teensy Loader.
c) The teensy_reboot gets stuck and the card does not reboot without a manual push on the button on the card.
After that, two things can happen: Either the teensy_reboot quits, or I have to kill it.
Either way, disconnecting/rebooting/clean installs/etc. does not seem to have any impact. After scenario b, scenario c can happen, or a. And it can work without any problem at least five times in a row, and then any of either b or c can occur. After I have to kill the reboot or the post compiler, it doesn't matter if I disconnect the card or not. Or restart the Loader or Arduino. It all seems like complete random.

Below is a transcript of all three possible scenarios on my laptop.


/var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.hex
Binary sketch size: 12,616 bytes (of a 131,072 byte maximum)
Estimated memory use: 3,452 bytes (of a 16,384 byte maximum)
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/teensy_reboot -v -v -v -v -pmk20dx128 -chalfkay -P/dev/tty.usbmodem32461 -b12000000 -D -Uflash:w:/var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.hex:i
teensy_reboot, verbose mode
add_serial_name, /dev/cu.usbmodem18411
trying port 3149
trying port 25981

----------------------------------------------------- - here the teensy_reboot gets stuck.

-L/var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp -larm_cortexM4l_math -lm
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/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/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.elf /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.eep
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-objcopy -O ihex -R .eeprom /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.elf /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.hex

--------------------------------------------------- - this is where the post compiler gets stuck.

-L/var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp -larm_cortexM4l_math -lm
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/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/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.elf /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.eep
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/arm-none-eabi/bin/arm-none-eabi-objcopy -O ihex -R .eeprom /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.elf /var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.hex
Binary sketch size: 12,608 bytes (of a 131,072 byte maximum)
Estimated memory use: 3,452 bytes (of a 16,384 byte maximum)
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/teensy_reboot -v -v -v -v -pmk20dx128 -chalfkay -P/dev/tty.usbmodem32461 -b12000000 -D -Uflash:w:/var/folders/xy/k8xfq0_x2j96_83ny5hr90s80000gn/T/build6095118728011554834.tmp/Blink.cpp.hex:i
teensy_reboot, verbose mode
add_serial_name, /dev/cu.usbmodem18411
trying port 3149
found Teensy Loader, version 1.18
send: status - at Mon Mar 24 10:33:21 2014
do_reset (serial) /dev/cu.usbmodem18411
send: status - at Mon Mar 24 10:33:21 2014
status read, retry 0
send: status - at Mon Mar 24 10:33:21 2014
status read, retry 1
send: status - at Mon Mar 24 10:33:21 2014
status read, retry 2
send: status - at Mon Mar 24 10:33:22 2014
status read, retry 3
send: status - at Mon Mar 24 10:33:22 2014
status read, retry 4
send: status - at Mon Mar 24 10:33:22 2014
status read, retry 5
send: status - at Mon Mar 24 10:33:22 2014
status read, retry 6
send: status - at Mon Mar 24 10:33:22 2014
status read, retry 7
send: status - at Mon Mar 24 10:33:22 2014
status read, retry 8
send: status - at Mon Mar 24 10:33:22 2014
status read, retry 9
send: status - at Mon Mar 24 10:33:23 2014
status read, retry 10
Success

----------------------------------------------------------------------- - Works!
 
Status
Not open for further replies.
Back
Top