|
Hi Victor, Yes, Qt can be (cross)compiled for embedded Linux on ARM by adding '-embedded arm' to your Qt configure arguments. The first Qt application should have the '-qws' option enabled to start the QWSServer. For more information see: http://developer.qt.nokia.com/doc/qt-4.8/qt-embedded-linux.html. Regards, Ken |
|
Hi Victor, I agree with Ken. There should be no reason for being able to compile Qt natively from the developer image. All you will need to do is install the development packages that you will need, or compile them natively too... Don't hesitate to get back to us once you manage to do this. Michael. |