Tool/software: Code Composer Studio
Has the CCS8.2 also this problem?
Regards, Holger
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
Has the CCS8.2 also this problem?
Regards, Holger
Hello,
There are multiple indexer issues with varying root causes. The issue described in the referenced link is specific to Eclipse CDT projects using GCC and that issue seems to have appeared in 8.3 and greater (worked in 8.2).
Thanks
ki
HS WG-FAE said:does that mean that CCS8.2 could have other indexer problems?
yes. Such as the issue mentioned in the thread below (which was fixed in CCSv8.3):
Hello Ki-Soo,
I had a meeting with the customer today and following questions came up:
- compilation was ok and the .out file was generated. Then customer open a .c file an then the error came up.
- How is this possible? Is the .out file ok?
- Is the indexer and the compiler independent?
- Is the indexer developed by TI or is it from Eclipse?
- Is the indexer fixed in CCSv9?
- Is the fix from TI?
- Some other projects doesn't show this error? Why?
Regards, Holger
Hello Holger:
HS WG-FAE said:- compilation was ok and the .out file was generated. Then customer open a .c file an then the error came up.
- How is this possible? Is the .out file ok?
The errors are from the Eclipse CDT's static CODe ANalysis tool (CODAN):
http://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#code-analysis
https://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.ptp.pldt.doc.user%2Fhtml%2Fcodan.html
HS WG-FAE said:- Is the indexer and the compiler independent?
Yes
HS WG-FAE said:- Is the indexer developed by TI or is it from Eclipse?
It is from Eclipse:
Though some work from TI was done to have it work properly with the CCS environment.
Hence, fixes can come from both Eclipse and TI.
HS WG-FAE said:- Is the indexer fixed in CCSv9?
Some things are. But as mentioned before, there are multiple indexer issues (some which need to be fixed by Eclipse) and several are still open issues.
HS WG-FAE said:- Is the fix from TI?
As mentioned in above comments, the answer varies depending on the specific issue.
HS WG-FAE said:- Some other projects doesn't show this error? Why?
Other projects may not have any CODAN errors or have CODAN disabled.
Thanks
ki
I forgot to answer:
HS WG-FAE said:Is the .out file ok?
Yes, it appears so.