Cross-Compile to QT/X11 ARM
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...mpiling-qtx11/
And im a little bit stuck...
what parameters do i need to give with the ./configure command?
Thanks
Re: Cross-Compile to QT/X11 ARM
Sorry i forgot
Im using UBUNTU 9.04...
Is it even possible to cross compile to ARM a QT application???
Re: Cross-Compile to QT/X11 ARM
I think you need g++, compiled for ARM.
Qt specs depending on installed (on BeagleBoard) operating system.
Re: Cross-Compile to QT/X11 ARM
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
Re: Cross-Compile to QT/X11 ARM
Here 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.
Re: Cross-Compile to QT/X11 ARM
Dont i need X11 support also ?
How it fits in making a cross compiler?
Re: Cross-Compile to QT/X11 ARM
Sorry, but I'm not so qualified in this issue...
But you can try to search in the web :)
Or view Qt Labs blogs.
Good luck! :)