I try to run luckfox_pico_lvgl_example at Luckfox Pico Ultra RV1106 with
Installed Ubuntu from official wiki https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-RV1106/Luckfox-Pico-Ultra-W/Luckfox-Pico-emmc-burn-image
Link to download: https://drive.google.com/drive/folders/1r6Ulc_crJar1entKbK7GEJSq14HXL8ao
Need install library
apt install libcjson-dev
But I do not know where to get libc.so.0? How to install it?
pico@luckfox:~$ ldd ./luckfox_lvgl_demo libdrm.so.2 => /lib/arm-linux-gnueabihf/libdrm.so.2 (0xa6f70000) libcjson.so.1 => /lib/arm-linux-gnueabihf/libcjson.so.1 (0xa6f50000) libc.so.0 => not found libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xa6e20000) /lib/ld-uClibc.so.0 => /lib/ld-linux-armhf.so.3 (0xa6f90000) pico@luckfox:~$

I try to run luckfox_pico_lvgl_example at Luckfox Pico Ultra RV1106 with
Installed Ubuntu from official wiki https://wiki.luckfox.com/Luckfox-Pico/Luckfox-Pico-RV1106/Luckfox-Pico-Ultra-W/Luckfox-Pico-emmc-burn-image
Link to download: https://drive.google.com/drive/folders/1r6Ulc_crJar1entKbK7GEJSq14HXL8ao
Need install library
apt install libcjson-dev
But I do not know where to get libc.so.0? How to install it?
pico@luckfox:~$ ldd ./luckfox_lvgl_demo libdrm.so.2 => /lib/arm-linux-gnueabihf/libdrm.so.2 (0xa6f70000) libcjson.so.1 => /lib/arm-linux-gnueabihf/libcjson.so.1 (0xa6f50000) libc.so.0 => not found libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xa6e20000) /lib/ld-uClibc.so.0 => /lib/ld-linux-armhf.so.3 (0xa6f90000) pico@luckfox:~$