Hello team,
I have built my own carrier board with Lx2160a solidrun ComE module. I am using the delvelop-ls-5.15.72-2.2.0 branch to build the linux using Docker on a VM.
uname -a
Linux sync008 6.8.0-78-generic #78~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Aug xx xx:xx:xx UTC x x86_64 x86_64 x86_64 GNU/Linux
I am able to boot but I see Exec format error when trying to run some basic utilities like apt-get or even apt from /usr/bin.
Even some libraries (not all) has the same issue when i checked with file command
root@localhost:/lib/aarch64-linux-gnu# file libsystemd.so.0.32.0
libsystemd.so.0.32.0: data
I am using VM on windows computer for the build process (cross compiling).
What could cause such issue?