Esp-Eye build problem
Posted: Thu Jan 02, 2020 9:29 am
Hi,
I am trying to build an example project for the Esp-Eye board. I have installed esp-idf and set up the environmental variables. I am able to build and test the example projects inside of the esp-idf/examples directory. I know that library components inside of the esp-who are necessary to use Esp-Eye, so I set up the esp-who directory as well. Unfortunately, the "detection_with_command_line" example project fails the build process.
I get the following error message:
I have tried adding the component directory of esp-who to the EXTRA_COMPONENT_DIRS variable but without success. Any ideas?
Thanks in advance.
I am trying to build an example project for the Esp-Eye board. I have installed esp-idf and set up the environmental variables. I am able to build and test the example projects inside of the esp-idf/examples directory. I know that library components inside of the esp-who are necessary to use Esp-Eye, so I set up the esp-who directory as well. Unfortunately, the "detection_with_command_line" example project fails the build process.
I get the following error message:
- CMake Error at C:/Users/lhuch/esp-idf2/tools/cmake/component_utils.cmake:20 (message):
- Required component esp32-camera is not found in any of the provided
- COMPONENT_DIRS
- Call Stack (most recent call first):
- C:/Users/lhuch/esp-idf2/tools/cmake/scripts/expand_requirements.cmake:95 (find_component_path)
- C:/Users/lhuch/esp-idf2/tools/cmake/scripts/expand_requirements.cmake:114 (expand_component_requirements)
- C:/Users/lhuch/esp-idf2/tools/cmake/scripts/expand_requirements.cmake:217 (expand_component_requirements)
- CMake Error at C:/Users/lhuch/esp-idf2/tools/cmake/idf_functions.cmake:338 (message):
- Failed to expand component requirements
- Call Stack (most recent call first):
- C:/Users/lhuch/esp-idf2/tools/cmake/project.cmake:173 (idf_import_components)
- CMakeLists.txt:7 (project)
- -- Configuring incomplete, errors occurred!
- See also "C:/Users/lhuch/EspWhoWorkspace/New1/build/CMakeFiles/CMakeOutput.log".
- See also "C:/Users/lhuch/EspWhoWorkspace/New1/build/CMakeFiles/CMakeError.log".
- cmake failed with exit code 1
Thanks in advance.