Reputation: 45
I am using A13 Olinuxino (armv5) board and QT Creator.
How can I cross compile my QT applications for that target platform?
Upvotes: 2
Views: 1319
Reputation: 79685
It seems that Nick Guthrie has managed to compile Qt applications for an A13 Olinuxino (armv5) board. There is a video showing a Qt application running on that board.
He talks about it in this forum post.
Most importantly, he gives a link to a fully configured cross-compiling environment, as a Debian image (I'm assuming it's a virtual machine with everything set up to work).
There is a tutorial on compiling Qt for A13 Olinuxino (armv5) board that he's made.
Upvotes: 1