roovis wrote (2021-02-16):
mplc: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, for GNU/Linux 2.0.0, stripped
mystic: ELF 32-bit LSB executable, ARM EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armf.so.3, for GNU/Linux 2.0.0, stripped
Ran it against mplc which runs. Appears one is statically linked, and the other dynamically linked.
on my Raspbian 10 Buster I get this:
pi@raspberrypi:~ $ ls -la /lib/ld-linux-armf.so.3
^^^^
ls: cannot access '/lib/ld-linux-armf.so.3': No such file or directory
pi@raspberrypi:~ $ ls -la /lib/ld-linux-armhf.so.3
^^^^
lrwxrwxrwx 1 root root 30 Apr 3 2020 /lib/ld-linux-armhf.so.3 -> arm-linux-gnueabihf/ld-2.30.so
try "ldd mystic", is /lib/ld-linux-armf.so.3 found?
---
* Origin: . (21:3/102)