dgm78 Posted March 6, 2020 Posted March 6, 2020 Hi! I installed libhybris on my armbian 19.11.5 (kernel 5.5.0) to use mali user space drivers from android. After done, I have verified that my system can not run armhf, so not calling libhybris libEGL.so. I already ran apt --add-architecture armhf; update; install libc6:armhf, but still can not run 32-bit armhf, why?
ej0rge Posted March 8, 2020 Posted March 8, 2020 I am very confused. Did you run "sudo apt --add-architecture armhf" and not just "apt --add-architecture"? Also it's libc6 not livc6. try "sudo apt-get install libhybris:armhf" I don't have the specific experience with libhybris but i do have multiarch working on my H5
dgm78 Posted March 9, 2020 Author Posted March 9, 2020 15 hours ago, ej0rge said: I am very confused. Did you run "sudo apt --add-architecture armhf" and not just "apt --add-architecture"? Also it's libc6 not livc6. try "sudo apt-get install libhybris:armhf" I don't have the specific experience with libhybris but i do have multiarch working on my H5 Yes, only typing error. Maybe my kernel compiled without support?
dgm78 Posted March 10, 2020 Author Posted March 10, 2020 Check that kernel has CONFIG_COMPAT disable, I will enable and recompile it to test.
Recommended Posts