| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 9 | |
<<< text/html: EXCLUDED >>>
Hi, the first step is to download the existing GPL sdk, install this on your Linux system. It looks like you have done this. Or if others are interested, download the brand new GPL binary or source code Qtopia 1.5 RPMs from http://www.trolltech.com/developer/download/qtopia.html. The next step is to read the Qtopia documentation, especially the "Qtopia - Getting Started" file, doc/qtopia/start.html. This give information how to build applications. Next is to try to build one, use the example version, /opt/Qtopia/example, and follow the instructions so you get the hang od it. Then you want to build a Sharp specific binary, you need to get the arm toolchain compilers installed, see: http://www.zauruszone.com/wiki/index.php?GCCBinaries for more information how to get the arm tool chain produced by Sharp and Lineo (Embedix). There's also another arm toolchain available at: http://www.handhelds.org/downloads.html. But you need to be careful and make sure the right header files for Sharp Zaurus is present in this chain. Try to build the example with the tool chain and install it, and see if it works. If that's done you should have a working dev. environment. Hope this helps, Kent Phang Ee Wen wrote: > Hi, > > > > my current project requires me to write an application for the iPAQ, the > iPAQ model is H3870 and it running on Familiar v.0.5.1Linux. i have also > installed the Qtopia palmtop environment. > > > > i have read from one of the sites, stating that i can develop my > application using Qt/X11 or Qt/Window and just recompile it for > Qt/Embedded. i would like to know what are the procedures/steps i need > to do in order to create a binary formate of the application to > installed into the iPAQ? > > > > i have tried out the Qt/Window and i have successfully qmake the > application using the command promt. i would like what should i do next? > > > > where could i find documentation on section on converting the files into > Binary and make it an existing part of Qtopia? > > > > thanks in advance, any help would be very much appreciated. >