-
Notifications
You must be signed in to change notification settings - Fork 180
3 Compilation Errors #12
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
that is fine. there are changes in IDF that broke the compilation. you can try to usethe following branch: https://github.com/espressif/arduino-esp32/tree/latest-3.3 |
I managed to fix the errors and compiled everything. For those interested, here follows the patches: WiFiSta.cpp
Eth.cpp
Camera.c Row 1428
Row 1456
|
@me-no-dev I have tried this (https://github.com/espressif/arduino-esp32/tree/latest-3.3), but a previously working code now throws the following error ....ino.elf section any help would be appreciated thanks :) |
@fededim Thank you for your patches. |
@misghna Please use fededim patches for now. |
I had a similar issue, using "nvs_handle" instead of "nvs_handle_t" fixed it! |
I am trying to build the Arduino library with RTC source changed from 150Khz RC Oscillator to external crystal (all the other settings are default). Os is Ubuntu 18.04.
Here follows my compilation errors:
1)
2)
3)
The text was updated successfully, but these errors were encountered: