Congratulations for figuring out John's clues!

Going back to  your original post from yesterday
(http://www.escribe.com/computing/pcpqa/m81541.html), I see one problem in
it that I don't think got discussed yet. You assigned sections as follows:

#define ADM_SECTION  __attribute__ ((section ("adm")))      //Forms a
handlers
#define FUN_SECTION  __attribute__ ((section ("fun")))
//Miscellaneus Functions
#define DBS_SECTION  __attribute__ ((section ("dbs")))       //Structs and
prototypes of ALL functions including PilotMain

I believe it is a mistake to assign PilotMain to a named section. It must be
in the main (unnamed) code section. Try redifining DBS_SECTION to nothing
and see if that helps...

Dave
"rguevara" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello again, I have a new problem, after fighting 3 days treating to
> segment my application, finally I could compliar without
> errors,  but still not where horns go each function (in which section),
> according to page of the PRCtools, the Pilotmain and the functions that
> calls directly must go in the first segment, but single
> those of first level of call.  Because but all the program would go in the
same
> segment and segmentacion would not have sense. Some idea?
> --
> Open WebMail Project (http://openwebmail.org)
>
>



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

Reply via email to