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.
Hi Guys,
After switching to CCS v5.5 there are a lof of lines of my code marked as syntay errors. This is really annoying and I got the felling, that the indexer is also not working properly. Therefore quite often call hierarchy doesn't work.
Example:
extern far int dbg_ptr1, dbg_last;
This line is marked as syntax error. If I remove the far keyword the syntax error sign disappears.
Is there a workaround to get the indexer working properly? Is there already a bug ticket in clear case?
Best regards
Jo
Hello,
Try rebuilding the Index.
See slide 34 of: http://software-dl.ti.com/ccs/non-esd/training/CCSv5-TipsAndTricks.pptx
Thanks
ki
Hi,
Thanks for the link. Quite interesting presentation.
However, to rebuild the index I tried already and it doesn't fix the problem. There are also a lot of message like 'Method 'XYZ' could not be resolved'. What's wrong with the indexer in v5.5? I have never seen this problems with the same source code in CCS v5.1.
Best regards
Jo
the errors you see are coming from the static Code Analysis tool of Eclipse/CDT (Codian). There are some inconsistencies between the rules defined in Codian and what is supported by the TI compiler. You can modify or disable Codian if it is giving too many false positives.
The Eclipse version in 5.5 is different than 5.1 so I wonder if Codian was updated between those versions, which would explain the discrepancies
Hi Jo!
My code compositor studio also angry to "Handler". I did reset the indexer.
Best regards
Vladimir.