Wojtek wrote:
>
> While compiling i get message: relocation truncated to fit
> four times with crt0.o
> four times with libcrt.a
> ld returned with 1 exit status
>
> does it min i have to large code?
Yes, the "relocation thingie" means that a jump instraction has
to jump further then 32K.
You can solve this by rearrainging your code so that no functions
from the beginning your yor code call functions at the end (consider
libcrt as part of your code for this) or cou have start with
multi segmenting (which will render inter segment calls in a way
that the 32K restriction does not apply)
> My code has about 2200 lines.Last prc was about 40k.
Problems start with 32K already, you were lucky till now.
With kind regards / Mit freundlichem Gru�
Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED] http://www.klawitter.de
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/