Closed lnetwalker closed 5 years ago
at least on the pinebook (arm64) the generated executables do not work check on Raspberry Pi !
https://forum.odroid.com/viewtopic.php?t=18806 perhaps its just the missing architecture? Investigate this !
its exactly as described in the above comment: tosolve the problem just do: sudo dpkg --add-architecture armhf sudo apt-get update sudo apt install libc6:armhf sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
the binaries of the ARM Distribution are not executable.