At 12:02 AM 7/1/2004, you wrote:
Dear Developers:

I just completed my program using Codewarrior 9.0
however the client would like to have a GNU version of
my code. Is there any easy way to convert the codes
from CW 9.0 to GNU? Your help is much
appreciated.......

First, you should be using CW for Palm OS V9.3 -- this is a free update from V9 available in two parts (9.2 and 9.3) from www.metrowerks.com.


Second, most of the C code will translate directly to prc-tools. If you did your project in C++ using POL, you'll have problems, as there's no port of the Object Library for Palm OS framework to prc-tools right now. If you did your resources in PilRC, that's portable as well. The big thing is producing a makefile to build your project (or some other build script) and adapting the segmentation to the prc-tools concept of program sections.


-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to