At 04:08 PM 2/24/2005, you wrote:
Hi,
I am having a segment problem, not sure what to make of it. I am writing code in RS5. When I add a few more lines I get a region datares is full, says that section.bss is full. Looking at my sections, .bss seems to have a lot of room. Do not see the reason for this.

In Palm OS, .bss is appended onto .data for the total global variable allocation. The good news is that almost any big things you have in .bss (zero-initialized data) can be easily replaced by dynamic allocatations and global pointers.


-- Ben Combee, Senior Software Engineer, palmOne, Inc.
   "Combee on Palm OS" weblog: http://palmos.combee.net/
   Developer Forum Archives:   http://news.palmos.com/read/all_forums/


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

Reply via email to