Bernd Abel wrote: > After moving from prc-tools 2.0 to prc-tools 2.0.91 (on my Linux > platform, gcc 2.91.66 = egcs 1.1.2), I have been experiencing some very > strange behaviour of my recompiled PalmOS applications...
John (Marshall) contacted me and in the meantime the problem could be solved: All those apps which crashed, were translated with the -fomit-frame-pointer compiler option which doesn't work in 2.0.91. After removing this option from my Makefiles, everything works fine, and finally I can debug my multi-segmented monster applications. Cheers, --Bernd-- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
