Sounds like you're including C++ exception support. You'll need to add the appropriate command line options to the compiler to disable this, especially since exceptions don't work in prc-tools, the 68K compiler used in PODS. See the archives for details, but I think it's -fno-cpp-exceptions or similar.
On 4/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi - > > I'm in the process of migrating a Palm PODS project from C to C++. I've run > into an issue that perhaps someone can shed some light on. By renaming my > code files from *.c to *.cpp and recompiling (no problems in recompiling), > the resulting object files are significantly larger (20%), thus creating > problems with the (carefully constructed) segment partioning. I'm assuming > that this is because of the additional overhead of C++, but was wondering if > anyone could explain the exact cause. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
