Hi,
I have an error I can't understand. I searched on net but the solution I found didn't work.
undefined first referenced
symbol in file
--------- ----------------
_SCU_TI_alloc /home/wangwei/dvsdk_2_00_00_22/codec_engine_2_23_01/examples/ti/sdo/ce/examples/codecs/viddec_copy/lib/viddec_copy.a64P
>> error: relocation overflow occurred at address 0x00000750 in section
'.text' of input file 'scuXdais.obj
(/home/wangwei/dvsdk_2_00_00_22/codec_engine_2_23_01/examples/ti/sdo/ce/examples/codecs/viddec_copy/lib/viddec_copy.a64P)'. The 29-bit PC-relative displacement 501621712 at this location is too large to fit into the 21-bit PC-Relative field; the destination address is too far away from the instruction. You may need to add a mask to the assembly instruction or use other target specific assembly features if you really only need the lowest 21 bits of this symbol. Please see the section on Relocation in the Assembly User's Guide.
_ECPY_directWait /home/wangwei/dvsdk_2_00_00_22/codec_engine_2_23_01/examples/ti/sdo/ce/examples/codecs/viddec_copy/lib/viddec_copy.a64P
_ECPY_deactivate /home/wangwei/dvsdk_2_00_00_22/codec_engine_2_23_01/examples/ti/sdo/ce/examples/codecs/viddec_copy/lib/viddec_copy.a64P
_ECPY_activate /home/wangwei/dvsdk_2_00_00_22/codec_engine_2_23_01/examples/ti/sdo/ce/examples/codecs/viddec_copy/lib/viddec_copy.a64P
>> error: relocation overflow occurred at address 0x000003d8 in section
'.text' of input file 'scuInit.obj
(/home/wangwei/dvsdk_2_00_00_22/codec_engine_2_23_01/examples/ti/sdo/ce/examples/codecs/viddec_copy/lib/viddec_copy.a64P)'. The 29-bit PC-relative displacement 501635104 at this location is too large to fit into the 21-bit PC-Relative field; the destination address is too far away from the instruction. You may need to add a mask to the assembly instruction or use other target specific assembly features if you really only need the lowest 21 bits of this symbol. Please see the section on Relocation in the Assembly User's Guide.
There are about ten errors like this. I have set the mem-data=far in ccs and config.bld;However the problem still continues, Do you have any suggestions for this problem?
Thanks,