> From: Lee, Eric [mailto:[EMAIL PROTECTED]]
> Any file that shows up in the link map on a line beginning with "Code:"
> must be in the first segment.
> Above statement is from the knowledge base but I have two different
section
> of "Code:".
> [Referring to http://oasis.palm.com/dev/kb/papers/1469.cfm]

That's not a statement, it's an instruction.  It's telling you to re-segment
your app to force all such functions into the first segment.

(There are other problems in this article besides just the wording.)

> I have a bunch of "Code:" lines in a section "Segment 1" and I have the
> other bunch of "Code:" in a section "Segment 2" in a generated MAP file.

The map file is showing you which functions are in which segments.  In fact
if you look at the offset and size values (the columns after 'Code:') you'll
see that it lists the exact link order within each segment.

-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