On 05.12.21 20:22, Aurelien Jarno wrote: > libc6:armhf does provide the /lib/ld-linux-armhf.so.3. Do you have it > installed?
I see. Maybe I messed up that symlink while trying to find an error. Say, do users have to export LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib? I am asking because without it I am getting a.out: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory when running qemu-arm a.out. (libstdc++6-armhf-cross is installed.) -rbk.