-
-
Notifications
You must be signed in to change notification settings - Fork 7k
1.6.6 no longer works with third-party boards/libraries #4137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm... the ATtiny boards are working for me in 1.6.6. Which version of the boards do you have installed? (I have 1.0.1.) You don't have any old versions in your sketchbook folder, do you? |
I was using yoru latest. Worked great in 1.6.5, not 1.6.6. Will try re-install when I get a break. |
I've also tried compiling the empty sketch with both cores and it compiles without any issues |
i def just tried huzzah/esp8266 on a new 1.6.6 win7 install and it installs ok. |
Did it compile OK as well? Installs fine on OSX, but doesn't compile. |
Found the issue. This error helped me find it:
Looks like uninstalling then reinstalling without restarting causes a problem. I manually removed the whole /Users/tigoe/Library/Arduino15/packages/esp8266 dir, then reinstalled, and everything is fine now. |
overall i got it compiling & uploading. compiliation is sometimes-broken due to arduino-builder snagging on the ESP8266WiFi.h file and not generating function prototypes, might be related to people's difficulties. see esp8266/Arduino#1066 for more deets |
Also see notes here: arduino/arduino-builder#68 |
Yeah, seems to be the same issue as arduino/arduino-builder#68, thanks. |
Bug being tracked at arduino/arduino-builder#68. Closing |
Try compiling something else like Lilypad Arduino. Find something that works, and then switch back to Adafruit Huzzah esp8266 and it works. |
Bed news, it seems to be back again with the latest build of the ESP platform. Now the board is recognized, but implicit header declaration is not working. Thanks @lgrr for making the connection. |
I;m finding that a few third-party boards and libraries that worked with 1.6.5 no longer work with 1.6.6.
Specifically I tested with the ESP8266 boards files from https://github.com/esp8266/arduino and the Attiny files from http://highlowtech.org/?p=1695. Both of these worked with 1.6.5. It may be true for other third party boards, I haven't had time to test yet.
Process to produce the error:
Similar error on the ATTIny.
I also tried uninstalling and reinstalling the boards through the board manager, quitting, and restarting. Same results.
Will try with other external boards and report as soon as I get a chance.
The text was updated successfully, but these errors were encountered: