My 64Bit ARM platform is shipped with Ubuntu 16 and I need to run my 32 bit App which is compiled for ARM32:
[root@artik publish]# file myApp
myApp: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, BuildID[sha1]=b455beda566647d2bfebccd157261c60c60f64b3, stripped
Is it possible to run an ARM32 bit app on an ARM64bit Ubuntu 16.0? What are the needed 32 bit libraries that can support the ARM32 bit app and where should I install them from?
Below article answers this same question for x86 but how can I do it for Arm32 apps on ARM64?
How to run 32-bit app in Ubuntu 64-bit?
Thanks in advance, Emeel