You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses the legacy Makefile-based build system (that was the standard when I started it). It's tested with the IDF 4.4.x, currently I'm using it with 4.4.2. I have never tried to build with 5.x, the migration is planned for some time in the not too distant future.
it seems components' CMakeLists.txts are not compatible, could you provide which version of IDF you're using, or fix this error please?
error output is:
CMake Error at /home/xxx/esp/esp-idf/tools/cmake/component.cmake:224 (message):
CMake Warning (dev) at build_properties.temp.cmake:8:
Call Stack (most recent call first):
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at
/home/xxx/Codes/net-player-esp32/components/libFLAC/CMakeLists.txt:3
(check_include_file):
Call Stack (most recent call first):
Call Stack (most recent call first):
/home/xxx/esp/esp-idf/tools/cmake/build.cmake:553 (__component_get_requirements)
/home/xxx/esp/esp-idf/tools/cmake/project.cmake:440 (idf_build_process)
CMakeLists.txt:7 (project)
The text was updated successfully, but these errors were encountered: