lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
291 stars 310 forks source link

cMakeList file can't compile. #233

Open gkitambala opened 1 year ago

gkitambala commented 1 year ago

Hello I am trying to use these drivers with a WT32-SC01 on ESP32 but when I try to build the project, I get this error:

CMake Error at C:/Users/gkitambala/esp/esp-idf/tools/cmake/component.cmake:219 (message): CMake Warning (dev) at build_properties.temp.cmake:8:

Syntax Warning in cmake code at column 51

Argument not separated from preceding token by whitespace.

Call Stack (most recent call first):

C:/Users/gkitambala/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:3 (include)

This warning is for project developers. Use -Wno-dev to suppress it.

fatal: not a git repository (or any of the parent directories): .git

CMake Error at C:/Users/gkitambala/Desktop/SquareLine_Project/components/lv_drivers/CMakeLists.txt:3 (project):

project command is not scriptable

Call Stack (most recent call first):

C:/Users/gkitambala/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:106 (include)
C:/Users/gkitambala/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake:124 (__component_get_requirements)

Call Stack (most recent call first): C:/Users/gkitambala/esp/esp-idf/tools/cmake/build.cmake:488 (__component_get_requirements) C:/Users/gkitambala/esp/esp-idf/tools/cmake/project.cmake:384 (idf_build_process) CMakeLists.txt:19 (project)

-- Configuring incomplete, errors occurred! See also "C:/Users/gkitambala/Desktop/SquareLine_Project/build/CMakeFiles/CMakeOutput.log". cmake failed with exit code 1

How can I solve this please?

kisvegabor commented 1 year ago

Are you sure it's related to this repo?

stale[bot] commented 1 year ago

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.