On 2006-07-12, Eric McDaniel <[EMAIL PROTECTED]> wrote: > When I copy the header files and run that utility as Carmine suggests, I get > the following output - not exactly confidence-inspiring: > > C:\PalmDev>\PalmOSCygwin\bin\palmdev-prep.exe > Checking SDKs in /PalmDev > sdk-5r4 headers in 'include', libraries in 'lib' > sdk-6.1 INVALID -- no headers > > When GCC is given no -palmos options, SDK '5r4' will be used by default > > Writing SDK details to configuration files... > /usr/bin/palmdev-prep: warning: can't open > '/PalmDev/sdk-5r4/include/Core/CoreTraps.h': No error > ...done >
Although it does not look confidence inspiring to you, the output is still 100% OK. sdk-6.1 is for PalmOS Cobalt, which is never going to be used. palmdev-prep looks for a certain structure in the sdk and sdk-6.1 has a different structure from all previous sdks. The last warnning message has to do with palmdev-prep scanning the CoreTraps.h file to produce an input file for the trapfilt utility. PODS is not using this, so you can safely ignore it. See http://prc-tools.sourceforge.net/doc/prc-tools_6.html#SEC37 for more details. HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
