I am building lv_micropython on NXP iMX.8 under Debian Linux.
When I run make -C ports/unix/
I am getting:
make: Entering directory '/root/lv_micropython/ports/unix'
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
MPY imagetools.py
error compiling /root/lv_micropython/lib/lv_bindings/lib/imagetools.py:
Traceback (most recent call last):
File "imagetools.py", line 33, in <module>
SyntaxError: invalid arch
make: *** [../../py/mkrules.mk:142: build-standard/frozen_content.c] Error 1
make: Leaving directory '/root/lv_micropython/ports/unix'
Please help!