-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Answers checklist.
- I have read the documentation of the component in question and the issue is not addressed there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
I downloaded the archive: espressif__spi_nand_flash from the component registry, When I tried running the example provided in the package., I encountered the error : Failed to resolve component 'spi_nand_flash'. I am not sure how to proceed further, because I was under the impression that the example would run with no interventions on my side.
Here is the call stack:
Processing 3 dependencies:
[3/3] idf (5.4.0)CMake Error at /home/onepower/esp/esp-idf/tools/cmake/build.cmake:268 (message):
Failed to resolve component 'spi_nand_flash'.
Call Stack (most recent call first):
/home/onepower/esp/esp-idf/tools/cmake/build.cmake:310 (__build_resolve_and_add_req)
/home/onepower/esp/esp-idf/tools/cmake/build.cmake:607 (__build_expand_requirements)
/home/onepower/esp/esp-idf/tools/cmake/project.cmake:710 (idf_build_process)
CMakeLists.txt:8 (project)
`