I am having a terrible time getting the SDK (Palm SDK 5.2 from
developers.palm.com) installed correctly so that PODS (1.2) can find all the
necessary headers. I had this working at one point in the past, but since
re-installing PODS and SDK I am having no success.
When I #include <palmOne_68k.h> in my source file and build, I get missing
header file errors like the ones below. I'm building a phone app for the Treo
650, so I do actually need the HsPhone* headers. There are so many
sub-directories under PalmSDK/Incs, I can't believe they're all supposed to be
in the include path.
make clean all
rm -rf src/AppMain.o src/AppMain.d multiple_code_sections.s BetterLED
buildprc_temp.prc prcmerge_temp.prc BetterLED.prc rsc/AppResources.trc
rsc/AppResources.d
m68k-palmos-gcc -D__PALMOS__=0x05000000 -I"C:/Program Files/PalmSource/Palm OS
Developer Suite/PalmOSTools/include/stlport" -I"C:/Program
Files/PalmSource/Palm OS Developer Suite/sdk-5r4/include/68K" -I"c:/Program
Files/PalmSource/Palm OS Developer Suite/PalmSDK/Incs" -O0 -g -fexceptions
-UNDEBUG -Wall -palmos5r4 -o src/AppMain.o ../src/AppMain.cpp
In file included from c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/HsCommon.h:33,
from c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/palmOne_68k.h:48,
from ../src/AppMain.cpp:11:
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/HsAppLaunchCmd.h:39: HsPhoneTypes.h: No such
file or directory
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/HsAppLaunchCmd.h:40: HsPhoneNetworkTypes.h: No
such file or directory
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/HsAppLaunchCmd.h:41: HsPhoneGSMTypes.h: No
such file or directory
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/HsAppLaunchCmd.h:42: HsPhoneSecurityTypes.h:
No such file or directory
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/HsAppLaunchCmd.h:43: HsPhoneCDMATypes.h: No
such file or directory
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/HsAppLaunchCmd.h:44: HsPhoneIOTATypes.h: No
such file or directory
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/HsAppLaunchCmd.h:45: HsPhoneEvent.h: No such
file or directory
In file included from c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/HsCommon.h:60,
from c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/palmOne_68k.h:48,
from ../src/AppMain.cpp:11:
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/Libraries/HsSoundLib/PmSoundLibAudioGroup.h:136:
HsSoundLibCommon.h: No such file or directory
In file included from c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/68K/System/palmOneNavigator.h:26,
from c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/palmOne_68k.h:52,
from ../src/AppMain.cpp:11:
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/Common/System/palmOneNavigator.h:28: palmOneChars.h: No such
file or directory
In file included from c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/palmOne_68k.h:134,
from ../src/AppMain.cpp:11:
c:/Program Files/PalmSource/Palm OS Developer
Suite/PalmSDK/Incs/68K/Libraries/CodecPluginMgr/palmOneCodecPluginMgr.h:33:
palmOneCodecPluginMgrCommon.h: No such file or directory
make: *** [src/AppMain.o] Error 1
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/