I am familiar with Qt and Qt Creator development under Linux but have not used it for ARM targets. Can someone please point me to a wiki or tutorial to get started developing ARM apps using Qt?
I would prefer to cross-compile from a Ubuntu x86 host for management of software releases. However, if cross-compile development environment setup is too time consuming then I will go native for now.
Environment:
- Target is a Z3-DM8168-RPS-LITE board which is functionally very similar to the DM8168 EVM.
- Ubuntu 10.04.4 LTS host configured to tftp boot and NFS serve the DM8168 file system
- Using EZSDK 5.05.01.04
- CodeSourcery G++ Lite is installed.