Contents Index Building the CustDB sample application from CodeWarrior Building the CustDB sample application with PRC Tools pdf/preface.pdf

UltraLite User's Guide
  Developing Applications for the Palm Computing Platform

Developing UltraLite applications with GCC PRC-Tools


You can use the GNU GCC PRC-Tools suite for the Palm Computing Platform to develop UltraLite applications. This section assumes that you are familiar with the installation and use of the GCC PRC-Tools, and provides UltraLite-specific tips and information.

For information on the GCC PRC-Tools suite, see http://www.palmos.com/dev/tech/tools/gcc/.

The UltraLite runtime library for PRC-Tools is located in subdirectories of your SQL Anywhere directory:

UltraLite\Palm\68k\lib\prctools20\libulrt.a
No transport-layer security using GCC tools 
The Certicom transport-layer security is not available when using GCC tools.
Compiler issues 

Compile UltraLite applications using the -DM68000 -mnoshort switches. The first option declares a symbol required to properly set the SQL_OS macro. The second option forces int data types to be four bytes (two is default).


Building the CustDB sample application with PRC Tools

Contents Index Building the CustDB sample application from CodeWarrior Building the CustDB sample application with PRC Tools pdf/preface.pdf