OK, the only problem left now is that build-prc still gives me the message 
"MyApp:segment2: warning: spurious code section ignored", even though I do use the 
following format for Sections.def and Sections.h:

 ===========================Sections.def=================
 
application { "MyApp" XXXX }
 
multiple code { segment2 }

===========================Sections.h====================
 
#ifndef _SECTIONS_H
#define _SECTIONS_H
 
#define seg2  __attribute__ ((section ("segment2")))
 
#endif 
 
Boolean FunctionA(char *DBname) seg2;
Boolean FunctionB(char *loc) seg2;

(and so on)...

Has anyone out there in "PODSland" tried the managed make mode of PODS with 
multi-sections with any success. If so, do you have any idea what I'm missing?

...Richard


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

Reply via email to