Hello,
I got an error when executing a binary file on FreeBSD 12. Can anyone help?
I got an error when executing a binary file on FreeBSD 12. Can anyone help?
Code:
$ ./linux.run
ELF binary type "3" not known.
-bash: ./linux.run: cannot execute binary file: Exec format error
$ file linux.run
linux.run: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, stripped
$ uname -m
amd64