In 68K apps, there is only one .data section that's produced by
combining the .data sections of all the different segments.  While
code can be dividied, data cannot since there's only one A5 register
used to point to the data region at runtime.

On 4/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> When I try to compile my Managed Make project in PODS, I get the following 
> error:
>
> /usr/m68k-palmos/bin/ld: region datares is full (MyApp section .data)
>
> I'm using multiple code sections and I have provided output from using 
> objdump below, however I am unable to find where the exact problem is since 
> every .data section seems to be under the 32k limit. Any ideas? Thanks!
>
> (This command was executed from workspace\MyApp\Debug\src)

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

Reply via email to