File a developer support incident with PalmSource.  It's $200, but
they'll be able to get you the information.

On 4/24/06, Drew Haninger <[EMAIL PROTECTED]> wrote:
> Ben,
>
> Who do we talk to at Palm to license the native ARM program mechanism.
>
> Thanks
> Drew
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Ben Combee
> Sent: Monday, April 24, 2006 2:28 PM
> To: Palm Developer Forum
> Subject: Re: Increase in object code size when moving from C to C++
>
> 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/
>
>
> --
> For information on using the PalmSource Developer Forums, or to unsubscribe, 
> please see http://www.palmos.com/dev/support/forums/
>

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to