Hello,
I have a problem with a project migrated from CCS v3.3 to v4:
Using the "old" CCS everything worked fine with the code.
In version 4 with the same code I get error messages from the linker for each symbol that is defined in an .h file and included in multiple .c files:
symbol "_ADCINT_ISR" redefined: first defined in "./source/DSP280x_SWPrioritizedDefaultIsr.obj"; redefined in "./source/DSP280x_DefaultIsr.obj"
Even with the source files from TI containing several initialization code get the error.
I've tried quite a few linker settings, but I can't find any difference to the settings in version 3.3.
Has anybody an idea how to get the code work?
Thanks in advance!
Peter