Please suggest how to write multiple segment code an how to compile it. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Moynihan Sent: Wednesday, December 01, 2004 7:39 PM To: Palm Developer Forum Subject: Re: Compile Errors
From a practical standpoint, your code sections are really limited to 32k, because the addressing within each section is done with an Int16 reference, which allows +/- 32k. There are techniques to allow you to use the full 64k, but it seems to be generally easier to break the project up into multiple segments, each less than 32k. Bob. Kamal Sharma wrote: >I am using Palm OS Developer Suite for making Palm Application. >The compiler is giving the following error:- >"/usr/m68k-palmos/bin/ld region coderes is full (Debug/GameP section >.text)" > >Here GameP is name of the project. >Probably this is the linker error. It might be possible that code size >has increased too much. Though my .PRC is 46KB and compiler supports >68K. >Please help me out if there is any modification that is to be made in >compiler or makefile >Settings. > >Or how to optimize the code. > >Please suggest its urgent. > >Kamal > > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
