Folks, I am using CCS 3.3.81.11, BIOS 5.33.01 and codegen tools 6.1.5. I get the following compile error when attempting to build a DSP/BIOS application:
[bioscfg.s62] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -pdsw225 -fr"C:/TI/simpledspbios/Debug" -d"_DEBUG" -d"CHIP_6747" -mv67p -@"Debug.lkf" "bioscfg.s62"
"bioscfg.s62", ERROR! at line 365: [ ***** 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+"
"bioscfg.s62", ERROR! at EOF: [E0300] The following symbols are undefined:
2 Assembly Errors, No Assembly Warnings
GBL_L2MARMASK
HWI_INTRMULTHIGH
HWI_INTRMULTLOW
Errors in Source - Assembler Aborted
As you can see, I have #defined CHIP_6747 in my project settings, and chose the EVM6747 DSP/BIOS seed file. The .cdb clearly states util.loadPlatform("ti.platforms.evm6747"), so where is all this C64 stuff coming from?
Any help you can provide would be greatly appreciated!