Hi Guys

I am using the PRC-tool chain to create my prc. 

The problem is that when I build the my application I
get the infamous "region datares is full" error. 

To take a look at whats happening underneath I create
a map file using -Xlinker -M=test.map, what I see is
that the size of the section .data is much less than
32K but the size of the section .bss has gone over
32K. I understand that .bss section holds all the
uninitialized variables and the .data section holds
the initalized variables.

So my question is why do I get the error message that
datares is full, when it is actually not?

Also, more importantly what can be done to avoid this
error?

Replies and thoughts will be appreciated.

Thanks,
Mayank.

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

-- 
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