PDA

View Full Version : Cross-Compile to QT/X11 ARM



shiranraviv
15th December 2009, 13:11
HI,
I want to cross-compile my QT application to my BeagleBoard based on ARM CPU.
I followed the instructions in here :

http://labs.trolltech.com/blogs/2009/09/10/cross-compiling-qtx11/

And im a little bit stuck...
what parameters do i need to give with the ./configure command?

Thanks

shiranraviv
15th December 2009, 14:05
Sorry i forgot

Im using UBUNTU 9.04...

Is it even possible to cross compile to ARM a QT application???

Erik-Moscow
16th December 2009, 18:59
I think you need g++, compiled for ARM.
Qt specs depending on installed (on BeagleBoard) operating system.

shiranraviv
17th December 2009, 06:45
Beacuse Im quiet new at QT stuff... Can you link me to a step by step guide?

Or reference me to a place to some more information

Erik-Moscow
17th December 2009, 14:13
Here (http://gcc.gnu.org/install/) is gcc's installation documentation. There you can find all needed configuration options for ARM-architechture and HowTo's to build gcc. Next you will need to build Qt, using this (builded before) gcc.

Or you can try to find at internet ready solution.

shiranraviv
18th December 2009, 06:42
Dont i need X11 support also ?

How it fits in making a cross compiler?

Erik-Moscow
18th December 2009, 11:22
Sorry, but I'm not so qualified in this issue...
But you can try to search in the web (http://www.google.com/search?hl=en&source=hp&q=cross+compile+arm+gcc) :)
Or view Qt Labs blogs (http://labs.trolltech.com/blogs/2009/09/10/cross-compiling-qtx11/).
Good luck! :)