Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-IDF V4.4 make errors #325

Open
kk8900 opened this issue Feb 1, 2024 · 2 comments
Open

ESP-IDF V4.4 make errors #325

kk8900 opened this issue Feb 1, 2024 · 2 comments

Comments

@kk8900
Copy link

kk8900 commented Feb 1, 2024

make -j -C ports/esp32 BOARD=GENERIC_S3_SPIRAM USER_C_MODULES=~/esp/lv_micropython/lib/lv_bindings/bindings.cmake

The error message is as follows,How to solve it?

CMake Error at /home/le/esp/lv_micropython/lib/lv_bindings/bindings.cmake:6 (include):
include could not find requested file:

/home/le/esp/lv_micropython/lib/lv_bindings/lvgl/CMakeLists.txt

Call Stack (most recent call first):
/home/le/esp/lv_micropython/py/usermod.cmake:42 (include)
main/CMakeLists.txt:14 (include)

CMake Error at /home/le/esp/lv_micropython/lib/lv_bindings/mkrules.cmake:39 (target_compile_options):
target_compile_options called with incorrect number of arguments
Call Stack (most recent call first):
/home/le/esp/lv_micropython/lib/lv_bindings/mkrules.cmake:98 (lv_bindings)
/home/le/esp/lv_micropython/lib/lv_bindings/bindings.cmake:20 (all_lv_bindings)
/home/le/esp/lv_micropython/py/usermod.cmake:42 (include)
main/CMakeLists.txt:14 (include)

CMake Error at /home/le/esp/lv_micropython/lib/lv_bindings/mkrules.cmake:39 (target_compile_options):
target_compile_options called with incorrect number of arguments
Call Stack (most recent call first):
/home/le/esp/lv_micropython/lib/lv_bindings/mkrules.cmake:131 (lv_bindings)
/home/le/esp/lv_micropython/lib/lv_bindings/bindings.cmake:20 (all_lv_bindings)
/home/le/esp/lv_micropython/py/usermod.cmake:42 (include)
main/CMakeLists.txt:14 (include)

CMake Error at /home/le/esp/lv_micropython/py/usermod.cmake:9 (get_target_property):
get_target_property() called with non-existent target "lvgl_interface".
Call Stack (most recent call first):
/home/le/esp/lv_micropython/py/usermod.cmake:24 (usermod_gather_sources)
/home/le/esp/lv_micropython/py/usermod.cmake:24 (usermod_gather_sources)
/home/le/esp/lv_micropython/py/usermod.cmake:47 (usermod_gather_sources)
main/CMakeLists.txt:14 (include)

CMake Error at /home/le/esp/lv_micropython/py/usermod.cmake:15 (get_target_property):
get_target_property() called with non-existent target "lvgl_interface".
Call Stack (most recent call first):
/home/le/esp/lv_micropython/py/usermod.cmake:24 (usermod_gather_sources)
/home/le/esp/lv_micropython/py/usermod.cmake:24 (usermod_gather_sources)
/home/le/esp/lv_micropython/py/usermod.cmake:47 (usermod_gather_sources)
main/CMakeLists.txt:14 (include)

CMake Error at /home/le/esp/lv_micropython/py/usermod.cmake:21 (get_target_property):
get_target_property() called with non-existent target "lvgl_interface".
Call Stack (most recent call first):
/home/le/esp/lv_micropython/py/usermod.cmake:24 (usermod_gather_sources)
/home/le/esp/lv_micropython/py/usermod.cmake:24 (usermod_gather_sources)
/home/le/esp/lv_micropython/py/usermod.cmake:47 (usermod_gather_sources)
main/CMakeLists.txt:14 (include)

@PGNetHun
Copy link
Collaborator

Hello!
Current MicroPython-LVGL binding version (MP: v1.20, LVGL: v9) does not support ESP32-S3, but I'm going to upgrade to latest MicroPython version (1.22.x), it just needs time.

Btw there is an another repo with MicroPython v1.22 & LVGL v9 you can check: https://github.com/kdschlosser/lvgl_micropython
The main difference is that there the LVGL is added to MicroPython as a separate user module.

@kk8900
Copy link
Author

kk8900 commented Feb 19, 2024

Hello! Current MicroPython-LVGL binding version (MP: v1.20, LVGL: v9) does not support ESP32-S3, but I'm going to upgrade to latest MicroPython version (1.22.x), it just needs time.

Btw there is an another repo with MicroPython v1.22 & LVGL v9 you can check: https://github.com/kdschlosser/lvgl_micropython The main difference is that there the LVGL is added to MicroPython as a separate user module.

Thank you for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants