关于官方lvgl样例生成失败的疑惑
Posted: Sat Jul 23, 2022 1:16 pm
无论是vscode环境还是espressif都重装了很多遍,但是始终会在生成的时候出现以下问题:
CMake Error at C:/Users/CHUAN/esp/esp-idf/tools/cmake/component.cmake:369 (__component_get_property):
__component_get_property Function invoked with incorrect arguments for
function named: __component_get_property
Call Stack (most recent call first):
CMakeLists.txt:8 (idf_component_get_property)
CMake Error at CMakeLists.txt:9 (target_compile_options):
Cannot specify compile options for target "CONFIG_IDF_CMAKE" which is not
built by this project.
同时,执行 idf.py reconfigure命令时,也会有:
CMake Error at CMakeLists.txt:5 (message):
Current directory 'C:/Espressif/frameworks/esp-idf-v4.4.1' is not
buildable. Change directories to one of the example projects in
'C:/Espressif/frameworks/esp-idf-v4.4.1/examples' and try again.
的问题,新手入门,求大佬们教教qwq
CMake Error at C:/Users/CHUAN/esp/esp-idf/tools/cmake/component.cmake:369 (__component_get_property):
__component_get_property Function invoked with incorrect arguments for
function named: __component_get_property
Call Stack (most recent call first):
CMakeLists.txt:8 (idf_component_get_property)
CMake Error at CMakeLists.txt:9 (target_compile_options):
Cannot specify compile options for target "CONFIG_IDF_CMAKE" which is not
built by this project.
同时,执行 idf.py reconfigure命令时,也会有:
CMake Error at CMakeLists.txt:5 (message):
Current directory 'C:/Espressif/frameworks/esp-idf-v4.4.1' is not
buildable. Change directories to one of the example projects in
'C:/Espressif/frameworks/esp-idf-v4.4.1/examples' and try again.
的问题,新手入门,求大佬们教教qwq