The code size is too big? The jumps of the functions are 16bit signed, so you can not jump across address larger than 32k.
You can use m68k-palmos-size command to check if any of the section is larger than 32k. (ops...you cannot if you cannot link it). Try rearrange your functions in the file and/or link order. If that doesn't help, you have to go with multigen, which I just did. It is not too hard. Max --- James Fidell <[EMAIL PROTECTED]> wrote: > Can anyone point me at a source of information about these errors and > how to avoid them? (I'm using PRC tools 2.0.92) > > Thanks, > James > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please > see http://www.palmos.com/dev/tech/support/forums/ ===== -=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=- Got Palm? Get ExBox at http://www.weirdwww.com/ExBox to beam anything! __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
