-
-
Notifications
You must be signed in to change notification settings - Fork 698
esp32-hal-spi.c doesn't compile with 3.2.0 #528
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
Hi @lucadentella ! Is there any chance you have the |
Hi @valeros thanks! yes, I had -Werror:
if I comment that flag out, I can compile my code (the error is now a warning):
is it an expected behavior? |
Yes, I guess that's expected behavior. The warning comes from the framework itself and the reason why it's not visible in the Arduino IDE is because they use |
@valeros It seems like arduino-esp32 has fixed this bug in April 2021? Can this simple change to |
I have this same issue when compiling with ESPHome and espressif 3.5. I second @Blend3rman, can the simple fix from arduino-esp32 be included in this codebase or bumped to use the new 2.0+ framework @valeros? |
Compiling hangs for me also on this warning, is there a solution yet? |
@FPMilan Yes, use latest framework. |
thanks @Jason2866 just rerunning it solved it at some point |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I've recently updated the platform to release 3.2.0 and my code doesnt' compile:
If I revert to 3.1.1, everything works fine.
Thanks
The text was updated successfully, but these errors were encountered: