> I want to debug a program using the debugger. > So I need a symbol file. How do I tell the GCC > compiler to produce one?
use the debugger specific to the compiler: ie: m68k-palmos-gdb when you compile, you can compile in symbols using the -g flag. gcc != codewarrior :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
