求esp-IDF相关软件教程

末班车上的乘客
Posts: 18
Joined: Mon Feb 06, 2023 6:56 am

求esp-IDF相关软件教程

Postby 末班车上的乘客 » Mon Feb 06, 2023 7:05 am

新人求idf组织架构、驱动流程,bsp,应用详细移植过程,驱动编写教程。各种问题,编译器也没指出具体哪个文件出了问题,搞得比linux难度还大。vscode也不工作,build下面一直是空的

Processing 3 dependencies:
[1/3] espressif/esp_lcd_touch (1.0.3)
[2/3] idf (5.0.0)
[3/3] lvgl/lvgl (8.3.0)
CMake Error at C:/Espressif/frameworks/esp-idf-v5.0/tools/cmake/component.cmake:249 (message):
ERROR: Cannot process component requirements. Multiple candidates to
satisfy project requirements:

requirement: "lvgl" candidates: "lvgl__lvgl, lvgl"

Call Stack (most recent call first):
C:/Espressif/frameworks/esp-idf-v5.0/tools/cmake/build.cmake:553 (__component_get_requirements)
C:/Espressif/frameworks/esp-idf-v5.0/tools/cmake/project.cmake:440 (idf_build_process)
CMakeLists.txt:11 (project)


-- Configuring incomplete, errors occurred!
See also "C:/Espressif/frameworks/esp-idf-v5.0/esp-bsp/examples/86box_demo/build/CMakeFiles/CMakeOutput.log".
cmake failed with exit code 1, output of the command is in the c:\espressif\frameworks\esp-idf-v5.0\esp-bsp\examples\86box_demo\build\log\idf_py_stderr_output_2000 and c:\espressif\frameworks\esp-idf-v5.0\esp-bsp\examples\86box_demo\build\log\idf_py_stdout_output_2000
PS C:\Espressif\frameworks\esp-idf-v5.0\esp-bsp\examples\86box_demo>

ESP_lzw655
Posts: 27
Joined: Mon Oct 10, 2022 2:47 am

Re: 求esp-IDF相关软件教程

Postby ESP_lzw655 » Tue Feb 07, 2023 10:44 am

你好,根据报错信息可以看出是因为工程下有重复的 LVGL 组件,请查看工程目录下是否同时存在 components/lvgl 和 managed_components/lvgl__lvgl(包管理器自动拉取,详细见文档 https://docs.espressif.com/projects/esp ... _component),如是则删除其中一个,推荐使用后者。

Who is online

Users browsing this forum: No registered users and 33 guests