I recently converted an old Code Composer Project file to CCS 5 and when I go to build it, I get the following error.
error #16008-D: file ".../rts2812_ml.lib<exit.obj>" specifies ISA revision "C2700", which is not compatible with ISA revision "C2800" specified in a previous file or on the command line
The warning message that appears right before this error message (i.e. the previous line) is as follows:
warning #16002-D: build attribute vendor section TI missing in ".../rts2812_ml.lib<exit.obj>": compatibility cannot be determined
This is my first foray into embedded programming so any help here would be greatly appreciated.