This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I don't know why, there are a series of incompatibilities and memory that have been specified.Can anyone help me?
Hello,
Did you create the project from an existing example or is this a brand new project? What CCS and compiler version are you using, and what output format are you using?
Based on the errors, it looks like the library rts2800_ml.lib specifies the ISA revision "C2800" but somewhere in the project or some file that's included in the project uses the ISA revision "C2700". These need to be made compatible (I recommend finding where "C2700" is used and changing it to "C2800"). This is usually only a problem for older devices with older compiler/CCS versions but since it looks like this project has been migrated to a more recent version this may be why you're seeing errors.