You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently there is a toolchain bug that was discovered and fixed in ESP8266/Arduino after the latest release that platform-espressif8266 points to. Here are the details:
GCC 10.3 had an issue with addressing constant literals which would result
in crazy offsets being used and random crashes in production. Update
with an upstream GCC 11 bugfix.
Uh oh!
There was an error while loading. Please reload this page.
Apparently there is a toolchain bug that was discovered and fixed in ESP8266/Arduino after the latest release that platform-espressif8266 points to. Here are the details:
GCC 10.3 had an issue with addressing constant literals which would result
in crazy offsets being used and random crashes in production. Update
with an upstream GCC 11 bugfix.
Link to the issue
Can this toolchain be added in PlatformIO as well?
The text was updated successfully, but these errors were encountered: