Okay, so I have the Sections.def file with "code1" and "code 2".  I have the 
Sections.h file with
#define SECTION1 __attribute__ ((section ("code1")))

#define SECTION2 __attribute__ ((section ("code2")))

And I try defining some functions like so

static Int16 loadDBList() SECTION2 ;

What am I missing?  It still doesn't work. Are you saying the PODS handles 
this when I have made the the Secdtions.def and Sections.h changes above?



Jamie

"Ben Combee" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> At 02:15 PM 11/22/2004, you wrote:
>>I'm using PODS and getting an errors regarding my app section being full 
>>and
>>"relocation truncated to fit".  Where can I find a document to show me how
>>to set up the PODS to handle multiple sections and make changes to my 
>>code?
>>I can't seem to get it working.
>
> See the documentation at prc-tools.sourceforge.net for how to do sections 
> with PRC-Tools.  The 68K Managed Make tool in PODS recognizes a 
> sections.def file in the root folder of your project and will use it in 
> the build process.
>
>
> -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc.
>    "Combee on Palm OS" weblog: http://palmos.combee.net/
>    Developer Fourm 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