Thomas Ward <[EMAIL PROTECTED]> wrote:
> relocation truncated to fit: DISP16 __eqdf2
>
> Needless to say, I do not have a routine called __eqdf2. I am using MathLib,
> so it might be related to that. Any ideas??
__eqdf2 is a support function needed by the compiler to implement the
== operator on doubles (thus the MathLib connection). Depending on what
version of prc-tools you're using (?), this error probably means the amount
of code in your application has recently passed 32K.
There are a number of messages in the archives of this list explaining
what to do in this situation. There are easy things to do that might
reclaim enough space (turning the optimizer up, variants of Fred Bayer's
technique <http://www.lispme.de/lispme/gcc/tech.html>) ranging up to more
onerous changes to your project (multiple code resources).
John
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html