-
Notifications
You must be signed in to change notification settings - Fork 78
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
error: 'rtc_gpio_desc' undeclared #57
Comments
I#m having the same problem. Trying all night to get it running with no sucess :-( |
There is a setting on latest ESP-IDF you need to enable for this project. I’m afk now, but you should be able to find it somewhere in component configs -> device configurations -> rtc something. Just enable it and it will compile. |
Thanks alot for your answer. I found it and now my camera is online. Great project by the way! |
thanks a lot Maxim thanks again |
Thank you, extremely useful, I was stuck on this for 1 hour... |
I have the same problem, fighting with this. Arduino w ESP support added. First under Linux, now on Windows, with this project: Same problem both on Linux as Windows |
@krambriw Same here :( |
Component config > driver configurations > RTCI0 configuration this option is missing in the actual ESP-IDF 5.0.1 |
I am having a trouble with the error: 'etc_gpio_desc'
App "esp32-homekit-camera" version: 2a26d79 CC build/esp32-camera/driver/twi.o /home/ubuntucamera/esp/esp32-homekit-camera/components/esp32-camera/driver/twi.c: In function 'pinMode': /home/ubuntucamera/esp/esp32-homekit-camera/components/esp32-camera/driver/twi.c:61:24: error: 'rtc_gpio_desc' undeclared (first use in this function); did you mean 'rtc_io_desc'? uint32_t rtc_reg = rtc_gpio_desc[pin].reg; ^~~~~~~~~~~~~ rtc_io_desc /home/ubuntucamera/esp/esp32-homekit-camera/components/esp32-camera/driver/twi.c:61:24: note: each undeclared identifier is reported only once for each function it appears in /home/ubuntucamera/esp/esp-idf/make/component_wrapper.mk:291: recipe for target 'driver/twi.o' failed make[1]: *** [driver/twi.o] Error 1 /home/ubuntucamera/esp/esp-idf/make/project.mk:604: recipe for target 'component-esp32-camera-build' failed make: *** [component-esp32-camera-build] Error 2
I executed the command make menuconfig and set the parameters.
when I try to flash i got the error above.
Anyone experienced that?
thanks
The text was updated successfully, but these errors were encountered: