I downloaded and installed latest prc-tools as instructed. However, when try to compile my .c file I get an error:
bash: arm-palmos-gcc: command not found I also get the similar error make[1]: m68k-palmos-gcc: Command not found when I try to build a sample project I have. I installed Palm OS 5 SDK in C:\PalmDev directory and executed the command mount -tf "C:\PalmDev" /PalmDev in cygwin shell. What am I doing wrong and what's missing? Thanks. "John Marshall" <[EMAIL PROTECTED]> wrote in message news:94048@palm-dev-forum... > > 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/
