This directory contains distributions required for building palm applications, emulating the palm device on the desktop and communicating with the palm device. These were built and tested on Linux. Building ======== PREFIX = installation point for your tool set (I use /usr/local/palm) Unpack tools.tar Unpack prc-tools-0.6.0beta.tar.gz Replace manufdata.c and set_a4.h in prc-tools-0.6.0beta with those provided in the tools directory cd prc-tools-0.6.0beta and following the INSTALL instructions Unpack palmos35sdk.tar.gz (can download latest from http://www.palm.com) Dump the contents of palmos35sdk-unix/Palm OS 3.5 Support/Incs into PREFIX/com/sdk-3.5 Dump the contents of palmos35sdk-unix/Palm OS 3.5 Support/GCC Libraries/m68k-palmos-coff into PREFIX/m68k-palmos-coff/lib/ Create a symbolic link from sdk to sdk-3.5 Unpack pilrc_src.tgz, build and copy pilrc into PREFIX/bin. This will overwrite an older version included with prc-tools-0.6beta. Install pilot-link.0.9.3.tar.gz if you don't already have Palm communication software on your desktop. To install the PalmOS Emulator (POSE), unpack emulator_src_30a6.tar.gz and follow the directions in Doc/_Building.txt. This also requires that the fltk library be installed (build fltk-1.0.7-source.tar.gz.)