-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Unable to cache built core, please tell esp8266 maintainers to follow http://goo.gl/QdCUjo #5169
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
CC @d-a-v |
Does the same problem (message) occur with the git version? |
This was fixed by 85e6809#diff-d638a47d1ca0e2a5585fb34c7d7fb0f9L95 |
Closing per previous comment. |
I have the same problem, but I have no clue how to fix it with the information given here. Can you help me out? I'm using the Arduino IDE 1.8.7 under Windows 10 |
@ElFishi just ignore that message. This won't cause any problems for you other than a slower compilation time. The purpose of the message is to prompt hardware package authors to make the change needed to support caching. That has been accomplished here already. The warning will be fixed in the next release of the ESP8266 core for Arduino. |
Thanks fort responding, but it does cause a problem for me. I am missing the .ino.bin file that I use for a web update for my remote ESP8266. |
I can't reproduce that and I don't see what makes you think that problem is related to the core not being archived. Using Arduino IDE 1.8.7 and ESP8266 Core For Arduino 2.4.2, I get a .ino.bin file in the temporary build folder and I also get one in the sketch folder when I do Sketch > Export Compiled Binary. It seems to be off topic here. |
Seems to be a ESP32 dev board problem only, works ok with ESP8266. Tested latest versions of all involdved. See last lines say Sketch size say 0 : Unable to cache built core, please tell esp32 maintainers to follow http://goo.gl/QdCUjo Multiple libraries were found for "WiFi.h" |
Platform
Settings in IDE
N/A happens on every occasion , multiple boards, speeds etc
Problem Description
Since installing Arduino IDE 1.8.7 I notice the following message in all builds.
"Unable to cache built core, please tell esp8266 maintainers to follow http://goo.gl/QdCUjo"
The builds works fine, nothing else seems affected, just wondering a) if you are aware b) what it means
The text was updated successfully, but these errors were encountered: