"SebNob" <[EMAIL PROTECTED]> wrote in message news:76409@palm-dev-forum... > > Hi all > > Is there something i should know to generate a valid sym files with CW > who can be use with the palm debugger. Just renamming the sym CW give me to > what Palm degugger expect just doesn't work. Maybe PRC-Tools could help? > > Thank you (Ben) ;-)
The SYM format used by Palm Debugger is actually a GCC thing -- reading this was added by Handspring to support their internal GCC-based toolset. The only way to get debug symbols using CodeWarrior is to turn on the Macsbug names, and that only lets you map code ranges to functions, not map all the way back to source lines. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
