|
|
Re: relocation truncated to fit: R_MIPS_PC16
|
|
01/07/2010 6:59 AM
post44712
|
Re: relocation truncated to fit: R_MIPS_PC16
Hi Jeevan,
The problem occurs with QNX 6.3. I actually found the solution to this problem. Adding these options on the common.mk
removed the error:
CFLAGS+=-fno-delayed-branch -Wc,-mlong-calls \
-Wc,-msoft-float -fno-inline-functions
I am not totally sure what these do but they allow me to proceed with my work :)
Regards
Sunil
|
|
|
|
|