The maximum size is just short of 64 Kb (To leave room for some OS
structures).
However the compiler/linker use relative jump instructions that are
limited to +/- 32Kb. So all functions must be within 32Kb of their
callee functions and any functions they themselves call.
If you app is <32Kb this will always work, but between 32Kb & 64Kb you
may start to see linker errors. These can be fixed by tweaking the link
order to ensure that all code is within 32Kb of its callee/called functions
Durgesh Trivedi wrote:
Wat is the Max size of the palm single segment application weather it is 64k or
32k i m confused ? my appl size is 40k so may i need the segmenting of my
application and i dont know how to make the segments
and i search for example appl but i didn't get any good example which guide me
in proper way to makes segments of my application.
so please give me the proper guide line to make the segment of my application or some exampl i m wrking with pods with 68k application
i search in knowledge base which have 1 PNO example but i m unable to undersatnd it how it wrks
thanks
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/