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.

DSP/BIOS configure in C6474

Hi everybody!

Now, I'm working with EVM6474. I create a new project and add ti.platforms.evm6474 to my project. Afterthat, I build it. However, my CCS shows as following:

"DSK6474cfg.s62", ERROR!   at line 366: [ ***** USER ERROR ***** - ]
         Project build options do not match Global configuration settings.
           Compiler options do not specify -mv64+, but configuration is for
           C64x+
             .emsg "Project build options do not match Global configuration settings.  Compiler options do not specify -mv64+, but configuration is for C64x+"

"DSK6474cfg.s62", ERROR!   at line 2211: [E0003] Illegal register DNUM
                 mvc DNUM, b0                    ; get core number

"DSK6474cfg.s62", ERROR!   at line 2211: [E0005] Operand #1 missing: register
                                                 expected
                 mvc DNUM, b0                    ; get core number

"DSK6474cfg.s62", ERROR!   at EOF: [E0300] The following symbols are undefined:
4 Assembly Errors, No Assembly Warnings
  GBL_L2CONFIGALLOC
  GBL_L2ALLOC
  HWI_INTRMULTHIGH
  HWI_INTRMULTLOW
  GBL_L2MARMASK5
  GBL_L2MARMASK4
  GBL_L2MARMASK3
  GBL_L2MARMASK2
  GBL_L2MARMASK1
  GBL_C641XL2PRIORITY

Errors in Source - Assembler Aborted

>> Compilation failure

If you know to repair this problem, Please help me!

Thank you very much!