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.

Does CCS3.3 support C6747?

I'm new learner of DSP. I am learning EDMA3 of  OMAPL137. I have downloaded an example of how to use LLD from the website below:

https://gforge.ti.com/gf/project/lld_examples/scmsvn/?action=browse&path=%2Ftrunk%2Ftto_lld_6747%2Flld_example1_async_6747%2F

I open the project that I downloaded in CCS3.3 successfully, but I got a problem compiling it. The complier throw out an error:

[Linking...] "C:\Program Files\Texas Instruments\C6000 Code Generation Tools 6.1.9\bin\cl6x" -@"Debug.lkf"
<Linking>
fatal error: file   "C:\\TI\\edma3_lld_01_06_00_01\\packages\\ti\\sdo\\edma3\\drv\\sample\\lib\\
   c6747\\Debug\\edma3_drv_bios_sample.lib<bios_edma3_drv_sample_c6747_cfg.obj>
   " specifies ISA revision "C6700", which is not compatible with ISA revision
   "C6400+" specified in a previous file or on the command line
>> Compilation failure

What does this error mean? How can I fix it? I am an absolute beginner so any answer will be of much help.