esp-mesh-lite编译错误
Posted: Sat Nov 04, 2023 9:59 am
我在github上面下载的esp-mesh-lite程序包,idf安装的是5.1.1版本,我进入esp-mesh-lite的esp-mesh-lite/examples
/mesh_local_control目录运行 idf.py set-target esp32c3 提示以下错误,这个esp-mesh-lite应该是支持esp32c3 ,怎么只提示适合"esp32s2", "esp32s3"
CMake Error at E:/Espressif/frameworks/esp-idf-v5.1.1/tools/cmake/build.cmake:540 (message):
HINT: Component "espressif/usb_host_cdc_acm" has suitable versions for
other targets: "esp32s2", "esp32s3". Is your current target "esp32c3" set
correctly?
ERROR: Solver failed processing dependency "espressif/usb_host_cdc_acm"
from the manifest file
"E:/esp-mesh-lite-master/examples/mesh_local_control/main\idf_component.yml".
Cannot find versions of "espressif/usb_host_cdc_acm" satisfying "2.*" for
the current target "esp32c3".
Call Stack (most recent call first):
E:/Espressif/frameworks/esp-idf-v5.1.1/tools/cmake/project.cmake:547 (idf_build_process)
CMakeLists.txt:7 (project)
/mesh_local_control目录运行 idf.py set-target esp32c3 提示以下错误,这个esp-mesh-lite应该是支持esp32c3 ,怎么只提示适合"esp32s2", "esp32s3"
CMake Error at E:/Espressif/frameworks/esp-idf-v5.1.1/tools/cmake/build.cmake:540 (message):
HINT: Component "espressif/usb_host_cdc_acm" has suitable versions for
other targets: "esp32s2", "esp32s3". Is your current target "esp32c3" set
correctly?
ERROR: Solver failed processing dependency "espressif/usb_host_cdc_acm"
from the manifest file
"E:/esp-mesh-lite-master/examples/mesh_local_control/main\idf_component.yml".
Cannot find versions of "espressif/usb_host_cdc_acm" satisfying "2.*" for
the current target "esp32c3".
Call Stack (most recent call first):
E:/Espressif/frameworks/esp-idf-v5.1.1/tools/cmake/project.cmake:547 (idf_build_process)
CMakeLists.txt:7 (project)