"cannot execute binary file: Exec format error"
Solved
QtonPi
-
hi,
I can execute qt program created by 32 bit Qt-creator software on rpi3 but when I execute programs compiled by 64 bit Qt software on rpi3, I've got this error
"cannot execute binary file: Exec format error"
I compiled qt5.8 by 64 bit gcc arm compiler but I can't execute programs compiled by 64 bit qt-creator software. How to resolve this problem? -
Hi,
Is you RPi running a 64bit system ?
What does
file name_of_your_application
return ? -
Hi dear SGaist,
file myApp returns as follow:
myApp: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=183a9aff7892cd7c5a7ecbaa95fcce4e152971a4, not stripped
Is there any way to fix it?