On Fri, Jun 03, 2005 at 10:07:19AM +0200, Henk Jonas wrote: > >How does one build PalmOS5 ARM apps. It can't be that the only way is > >to build m68k apps using prc-tools and then execute them on-device > >using PACE. > > There is an ARM tool-chain on PalmSource, iirc. At the end you get some > arm-palmos-xxx.exe commands, similar to the m68k-palmos-xxx.exe you > already have isntalled. Then you just write your ARM code, complie it > with arm-palmos-gcc, link it and put the result into a resource. Find > the resource at runtime, lock them and call it. See the articles at > knowledge base. >
Well, I would very much like to have that tool chain. Unfortunately in the PODS that I downloaded it is definitely not included. I downloaded my version from http://www.palmos.com/dev/tools/dev_suite.html Is that not the correct location? Here is how I know there is no arm-palmos-gcc ~$ find /usr -name '*gcc*.exe' /usr/bin/gcc.exe /usr/bin/i686-pc-cygwin-gcc-3.3.1.exe /usr/bin/i686-pc-cygwin-gcc.exe /usr/bin/m68k-palmos-gcc.exe /usr/m68k-palmos/bin/gcc.exe ~$ So clearly my version of PODS is somewhat lacking. I went to the prc-tools site, and they claim there have been arm tool chains since version 2.2, do I have to get that myself? What version is included in PODS? Thanks, Mark. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
