On 2008-03-14, Harald Schlangmann <[EMAIL PROTECTED]> wrote: > Thanks, Ben. > > I understand it is possible to make a complete ARM compile and use the 3.x > versions provided? However, how to integrate it to PODS and what SDK to use? > Any help / link appreciated. My application is designed for Garnet Devices > (i. e. 5.4 and later). > > Kind regards, Harald >
There is an ARM compiler included in PODS (or is it GODS nowadays?), but it is not gcc based. It is (former) PalmSource's own compiler, originally intended for PalmOS Cobalt: ------------------------------------------------------ $ pacc --help Palm OS Protein C/C++ Compiler, Version 1.1.0.36GMC Oct 26 2004 Copyright (C) 2004, PalmSource Inc. All rights reserved. Portions Copyright (C) 1995-2004, Apogee Software, Inc. Usage: pacc [options] files ------------------------------------------------------- The 68k compiler in PODS is the one from prc-tools 2.3. Ton van Overbeek -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
