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.
Tool/software: Code Composer Studio
Hi,
When I tried to build a project that was working before, I got the following errors. Any idea why this error happens? What can I check to eliminate this error?
It seems to be with the file DSP2833x_DefaultIsr.c, but I did not make any change to it. My code is version controlled by git, and I revert to the previous version which was working. But it does not work now. I doubt it is related to my settings in CCS. Not the code itself.
Please help me out.
Thanks,
Ivan,
It appears that CCS is misinterpreting the .asm files generated by the compiler (for source fiels DSP2833x_GlobalVariableDefs.c and DSP2833x_DefaultIsr.c) as user created assembly source files and passing it as a source file to the build. I'm not sure why that is happening though.
Could you try importing the project into a new workspace and try a clean build? If that does not help, please do a Rebuild of the project, save off the build log and attach it here. We may eventually need the project itself if we cannot make progress with the build log but let us start with the build log first.
Hi,
I tried to:
(1) clean the project. The cleaning process does not pass, due to some errors that some files cannot be found.
(2) change the workspace to a new file. The same error when building the projects.
(3) delete all the files in the workspace and re-build. The same error.
(4) I uninstall the CCS (Version 8.0) and re-install the latest version 8.2. No errors anymore.
Although I do not know what happens, at least it is working now.
Maybe it is a solution if others have the same error with mine, after other methods are exhausted.
Thanks so much for your help this time.