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.

what's wrong with the c6747?

Other Parts Discussed in Thread: CCSTUDIO

I use the c6747 core of omapl137.Now ,when i build the project,i meet the problem as follow:

------------------------------  fir.pjt - Debug  ------------------------------
[main.c] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -pdsw225 -fr"E:/graduate c6747/evmc6747/EVMC6747_BSL_RevB/evmc6747_v1/dsp/tests/dycfir/fir/Debug" -i"E:/graduate c6747/evmc6747/EVMC6747_BSL_RevB/evmc6747_v1/dsp/include" -d"_DEBUG" -mv67p -@"Debug.lkf" "main.c"

[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
fatal error: file "E:/graduate
   c6747/evmc6747/EVMC6747_BSL_RevB/evmc6747_v1/dsp/lib/evmc6747bsl.lib<evmc674
   7.obj>" specifies ISA revision "C6400+", which is not compatible with ISA
   revision "C6700+" specified in a previous file or on the command line

>> Compilation failure

Build Complete,
  1 Errors, 0 Warnings, 0 Remarks.

******************************************************************

I delete      -l rts64plus.lib
                  -l ..\..\lib\evmc6747bsl.lib

in the cmd file and write evmc6747bsl.lib include path in linker of build option on ccs.

I don't understand what's the point,and how can i solve it.