Good Day! Ive observe these command below while compiling using PODS. I just change the full directory path of the filenames.. I pasted it in the command line in the current directory " C:\PalmOSCygwin\bin> " it compiles with no error and some It creates a new *.prc ... But my problem is that it does not update the .prc... For instance.. i will open the appmain.c and change something in the code when i execute those command it manage to create a new *.prc..(How would i justify the it creates a new .prc... by deleting the .prc in the debug folder) but when i test with with the simulator it still the same PRC of the unedited source code...
Can any body help me about this? I just would like to compile the code using the command line\prompt... where i can edit my code in any text editor and compile it with command prompt.. Thanks in advance.. Caimito Three m68k-palmos-gcc -c -D__PALMOS__=0x05000000 -DMULTISECTION_BUILD=true -I"C:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/include/stlport" -O0 -g -fexceptions -UNDEBUG -Wall -palmos5r4 -o "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\srcAppMain.o" "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\src\AppMain.c" m68k-palmos-gcc -c -MM -MG -P -w -D__PALMOS__=0x05000000 -DMULTISECTION_BUILD=true -I"C:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/include/stlport" -O0 -g -fexceptions -UNDEBUG -Wall -palmos5r4 "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\src\AppMain.c" >> "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\src\AppMain.d" m68k-palmos-gcc -g -o SukiSoft "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\src\AppMain.o" "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\multiple_code_sections.o" "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\multiple_code_sections.ld" build-prc "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Sections.def" -c 'SMMJ' -n SukiSoft -o "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\buildprc_temp.prc" SukiSoft "C:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/PRCMerge" -quiet -omit pref -o "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\prcmerge_temp.prc" "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\buildprc_temp.prc" "C:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/PRCMerge" -quiet -dbVersion 1 -dbType 'appl' -dbCreator 'SMMJ' -n SukiSoft -b -o "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\SukiSoft.prc" "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\prcmerge_temp.prc" "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\rsc\AppResources.trc" rm "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\prcmerge_temp.prc" "C:\Program Files\PalmSource\Palm OS Developer Suite\workspace\SukiSoft\Debug\buildprc_temp.prc" -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
