I understand. So, since I'm using PODS I need to get a COFF symbol file..I took a look in to the GCC manual page, it's possible to get many formats for symbol file, using -gxxxx.
The best way seems to be using -g which creates an output file with debug symbols with the native format of the OS used, so since I'm using PODS which uses cygwin, I think the format will be DWARF. Now, I compiled every file.c to file.o with -g option as this command line: C:\PalmOSCygwin\bin\m68k-palmos-gcc.exe -g -c file.c But, after linking all the .o files and building the PRC, still can't debug.. Step by step, with your help I'm going to arrive!!:D -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
