I am working on a OMPAL137 evm, and get a error messeage when I try to build any project. the error is as following, can anyone help me please? my ccs version is 3.3 and bios version is 5.41.
---------------------------- test0324.pjt - Debug ----------------------------
[test0324.tcf] "C:\CCStudio_v3.3\bios_5_41_03_17\xdctools\tconf" -b -Dconfig.importPath="C:/CCStudio_v3.3/bios_5_41_03_17/packages" test0324.tcf
[test0324.c] "E:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -pdsw225 -fr"F:/test/test0324/Debug" -d"_DEBUG" -mv6700 -@"Debug.lkf" "test0324.c"
[test0324cfg.s62] "E:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -pdsw225 -fr"F:/test/test0324/Debug" -d"_DEBUG" -mv6700 -@"Debug.lkf" "test0324cfg.s62"
"test0324cfg.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+"
"test0324cfg.s62", ERROR! at EOF: [E0300] The following symbols are undefined:
2 Assembly Errors, No Assembly Warnings
GBL_L2MARMASK
HWI_INTRMULTLOW
HWI_INTRMULTHIGH
Errors in Source - Assembler Aborted
>> Compilation failure
[test0324cfg_c.c] "E:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -pdsw225 -fr"F:/test/test0324/Debug" -d"_DEBUG" -mv6700 -@"Debug.lkf" "test0324cfg_c.c"
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
THANK YOU!