Open Cun-Jiang opened 1 year ago
And the folders
lvgl
andlvgl_esp32_drivers
are empty。
This is the likely source of your error; those directories should not be empty. Are you certain you did git clone --recurse-submodules git@github.com:lvgl/lv_port_esp32.git
?
In any case, try doing git submodule update --init --recursive
in the lv_port_esp32
top directory, and see if that fixes the issue.
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.
And the folders
lvgl
andlvgl_esp32_drivers
are empty。This is the likely source of your error; those directories should not be empty. Are you certain you did
git clone --recurse-submodules git@github.com:lvgl/lv_port_esp32.git
?In any case, try doing
git submodule update --init --recursive
in thelv_port_esp32
top directory, and see if that fixes the issue.
That worked for me! Thanks!
Describe the issue I follow the README.md ,run git clone --recurse-submodules https://github.com/lvgl/lv_port_esp32.git. However,when i run idf.py menuconfig,something went wrong. And the folders
lvgl
andlvgl_esp32_drivers
are empty。-- Configuring incomplete, errors occurred! See also "D:/ESPprojects/LVGL/lv_port_esp32/build/CMakeFiles/CMakeOutput.log". cmake failed with exit code 1` ESP32 Chip version esp32s3 ESP-IDF version esp-idf 5.0