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.

Questionmarks in Code file on Compile with no errors or warnings.

Other Parts Discussed in Thread: TMS320C5515

I am trying to compile Code for a TMS320C5515 which ran under CCSv4 with no problems.

Under CCSv5.1 I get no errors or warnings, but the section of code related to PLL initialization has

yellow questionmarks at the left end of some lines, and no .out file is generated. Also, 1 block of instructions

setting divider registers is grayed out.

Does anyone have any suggestions?

Any help will be appreciated.

 

ddavis

  • Dean Davis said:

    Under CCSv5.1 I get no errors or warnings, but the section of code related to PLL initialization has

    yellow questionmarks at the left end of some lines, and no .out file is generated



    If the question marks are only in the editor windows, it is coming from the indexer and is because it cannot resolve that particular symbol or macro. We've seen this happen if a CCSv4 workspace is directly opened in CCSv5. When moving to CCSv5, it is recommended to start with a new workspace and import projects into it rather than open the CCSv4 workspace directly. However, the indexer syntax errors should still not affect the compilation and if there are no errors or warnings, I don't see why a .out file would not be generated.

    I would suggest opening a new workspace in CCSv5, then importing your old project into it, so CCS can do the necessary internal "migration". Rebuild and let us know if you still see the indexer errors or if a .out file is still not generated.