LVGL (micropython) keyboard .c module to .mpy #12166
Unanswered
SL2021-Dev
asked this question in
Using MicroPython
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
lv_micropython/lib/lv_bindings/lvgl/src/widgets/keyboard/lv_keyboard.c
So I want to make lv_keyboard.c into keyboard.mpy using Native machine code WITHOUT needing to rebuilding lv_microPython.
There is going to be a lot of trial and error editing on the lv_keyboard.c
Getting Error...
LINK build/lv_keyboard.o
LinkError: build/lv_keyboard.o: .data.rel.local non-empty
make: *** [../../../../../../py/dynruntime.mk:150: build/keyboard.native.mpy] Error 1
Not at all familiar with compiling or the C language.
Help would be greatly appreciated !!!
Beta Was this translation helpful? Give feedback.
All reactions