I'm new to PalmOS programming, and I downloaded and installed the full
PODS 1.0. I read a little bit about how to create a new project, so I
thought I would first try to load the sample Hello World application to
get a start. I'm doing this as a 68K project.

When I click Project, Rebuild all, I see:
------------------------------------------------------
make clean all
rm -rf Debug/* *-sections.* *-dispatch.s
m68k-palmos-gcc -c src/AppMain.c   -Isrc/   -palmos5r4
-D__PALMOS__=0x05000000 -O0 -g    -o Debug/AppMain.o
...Linking...
m68k-palmos-gcc -o Debug/HelloWorld2    Debug/AppMain.o   -g
"C:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/PalmRC"
-p PalmOS4 -makeDeps Debug/rsc/AppResources.deps  -target 4.0
-strictTextEncoding -quiet  -locale enUS rsc/AppResources.xrd -o
Debug/rsc/AppResources.trc
...Creating PRC: Debug/HelloWorld2.prc
build-prc  -o Debug/buildprc_temp.prc -c 'STRT' -n HelloWorld2
Debug/HelloWorld2
"C:/Program Files/PalmSource/Palm OS Developer
Suite/PalmOSTools/PRCMerge" -quiet -omit pref Debug/buildprc_temp.prc -o
Debug/prcmerge_temp.prc
"C:/Program Files/PalmSource/Palm OS Developer
Suite/PalmOSTools/PRCMerge" -dbType 'appl' -dbCreator 'STRT' -n
HelloWorld2  -quiet  -dbVersion 1   -b   -o Debug/HelloWorld2.prc \
        Debug/rsc/AppResources.trc Debug/prcmerge_temp.prc

Could not find DEBUG\BUILDPRC_TEMP.PRC

Could not find DEBUG\PRCMERGE_TEMP.PRC
...done...
--------------------------------------------------------

However, the files at the end that it couldn't find do exist in that
directory, but with lowercase file names instead of capitals. I would
just like to get *something* working quickly, and go from there. Does
anyone know what's wrong?

thanks,

Curtis

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

Reply via email to