sukesh-ak / LVGL8-WT32-SC01-IDF

ESP32 + WT32-SC01 + LOVYANGFX + LVGL8 using ESP-IDF (C++)
The Unlicense
51 stars 18 forks source link

Failed to compile the project #1

Closed gkitambala closed 2 years ago

gkitambala commented 2 years ago

Hey! Thanks for this amazing project. I have the same hardware as specified but when I try to run the commmand idf.py menuconfig I get the error:

CMake Error at C:/Users/gkitambala/esp/esp-idf/tools/cmake/build.cmake:201 (message): Failed to resolve component 'LovyanGFX'. Call Stack (most recent call first): C:/Users/gkitambala/esp/esp-idf/tools/cmake/build.cmake:227 (build_resolve_and_add_req) C:/Users/gkitambala/esp/esp-idf/tools/cmake/build.cmake:509 (build_expand_requirements) C:/Users/gkitambala/esp/esp-idf/tools/cmake/project.cmake:384 (idf_build_process) CMakeLists.txt:6 (project)

Please tell me how to resolve this. Thanks

sukesh-ak commented 2 years ago

@gkitambala After clone command switch to the project folder and try

git submodule update --init --recursive

sukesh-ak commented 2 years ago

You can also check this updated sample as well for IDF.

https://github.com/sukesh-ak/LVGL8x-SDSPI-Template

gkitambala commented 2 years ago

This has worked. Thank you @sukesh-ak.

sukesh-ak commented 2 years ago

@gkitambala Don't forget to check the updated sample https://github.com/sukesh-ak/ESP32-TUX