ESP-WHO示例工程无法编译

Ccssjnjn
Posts: 3
Joined: Mon Mar 25, 2024 12:58 pm

ESP-WHO示例工程无法编译

Postby Ccssjnjn » Wed Mar 27, 2024 7:38 am

一开始我是使用IDF4.4.7来尝试编译ESP-WHO的示例工程的。尝试了很久都没有成功。会报如下类似的错误
------------------------------------------------------------------------------------------------------------------------------------
Dependencies lock doesn't exist, solving dependencies.
CMake Error at E:/Espressif_5.0.4/frameworks/esp-idf-v5.0.4/tools/cmake/build.cmake:519 (message):
WARNING: Component "espressif/esp32-camera" not found

WARNING: Component "espressif/esp32-camera" not found

WARNING: Component "espressif/esp32_s3_eye_noglib" not found

WARNING: Component "espressif/mdns" not found

HINT: Please check manifest file of the following component(s): modules

ERROR: Because project depends on espressif/mdns (^1) which doesn't match
any versions, version solving failed.

Call Stack (most recent call first):
E:/Espressif_5.0.4/frameworks/esp-idf-v5.0.4/tools/cmake/project.cmake:530 (idf_build_process)
CMakeLists.txt:8 (project)


.-- Configuring incomplete, errors occurred!
See also "E:/esp-who-master/examples/human_face_detection/web/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1, output of the command is in the E:\esp-who-master\examples\human_face_detection\web\build\log\idf_py_stderr_output_22676 and E:\esp-who-master\examples\human_face_detection\web\build\log\idf_py_stdout_output_22676
----------------------------------------------------------------------------------------------------------------------------------

然后我把IDF版本切换到了5.0.4(上个版本没删),编译还是不通过,会报上面类似的错误(每次安装都测试过IDF,能编译IDF自带的示例工程)。但是我在虚拟机(Linux)上安装IDF5.0的版本,能编译通过。还有在以前没下载过IDF的电脑中,用IDF5.0.4版本都能编译通过。
可能是我删除IDF的方式有问题,我是直接将IDF文件夹直接删除的(在本次遇到问题前就在电脑上换过一次IDF版本)。关于我遇到的这个情况,有解决办法吗?

@Shawn
Posts: 14
Joined: Wed Dec 18, 2019 11:15 am

Re: ESP-WHO示例工程无法编译

Postby @Shawn » Thu Mar 28, 2024 2:47 am

删除没问题,但是每次切换IDF版本,都要运行一下 install.sh(在安装的时候运行一次) 和 export.sh,导入IDF-PATH等环境变量
你可以使用,查看IDF的路径是否正确
`echo $IDF_PATH`

Who is online

Users browsing this forum: No registered users and 51 guests