1
I’m trying to run a code on Linux and I’m getting this message:
Cannot execute Binary file: Exec format error
I did some research and this could be because of the structure of my pc, but from what I see my pc has the right structure for the file I want to run.
Look at:
File NomeFile
NomeFile: Mach-O 64-bit x86_64 executable
uname -a
Linux ubuntu 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
If I’m not mistaken, it’s not a conflict of bits No? And if that’s not how I can fix it?
Obs.: The executable I’m trying to run was first programmed on Mac and was passed to Linux, I didn’t think it would be a problem since both work with Unix.