Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
itod
on 31/10/2018, 20:16:07 UTC
Hi Ighor, I'm having difficulties with compilation of the new version of Qt trader.

First is, I cannot start compiling because:

Code:
pi@raspberrypi:~/Apps/QtBitcoinTrader/src $ QT_SELECT=5 qmake QtBitcoinTrader_Desktop.pro
Info: creating stash file /home/pi/Apps/QtBitcoinTrader/src/.qmake.stash
Project ERROR: Qt 5.7.1 is no longer supported. In order to compile Qt Bitcoin Trader you need update at least to Qt 5.9 http://qt.io/download-open-source/


So I tried precompiled linux binary, and it also failed:

Code:
pi@raspberrypi:~/Apps $ ./QtBitcoinTrader_linux-x86_64.run
bash: ./QtBitcoinTrader_linux-x86_64.run: cannot execute binary file: Exec format error



I'm on raspberry pi x64, updated and upgraded to latest version today but there is no newer version Qt than 5.7.1.

Beside that, this "Exec format error" to me seems like incompatible processor architecture. Binary is for x64, and I have arm. Can I ask you to share such version or how I can resolve the Qt version mismatch?

Buy yourself a processor. Of course you can not run Intel binaries on ARM processor, and if there is no Qt 5.9 for your ARM you are doomed. Even if you manage to find latest Qt for ARM, it is highly unlikely you will manage to run this on such a shitty processor.