At 16:18 2003-1-7 -0500, you wrote:
The segments view only gives approximate numbers, since it doesn't show the segment size after the linker has removed uncalled functions. Second, segments only apply to code -- all data is is one big chunk, no matter what segment the data was allocated from. The exception is read-only data that's accessed using PC-relative notation; that data is tied to a segment and can't easily be accessed from other segments.Jim Duffy wrote:On the segments view, doesn't it say how much data and code are in each segment? Are any of them near 64k?Re arranging the segments does not fixed this. Could my program be too big to compile? Is there a limit to code size?
To see real numbers, turn on the linker map feature and look at the output file.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
