lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 156 forks source link

LVGL Micropython with Raspberry Pi Pico #280

Closed MishalJasmine closed 1 year ago

MishalJasmine commented 1 year ago

I am currently trying to use the LVGL in micropython for Raspberry Pi Pico. I am using a Windows system. I followed these steps:

  1. git clone https://github.com/lvgl/lv_micropython.git
  2. cd lv_micropython
  3. git submodule update --init --recursive lib/lv_bindings
  4. make -C ports/rp2 BOARD=PICO submodules
  5. make -j -C mpy-cross

I am getting this error

make: Entering directory 'C:/Users/xxxx/lv_micropython/mpy-cross' Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. process_begin: CreateProcess(NULL, uname -s, ...) failed. Makefile:10: pipe: No error FIND: Parameter format not correct Access denied - ../LIB/LV_BINDINGS/LVGL/SRC Access denied - ../LIB/LV_BINDINGS/LVGL/EXAMPLES Access denied - ../LIB/LV_BINDINGS/DRIVER/GENERIC File not found - -TYPE File not found - F File not found - -NAME "LVGL-GEN build/lvgl/lv_mpy.c" The syntax of the command is incorrect. make: *** [../py/py.mk:46: build/lvgl/lv_mpy.c] Error 1 make: Leaving directory 'C:/Users/xxxx/lv_micropython/mpy-cross'

How do I resolve this issue?

amirgon commented 1 year ago

Dupicate of https://github.com/lvgl/lvgl/issues/4282#issuecomment-1589919157