When I build a CCS project and compile,current questions appear in the error description.
I spent a long time but I don't know what cause of it.So who can help me to solve the problem?I will be appreciated.
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.
When I build a CCS project and compile,current questions appear in the error description.
I spent a long time but I don't know what cause of it.So who can help me to solve the problem?I will be appreciated.
Sorry, but from the image alone, I can only say that there's something severely wrong with yout project. But it can be virtually everything. It appears as if the include path information in your project settings is wrong (could not open source file error),
Also, other settings seem to be wrong too (the 'illegal mnemonic' error seems to indicate that this code contains extended assembly instructions but the project isn't set to use the extended CPU core.
Also, the compiler settings seem to be wrong for the source files (nested comment warning, unrecognized preprocessing directive).
It almost looks like the code war written for a different compiler. Or the compler settings do not properly specifiy some global variables that are required to properly conditionally compile the header files.
**Attention** This is a public forum