You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling....
Traceback (most recent call last):
File "/home/lubuntu/lvgl_micropython/make.py", line 309, in
mod.compile(*extra_args)
TypeError: builder.compile() argument after * must be an iterable, not NoneType
May be I'm missing some option in the comand line?
Regards.
The text was updated successfully, but these errors were encountered:
Hi,
I have very little experience with Linux.While trying to compile for WIO terminal I get this error
python3 make.py samd BOARD=SEEED_WIO_TERMINAL DISPLAY=ili9341
Compiling....
Traceback (most recent call last):
File "/home/lubuntu/lvgl_micropython/make.py", line 309, in
mod.compile(*extra_args)
TypeError: builder.compile() argument after * must be an iterable, not NoneType
May be I'm missing some option in the comand line?
Regards.
The text was updated successfully, but these errors were encountered: