This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
用CCS3.3打开的CCS2.2的工程,编译出现如下错误,好像是缺少什么库文件,具体是什么呢?在哪里能找到,哪位朋友遇到过。。。
---------------------------- video.pjt - debug -----------------------------
[videocfg.s62] "C:\Program Files\Texas Instruments\C6000 Code Generation Tools 6.1.9\bin\cl6x" -g -q -fr"C:/ICETEK/ICETEK-DM642-EDULab/tests/lab3.4_vediohistogram/debug" -i"C:/CCStudio_v3.3/ddk/include" -i"../../lib/ICETEKDM642BSL" -i"../../lib/vportlib" -d"_DEBUG" -d"CHIP_DM642" -ml3 -mv6400 -@"debug.lkf" "videocfg.s62"
[Linking...] "C:\Program Files\Texas Instruments\C6000 Code Generation Tools 6.1.9\bin\cl6x" -@"debug.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_CACHE_clean C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_CACHE_enableCaching C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_CACHE_setL2Mode C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_CSLDM642_LIB_ C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_DAT_close ../../lib/vportlib/icetekvport.l64<vportdis.o64>
_DAT_copy C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_DAT_copy2d C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_DAT_fill ../../lib/vportlib/icetekvport.l64<vportdis.o64>
_DAT_open C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_DAT_wait C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
_EDMA_allocTable ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_clearChannel ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_close ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_config ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_disableChannel ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_enableChannel ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_freeTable ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_intAlloc ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_intClear ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_intDisable ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_intDispatcher ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_intEnable ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_intFree ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_intHook ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EDMA_open ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_EMIFA_config ../../lib/ICETEKDM642BSL/icetekdm642bsl.lib<evmdm642.obj>
_GPIO_open ../../lib/ICETEKDM642BSL/icetekdm642bsl.lib<evmdm642.obj>
_I2C_bb ../../lib/vportlib/icetekvport.l64<_iic.o64>
_I2C_config ../../lib/ICETEKDM642BSL/icetekdm642bsl.lib<evmdm642.obj>
_I2C_getConfig ../../lib/vportlib/icetekvport.l64<_iic.o64>
_I2C_open ../../lib/ICETEKDM642BSL/icetekdm642bsl.lib<evmdm642.obj>
_I2C_outOfReset ../../lib/ICETEKDM642BSL/icetekdm642bsl.lib<evmdm642.obj>
_I2C_sendStop ../../lib/vportlib/icetekvport.l64<_iic.o64>
_I2C_start ../../lib/vportlib/icetekvport.l64<_iic.o64>
_I2C_writeByte ../../lib/vportlib/icetekvport.l64<_iic.o64>
_I2C_xrdy ../../lib/vportlib/icetekvport.l64<_iic.o64>
_IRQ_clear ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_IRQ_disable ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_IRQ_enable ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_IRQ_globalDisable ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_IRQ_globalRestore ../../lib/vportlib/icetekvport.l64<vportcap.o64>
_IRQ_map ../../lib/vportlib/icetekvport.l64<vportcap.o64>
__CSL_init C:\\ICETEK\\ICETEK-DM642-EDULab\\tests\\lab3.4_vediohistogram\\debug\\video.obj
error: unresolved symbols remain
error: errors encountered during linking; "./debug/video.out" not built
>> Compilation failure
Build Complete,
1 Errors, 0 Warnings, 0 Remarks.