代码是从https://github.com/espressif/esp-iot-solution/下载的,不管是使用git下载,还是download压缩包,代码都是一样的。
下面是几个下载过程和编绎的图片。
我编绎的是工程“usb_camera_sd_card”.
使用命令idf.py set-target esp32s2提示以下错误:
Directory 'i:\esp32-s2-c3\esp-dev\esp-dev-kits-master\aa\esp-iot-solution\examples\usb\host\usb_camera_sd_card\build' doesn't seem to be a CMake build directory. Refusing to automatically delete files in this directory. Delete the directory manually to 'clean' it.
使用命令idf.py build提示以下错误:
-- Building ESP-IDF components for target esp32
CMake Error at I:/ESP32/esp-idf-v4.3/tools/cmake/build.cmake:189 (message):
Failed to resolve component 'usb'.
Call Stack (most recent call first):
I:/ESP32/esp-idf-v4.3/tools/cmake/build.cmake:215 (__build_resolve_and_add_req)
I:/ESP32/esp-idf-v4.3/tools/cmake/build.cmake:435 (__build_expand_requirements)
I:/ESP32/esp-idf-v4.3/tools/cmake/project.cmake:396 (idf_build_process)
CMakeLists.txt:17 (project)
-- Configuring incomplete, errors occurred!
See also "I:/ESP32-S2-C3/ESP-dev/esp-dev-kits-master/aa/esp-iot-solution/examples/usb/host/usb_camera_sd_card/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1
我使用的环境是IDF4.3,编绎4.3自带的教程是没有问题的,有大神指点一下问题所在吗?
切换到usb/add_usb_solutions后使用命令:git submodule update --init --recursive的方法我试了,错误是一样的。
[已解决] 下载esp-iot-solution后无法编绎问题
[已解决] 下载esp-iot-solution后无法编绎问题
- Attachments
-
- git下载
- 下载.jpg (57.83 KiB) Viewed 10630 times
-
- 编绎其中一个工程出错
- 编绎出错.jpg (154.77 KiB) Viewed 10630 times
-
- git下载后,updata了工程
- update.jpg (57.83 KiB) Viewed 10630 times
-
- Posts: 290
- Joined: Wed Sep 05, 2018 6:23 am
Re: 下载esp-iot-solution后无法编绎问题
用idf4.4, usb component 从4.4版本才开始引入的
Re: 下载esp-iot-solution后无法编绎问题
我看官网要求是IDF4.3就行了,大神,确定是4.4才支持吗?
官方关于esp-iot-solution的说明:
https://docs.espressif.com/projects/esp ... d.html#id2
- Attachments
-
- 官网上说明
- IDF版本.jpg (45.43 KiB) Viewed 10569 times
Re: 下载esp-iot-solution后无法编绎问题
你用的是 iot-solution 的哪个分支? 和 USB 相关的工程应该是在 IOT-SOLUTION 的一个特殊分支上
Re: 下载esp-iot-solution后无法编绎问题
直接切换到这个分支就行了,然后切换完 git submodule update --init --recursive 更新下子模块
Who is online
Users browsing this forum: No registered users and 84 guests