Trying to install the Qt Online Installer
-
After downloading the Online QT Installer for open source, changed the permission making the .run file executable and double-clicking, happens nothing. Also using right mouse button and "Run". From terminal I get the error message: "$ ./qt-unified-linux-x64-4.5.2-online.run
bash: ./qt-unified-linux-x64-4.5.2-online.run: cannot execute binary file: Exec format error".What could be the problem?
I'm running on Jetson Nano, with ubuntu release 20.04.6 LTS
Thank you you for suggestions!
-
After downloading the Online QT Installer for open source, changed the permission making the .run file executable and double-clicking, happens nothing. Also using right mouse button and "Run". From terminal I get the error message: "$ ./qt-unified-linux-x64-4.5.2-online.run
bash: ./qt-unified-linux-x64-4.5.2-online.run: cannot execute binary file: Exec format error".What could be the problem?
I'm running on Jetson Nano, with ubuntu release 20.04.6 LTS
Thank you you for suggestions!
@PK001 said in Trying to install the Qt Online Installer:
I'm running on Jetson Nano, with ubuntu release 20.04.6 LTS
That is ARM, right?
The installer is for x86_64.
Either use Qt provided by Ubuntu or build Qt by yourself. -
After downloading the Online QT Installer for open source, changed the permission making the .run file executable and double-clicking, happens nothing. Also using right mouse button and "Run". From terminal I get the error message: "$ ./qt-unified-linux-x64-4.5.2-online.run
bash: ./qt-unified-linux-x64-4.5.2-online.run: cannot execute binary file: Exec format error".What could be the problem?
I'm running on Jetson Nano, with ubuntu release 20.04.6 LTS
Thank you you for suggestions!
-
@PK001 The image is from https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image
Hi,
That's not the issue. Your device is ARM based and the installer is for x86_64.
Either use apt to install Qt's development packages or build it yourself.