crosscompile from aarch64 to armhf
I can't figure out how to cross-compile this from aarch64 to armhf., maybe something to do with the yml config file?
I have box86 and box64 working as well as mesa and wine working there too.
I've already compiled gl4es on arm64 and it's working but of course it won't work if I run the armhf version of glxgears or glxversion after installing mesa-utils:armhf.
My knowledge is too limited for this and perhaps it might be handy for someone else, however I have the gut feeling that there's something obvious I'm overlooking.
Im running debian blulseyes aarch64 in termux proot, the usual stuff.
PS. I've used the prefix switcher for termux to run in armhf mode and everything works just fine including gl4es compiling and usage in armhf.
Can't you just install gcc-arm-linux-gnueabihf and use CC env. var. before using cmake for the 1st time to just use it?