(You mean "multi-section code", not "multi-segment code".)
rguevara <[EMAIL PROTECTED]> wrote: > the file .ld generated is: > > /* DO NOT EDIT! > This file was automatically generated by m68k-palmos-multigen v2.2 > from AdmnDI.def */ > > .file "AdmnDI-sections.s" No, that's the ".s" file, and you've neglected to do anything with it. > AdmnDI.o: In function `PilotMain': > AdmnDI.c:1876: undefined reference to `__text__adm' Not including it in the link causes the problems you are seeing. Look at the documentation or a sample to see what you should be doing with it. http://prc-tools.sf.net/cgi-bin/info/breaking+up+an+existing+application > i don't find one example of multisegment code with the handler functions There is one available at http://prc-tools.sourceforge.net/ . John -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
