I keep getting an error from my makefile when I try to compile. All steps,
except the last - the call to build-prc, run without error.
Here's the section from my makefile that fails:
${DIR}/${APPNAME}.prc : obj/${APPNAME}.o obj/${APPNAME}-sections.s
obj/${APPNAME}-sections.ld obj/${APPNAME}-sections.o obj/tFRM03e8.bin
themes/*.bin src/${APPNAME}
@echo "Building final prc..." && build-prc ${DIR}/${APPNAME}.prc
"${APPNAME}" gna7 obj/${APPNAME
}.def obj/*.bin themes/*.bin
Here's the error that I get:
Linking files obj/srs.o ... src/srs.
Building final prc...
build-prc: the definition file must come first
make: *** [Debug/srs.prc] Error 1
I have the definition file first, and it exists at this point? Can someone help
me figure out why I'm getting the error. The PRC file is never being created.
Thanks.
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/