Code: Select all
Directory specified in EXTRA_COMPONENT_DIRS doesn't exist: E:/components
Code: Select all
Directory specified in EXTRA_COMPONENT_DIRS doesn't exist: E:/components
Alternatively, EXTRA_COMPONENT_DIRS can be set in the top-level CMakeLists.txt to look for components in other places.
Code: Select all
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(EXTRA_COMPONENT_DIRS
../../components (Was this the line that was the issue?)
)
add_compile_options(-fdiagnostics-color=always
-Wno-format
-DLV_LVGL_H_INCLUDE_SIMPLE
-Wno-ignored-qualifiers
-Wno-unused-function
-Wno-unused-variable)
project(smart_panel)
Users browsing this forum: AG_OHP, Google [Bot] and 68 guests