MIPS linker error with C++
Bill Gatliff
bgat at billgatliff.com
Fri Aug 22 02:43:34 UTC 2003
Mike:
Does it say where the error is? Sometimes this error means that you're
referring to something in assembly language that's too far away from the
reference point. You need a full 32 bit address to get to something
that will only fit into a 24-bit opcode, for example.
b.g.
mikeci at acm.org wrote:
>Hi!
>
>When I try to link cdtest program this is the linker error:
>
>relocation truncated to fit: R_MIPS_GPREL16
>
>
>Is there a solution for this problem?
>
>
>Regards
>
>Ivica
>
>
>
>
--
Bill Gatliff
Professional embedded Linux training.
bgat at billgatliff.com
More information about the users
mailing list