I am having this error when compiling (not uploading) code. I am able to compile and program multiple other flavors of Arduino and ESP8266 with this particular Arduino IDE, this error seems specific to the Blinks. I notice in the error that it is looking for “avr-g++” so perhaps it is a typo somewhere in the Blinks code?
Arduino: 1.8.5 (Mac OS X), Board: “Blinks Tile”
Build options changed, rebuilding all
fork/exec /Users/gianpablo/Library/Arduino15/packages/arduino/tools/avr-gcc/4.8.1-arduino5/bin/avr-g++: no such file or directory
Error compiling for board Blinks Tile.
This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences
@gpvillamil, it’s great that you have it running on another machine. I would love to know what might have been different in setup on the original machine. This one isn’t obvious to me from your description so far.
After a bit of digging, I am thinking this might be an issue with one of your other boards (i.e. ESP8266… in the device manager becoming corrupt…) The common suggestion is to delete Arduino, Restart, and Re-install Arduino. Check out these two answers in the Arduino forum [1] [2]
I think you’re right. The ESP8266 board package might be causing a problem. On the Arduino forum they also suggest removing the AVR board and reverting to the built-in configuration.
Aside from this (which is not a Blinks issue), everything is working great.
Removing the Arduino IDE and its Library folder, then reinstalling, has the Blinks working again. Now I need to see if I can reinstall ESP8266 support. If it breaks again then I’ll have to use two machines…