Crosscompiling QT for embedded linux
-
wrote on 20 Mar 2015, 15:38 last edited by
Hello,
I am currently working on a sbc6000x board (atmel at91sam9261, linux 2.6.24) and would like to run application from qt on it. As i understood i must first install qt on my embedded device but i have some issue.
Here for the installation part :
http://doc.qt.digia.com/4.6/qt-embedded-install.html
I can't use ./ configure or make on my embedded device, its don't know this kind of command and i can't update it. Is there a way to cross compile qt ? (and not cross compile an application like it is explained here : http://doc.qt.digia.com/4.6/qt-embedded-crosscompiling.html )Thank you for the future answers !
-
Hi and welcome to devnet,
configure is in the sources root folder. That's why it's called like that.
On a side note, please use at least the 4.8 series if you don't want to use Qt 5
1/2