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.

CCS/TMS320F28054: Building problems not show in Problems Window

Part Number: TMS320F28054

Tool/software: Code Composer Studio

I used to use CCS 5.2 and now I want to use CCS 5.5 for a new project.

After building, there should be some problems but the Problems Window is empty like below picture.

How can I get the right error messages of my build?

  • Roger,

    Are you able to move to a newer version of CCS, like CCSv7.2? Looking through the release notes I can see a number of issues related to the problems view not refreshing correctly have have been fixed since CCSv5.x.

    Although in your case the console shows that the program built ok so I don't think you have built the program since inserting those errors.  Basically looks like the source code analysis feature is enabled which is drawing those little question marks in the selection margin beside the error.  When you do a build does the console and problems view update then?


    John

  • Our new project is based on an old project with F28034. Because new project need more UART, we select F28054 for it and upgrade form CCS 5.2 to CCS 5.5 for compiler v6.2. Our project is develop under CCS 5.2, is there any risk to build it under CCS 7.2?

    I have built the program after inserting those errors many times but got the same result. The console always showed "Build Finished". I have the same question with you because I have noticed the little questioned mark you mentioned. I thought maybe it is due to some wrong settings so I was here looking for some advice.
  • In newer versions of CCS that source code analysis feature complains more. We actually have it off by default.

    If you were to upgrade to CCSv7.2 you have a couple of options. The first one would be to import the project but set the compiler to be 6.2. That way the only change is the CCS build system and not the compiler. If that goes well you could then try switching to the newer compiler in CCSv7.2.


    Are you using SYS/BIOS or TI-RTOS in your application?

    Regards,
    John
  • Thanks for your advice. I will try to upgrade to CCSv7.2.

    We are not using SYS/BIOS or TI-RTOS in this project.