How to run app on embedded linux
-
I have written a small application on linux (ubuntu) using Qt Creator 2.1.0 (which is part of Qt SDK 1.1). Now I want to run the same application in embedded linux. Please help me how to do this.
Note: I have installed Qt_SDK_Lin32_offline_v1_1_rc_en from the qt link
-
The Qt SDK will not only help you if you want to do maemo/meego development. That works out of the box after installing the SDK (if you installed those components that is:-).
For everything else you will need a cross-compiler environment matching your target machine (which is usually provided by the vendor). Since the cross-compiler environments differ widely in their setup your vendor or any community surrounding the product you want to target are a good place to ask for instructions to get started.