Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Error at /home/ai/esp/esp-idf/tools/cmake/build.cmake:519 (message): ERROR: Solver failed processing dependency "espressif/usb_host_cdc_acm" from the manifest file "/***/idf_component.yml". (IEC-39) #226

Open
3 tasks done
287662354 opened this issue Aug 21, 2023 · 1 comment

Comments

@287662354
Copy link

Answers checklist.

  • I have read the component documentation ESP-IDF Components and the issue is not addressed there.
  • I am using target and esp-idf version as defined in component's idf_component.yml
  • I have searched the issue tracker for a similar issue and not found any related issue.

Which component are you using? If you choose Other, provide details in More Information.

bdc_motor

ESP-IDF version.

espidf5.0.2

Development Kit.

custome board

Used Component version.

2.0.0

More Information.

打算从meshlite 0.2改成0.4 删除yml文件后重新添加依赖meshlite mordem等,结果 移植报错HTTP request error报错 无法拉取esp_modem_usb_dte,
修改后的yml文件如下:
dependencies:
joltwallet/littlefs: "^1.7.0"
espressif/mesh_lite: "^0.4.0"
espressif/esp_modem:
version: 0.*
espressif/esp_modem_usb_dte:
public: true
rules:
- if: target in [esp32s2, esp32s3]
- if: idf_version >= 4.4
version: 1.*

Required IDF version

idf:
version: ">=4.1.0"

@github-actions github-actions bot changed the title CMake Error at /home/ai/esp/esp-idf/tools/cmake/build.cmake:519 (message): ERROR: Solver failed processing dependency "espressif/usb_host_cdc_acm" from the manifest file "/***/idf_component.yml". CMake Error at /home/ai/esp/esp-idf/tools/cmake/build.cmake:519 (message): ERROR: Solver failed processing dependency "espressif/usb_host_cdc_acm" from the manifest file "/***/idf_component.yml". (IEC-39) Aug 21, 2023
@leeebo
Copy link

leeebo commented Sep 14, 2023

请更新 component manager 再测试一下

pip install idf_component_manager --upgrade

(记得先 export IDF 环境,然后再 pip install)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants