> > Hello all. I don't see anything in this mailing list's archives > > regarding an answer to this question, but it seems that people must > > already have made way around it judging by some of the emails I've > > seen. At any rate, what must be done to make palmos.com's "Palm OS > > SDK 5.0 for CodeWarrior" distribution work with prc-tools? I have > > the prc-tools 2.2.1 running under Linux but cannot seem to get my os5 > > sdk recognized. > > > > Thanks in advance! > > > > --frank > > Theodore is correct. The most recent SDK that works with GCC is 4.1 - which > *again* leads to the question of "when" will the PalmOS 5.0 SDK be converted > to work with GCC. That answer is when the PalmOSGlue libraries are updated > by Palm to work with GCC. So when is that going to happen? Tell John > Marshall and then we'll *all* know.. :)
you can get the headers updated to work with prc-tools - thats not an impossible task, i know john has done that before. however, the big issue is that there is no libPalmOSGlue.a file for os5. this is due to the fact that the source for the glue libs is not available, and, its not possible to build this yet for prc-tools. if you dont need glue, you can use the os5 headers. we use some os5 stuff, and, we just made a new header file with the os5 specific stuff, and, linked against the os4 headers. we have access to the things we need this way. the sony + handera api's are done in a similar way. --- Aaron Ardiri CEO - CTO Mobile Wizardry http://www.mobilewizardry.com/ > > > -- > David Orriss Jr. > [EMAIL PROTECTED] > http://www.davenet.net > http://www.codeskanks.com > > Please email me if you want my ICQ/AIM/IM ID's. > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
