Hi,
I am trying to port swupdate over to OpenWrt. However, some missing shared libraries cannot be found.
/home/hank/Projects/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-13.3.0_musl/lib/gcc/aarch64-openwrt-linux-musl/13.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld.bfd: cannot find -lubi: No such file or directory
/home/hank/Projects/openwrt/staging_dir/toolchain-aarch64_cortex-a53_gcc-13.3.0_musl/lib/gcc/aarch64-openwrt-linux-musl/13.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld.bfd: cannot find -lmtd: No such file or directory
Is libubi and libmtd a part of mtd-utils and ubi-utils in the core library? Do I need to port these libraries myself?