Code: Select all
cpp-common/common/utils/utilities.cpp:88:10: fatal error: esp_timer.h: No such file or directory
88 | #include "esp_timer.h"
Code: Select all
if(IDF_TARGET)
set(COMPONENT_ADD_INCLUDEDIRS
common
"~/esp/esp-idf/components/pthread/include"
"~/esp/esp-idf/components/esp_timer/include"
)
set(COMPONENT_REQUIRES "esp_timer")
register_component()
endif()
Code: Select all
ninja: build stopped: subcommand failed.
BUG: component_requirements.py: esp_timer.h found in component esp_timer which is already in the requirements list of cpp-common