Lv_keyboard.c to keyboard.mpy

I am going to be editing the lv_keyboard.c and there is going to be a lot of trial and error.
So I want to make lv_keyboard.c into keyboard.mpy using Native machine code
WITHOUT having to rebuilding lv_microPython.

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 !!!

I’m not sure you can do that because lv_keyboard.c is linked as part of LVGL library and is not a standalone Micropython module.

Anyway, if you succeed, please let us know!