Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: zdenekrejci on October 29, 2016, 02:44:48 PM

Title: Using QT Creator for A13 Onlinuxino
Post by: zdenekrejci on October 29, 2016, 02:44:48 PM
Hi guys can someone help? I have searched in posts to get this working but havent found a single solution.
Ihave the A13 Onlinuxino and would like to create GUI program in QT creator so I installed the QTCREATOR
as this tutorial says
https://www.olimex.com/forum/index.php?topic=4084.msg17293#msg17293

the last command to run it says canot execute the binary file

# wget http://download.qt-project.org/official_releases/qtcreator/3.3/3.3.0/qt-creator-opensource-linux-x86-3.3.0.run
# chmod +x qt-creator-opensource-linux-x86-3.3.0.run
#./qt-creator-opensource-linux-x86-3.3.0.run

i have tested this directly on my A13 and also on my regular notebook and just not executing.

any ideas?

My system on - onlinuxino is the Debian release
Title: Re: Using QT Creator for A13 Onlinuxino
Post by: JohnS on October 29, 2016, 04:00:25 PM
Maybe missing something.  Suppose a .so - try ldd.

John