Code: Select all
/Volumes/esp-open-sdk/ESP_IDF/esp-idf/components/app_update/esp_ota_ops.c:38:21
fatal error: esp_log.h: No such file or directory
Code: Select all
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
检查项目工程目录后我们发现,在项目文件夹下,我们新建了一个名为 log 的文件夹,用于存放调试过程中的log文件。该文件夹与components下的log模块文件夹同名,造成编译系统不对idf的log模块进行编译。
将该 文件夹/文件 重命名或删除后重新编译项目,能够顺利编译通过。
Code: Select all
ls
CMakeLists.txt README.md log sdkconfig
Makefile build main sdkconfig.old