This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Install executables (.exe) on arm architecture

Hi,

I want to install a windows software (LabView.exe) on Arm processor (Cortex A9 inside Zynq 7z020). I have installed linux (Ubuntu 16) OS on Zynq and its working fine. When i try to execute the LabView.exe file, it gives error "cannot execute binary file: Exec format error".

I have downloaded the linux supported file (Labview.deb) and installed on Zynq, but during running the installed (LabView.exe) file same error is shown.

I also made an attempt to install this file (LabView.exe) using wine, but wine does not supports arm architecture. 

Reason for this error is probably the mismatch of architecture. As the LabView.exe is comipled for i386 architecture and i am executing it on Arm architecture. Can someone help me to install LabView.exe on linux (Ubuntu 16) OS?