> From: Chris Yourch [mailto:[EMAIL PROTECTED]]
> I have a large Ultralite project and I am now getting the link error
> "Near data segment is bigger than 64k." from CodeWarrior v7.

That is bad.  Does your own code have a lot of static / global data you can
eliminate, or is most of the bloat caused by UltraLite?

> I have tried checking the far data, far method tables and far string
> constants in the 68K processor panel as the Metrowerks knowledgebase
> suggests but this doesn't work!

Those options don't apply for Palm OS programming.  See page PAL-66 of the
Targeting manual.

> Can anyone explain what is going on and how I can fix the problem?

Sounds like UltraLite creates a lot of global / static data, or else your
own code does.  Examine the generated UltraLite code to see what's going on.
But basically this 64K data segment limit is a hard limit.

-slj-


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

Reply via email to