How to run Qt Linux compiled applications on RaspbianMinimal (RaspberryPi2) ?
Unsolved
QtonPi
-
Hi! A few days ago I received my RaspberryPi2 and I installed a Minimal Raspbian Jessie Image in order to run my Linux Compiled application on the Pi2. I installed X11 and then I copied the .exec compiled file into my Pi2 and I gave it u+x permissions in order to work, but when I did ./<appname> the terminal told me: "exec format error". I don't know why does this happens. Thanks in advance.
Carlos. -
Hi,
Did you compile your application with your desktop Qt and then copied it over the RPi2 ?