On 1/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Can someone explain to me what the problem is and what I need to do to fix > it? From the little research I've done, I'm guessing that I have function > calls that have more than 32K between them and the called functrion, which > seems to be disallowed, but in that case, I'm not sure why the problem > didn't manifest itself in CodeWarrior. Any ideas? If I need to write a > multi-section application, can someone explain that or point me at clear > documentation on how I do that? Thanks!
In CodeWarrior, the compiler uses "far" versions of the call instruction when you compile for the large or smart code models. This is why you don't see the relocation problem with CW. I don't know how to make PRC-Tools generate those instructions. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
