On Tue, Aug 20, 2002 at 02:44:08PM -0400, Alexander Galkin wrote: > I downloaded and installed latest prc-tools. How do I build an ARMlet? Is > there any ARMlet example with the latest version?
I'll be adding a sample armlet or two to the samples collection available at http://prc-tools.sourceforge.net/ in the near future. In the meantime, you might like to consider reading the documentation :-). *Building* it is, btw, this easy: [1] [...] arm-palmos-gcc -o myarmlet -nostartfiles myarmlet.c build-prc [...] myarmlet [...] But there are a few things to be aware of as to what you need and what you can get away with in myarmlet.c. John [1] Yes, -ffixed-r9 etc are the default with this compiler configuration, so you don't need to specify them explicitly at this time. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
