Forgive me, I've been out of the robot game for a few years. I just opened up Arduino IDE (1.6.5) on my Mac and was prompted that it was out of date. I installed the current version (1.8.9) and get the below errors when I upload a sketch.
Arduino: 1.8.9 (Mac OS X), Board: "Arduino Leonardo"
Sketch uses 10280 bytes (35%) of program storage space. Maximum is 28672 bytes.
Global variables use 336 bytes (13%) of dynamic memory, leaving 2224 bytes for local variables. Maximum is 2560 bytes.
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
Found programmer: Id = ""; type =
Software Version = . ; Hardware Version = �.�
avrdude: butterfly_recv(): programmer is not responding
avrdude: butterfly_recv(): programmer is not responding
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: butterfly_recv(): programmer is not responding
avrdude: error: programmer did not respond to command: leave prog mode
avrdude: butterfly_recv(): programmer is not responding
avrdude: error: programmer did not respond to command: exit bootloader
avrdude: error: programmer did not respond to command: exit bootloader
Invalid library found in /Users/scottcallahan/Documents/Arduino/libraries/ZumoExamples: no headers files (.h) found in /Users/scottcallahan/Documents/Arduino/libraries/ZumoExamples
Invalid library found in /Users/scottcallahan/Documents/Arduino/libraries/ZumoExamples: no headers files (.h) found in /Users/scottcallahan/Documents/Arduino/libraries/ZumoExamples
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I have no idea what butterfly_recv(): is.
I don't know what a AVR 109 device is.
I checked the preferences for the sketchbook location and it's the same for both versions.
Arduino 1.6.5 still uploads perfectly, just the text is pixilated.
Thanks for any help.
Scott