m5stack / M5Stack-Camera

Base espressif esp32-camera
200 stars 104 forks source link

issue with "make" /uart/components/esp32-camera/driver/twi.c', needed by `driver/twi.o'. #25

Closed liubomyr-kozak closed 4 years ago

liubomyr-kozak commented 4 years ago

module: ESP32CAM sdkconfig: default tested code: https://github.com/m5stack/m5stack-cam-psram/tree/master/uart

ESP-IDF v3.2.3-167-g3b7777e22-dirty 2nd stage bootloader when try make flash getting error make[1]: No rule to make target /......./m5stack-cam-psram/uart/components/esp32-camera/driver/twi.c', needed bydriver/twi.o'. Stop. make: [component-esp32-camera-build] Error 2

chidea commented 4 years ago

according to this esp32-homekit-camera issue, go to menuconfig > Component config > driver configurations > RTCI0 configuration and enable it, save and build.

liubomyr-kozak commented 4 years ago

work for me, thanks