Hello, recently I got access on Azure Cobalt 100 cpu, so I test build Coreelec.
I know it’s not officially supported, but if someone can help me that will be nice.
To build I use
PROJECT=Amlogic-ce DEVICE=Amlogic-no ARCH=aarch64 make image
After waiting, it logs the build error
After dissecting the error I can see that build script does not detect ld-linux-x86-64.so.2 even when it alredy mapped in /script/checkdeps.
Am I supposed to add the sysmlink? Thanks