Hello,
I am migrating from ccs v 6.4.6 to ccs v 15.12.2 for C2000 testcases. The testcases of a particular module give the following error with 15.12.2 while compiling
"C:\Users\a0131955\AppData\Local\Temp\026765", ERROR! at line 1734: [E0004] Cannot redefine existing opcode 'EALLOW' with .define
.define "__eallow()",EALLOW
"C:\Users\a0131955\AppData\Local\Temp\026765", ERROR! at line 1824: [E0004] Cannot redefine existing opcode 'EDIS' with .define
.define "__edis()",EDIS
"C:\Users\a0131955\AppData\Local\Temp\046085", ERROR! at line 1734: [E0004] Cannot redefine existing opcode 'EALLOW' with .define
.define "__eallow()",EALLOW
"C:\Users\a0131955\AppData\Local\Temp\046085", ERROR! at line 1824: [E0004] Cannot redefine existing opcode 'EDIS' with .define
.define "__edis()",EDIS
2 Assembly Errors, No Assembly Warnings
Errors in Source - Assembler Aborted
2 Assembly Errors, No Assembly Warnings
Errors in Source - Assembler Aborted
>> Compilation failure
>> Compilation failure
I do not understand the reason for this error since I have not defined EALLOW anywhere else. If I remove this piece of code, the testcase gives error of EALLOW not defined. Kindly help me resolve this error.