I am compiling a c++ program using Eclipse in Ubuntu 16.10. When I try to run the executable file in my beaglebone black with OS debian 8.7 jessie the system gives me the following error: -bash: ./program: cannot execute binary file: Exec format error
Asked
Active
Viewed 701 times
0
-
1Cross site dupe: https://askubuntu.com/questions/648555/bash-program-cannot-execute-binary-file-exec-format-error. – Ron May 08 '18 at 08:07
-
@Ron this is a different question, you can see it in the different environment. I have tried all the solutions that are posted in that link and I still having the same problem – ClaudiaGR May 08 '18 at 08:19
-
Can you post the output of `file ./program`? – hlt May 09 '18 at 19:25