Skip to content

Build ESP32S3 failed #351

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

Open
wang-yupu opened this issue Jul 22, 2024 · 2 comments
Open

Build ESP32S3 failed #351

wang-yupu opened this issue Jul 22, 2024 · 2 comments

Comments

@wang-yupu
Copy link

I build esp32/GENERIC, esp32/GENERIC_SPIRAM, esp32/GENERIC_S3_SPIRAM and esp32/GENERIC_S3_SPIRAM_OCT.
esp32/GENERIC_S3_SPIRAM and esp32/GENERIC_S3_SPIRAM_OCT is failed.
There is my build commands:

git clone https://github.com/lvgl/lv_micropython.git
cd lv_micropython
git submodule update --init --recursive lib/lv_bindings
make -C mpy-cross
make -C ports/esp32 submodules
make -C ports/esp32 LV_CFLAGS="-DLV_COLOR_DEPTH=16" BOARD=GENERIC_S3 deploy

GCC's warning (clip) (but treated as erors):
2.md
1.md

@JayZorn-LJZ
Copy link

@PGNetHun
Copy link
Collaborator

Hello @wang-yupu ,
MicroPython-LVGL binding is updated with MicroPython v1.24.1 version, so you should be able to compile ESP32-S3 firmware now.
LVGL binding is now built as MicroPython user module.
Please test the build and respond with your result.
Thank you!

PS:
build scripts are also added into scripts folder: https://github.com/lvgl/lv_micropython/tree/master/scripts

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

3 participants