the error is:
# lnk64P video_cs.x64P ...
rm -f package/cfg//video_cs.x64P.map
/home/guowei/dvevm_1_20/cg6x_6_0_14/bin/lnk6x -w -q -u _c_int00 -l link.cmd -q -o video_cs.x64P package/cfg/video_cs_x64P.o64P package/cfg/video_cs/main.o64P package/cfg/video_cs_x64Pcfg_c.o64P package/cfg/video_cs_x64Pcfg.o64P package/cfg/video_cs_x64P.xdl -c -m package/cfg//video_cs.x64P.map -l /home/guowei/dvevm_1_20/cg6x_6_0_14/lib/rts64plus.lib
undefined first referenced
symbol in file
--------- ----------------
_DSP_fft32x32 /home/guowei/0my_demo_new/ti/xdais/dm/examples/videnc_cs/lib/debug/videnc_cs.a64P
>> error: relocation overflow occurred at address 0x000000cc in section
'.text' of input file 'csrand.o64P
(/home/guowei/0my_demo_new/ti/xdais/dm/examples/videnc_cs/lib/debug/videnc_cs.a64P)'. The 29-bit PC-relative displacement 471217128 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.
>> error: symbol referencing errors - 'video_cs.x64P' not built
gmake[1]: *** [video_cs.x64P] 错误 1
gmake: *** [/home/guowei/0my_demo_new/servers/video_cs,.executables] 閿欒 2
make[1]: *** [all] 错误 2
make[1]:正在离开目录 `/home/guowei/0my_demo_new/servers/video_cs'
make: *** [all] 错误 2
How can I fix it ? What 's the problem?