http://www.covidimus.net/wp/index.php/?p=24
Hi All, This is my first post to this list -- I'm getting my feet wet with PalmOS programming. I'm trying to apply the trick of using PalmRc.exe and PRCMerge.exe on Linux via wine, which was mentioned in a blog here long ago: http://www.covidimus.net/wp/index.php/?p=24 The final PRCMerge step does not work because the object file I'm trying to merge is not in prc format. The commands issued by my makefile look something like this: m68k-palmos-gcc -g -DDEBUG_BUILD -c -o src/a.o src/a.c m68k-palmos-gcc -g -DDEBUG_BUILD -c -o src/b.o src/b.c m68k-palmos-gcc -g -DDEBUG_BUILD -o GCC/outputb4.prc src/a.o src/b.o wine /home/mylogin/palm/dev/PalmOSTools/PRCMerge.exe GCC/Resources.trc GCC/outputb4.prc -o GCC/output.prc -dbFlagBackup -c 'uVwX' -dbFlagExecutable -n output -q -t 'appl' -v 1001 I think the third step is not creating the correct kind of output at input for the fourth and last (PRCMerge) step. It doesn't make sense to call it a .bin file, and I tried both .oprc and .bprc and those don't work either. ps. it seems the .trc file is created correctly by PalmRC from the .xrd file. Any help would be greatly appreciated. Ambrose -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
