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.

CCSv5.1 Error window not updating?

Guru 15580 points

After running into build problems on the MCSA Tutorial 1, I loaded MCSA Tutorial 2 and built the project. The build appeared to proceed without errors, but the error window continues to display the old error I encountered in my build attempt on the previous project (MCSA Tutorial 1). Here is a picture of the console log and the error window.

Shouldn't the error window update with the results of the latest project build?

Thx,

MikeH

 

  • And here's another mis-match between build log and error window for MCSA Tutorial 2.

    The build log shows no errors, yet there 7 errors reported in the error window, which are indeed truly errors. One of the reported warnings is:

    This project was created using a version of Code Generation tools that is not currently installed: 7.3.0 [C6000]. Please install the Code Generation tools of this version, or migrate the project to one of the supported versions.

    I would have assumed that the official tutorial CG tool would match the tool used to create the tutorial.

    MikeH

     

  • ....and now, after changing the CG tool to V 7.3.0 I get the following error window.

    ...which still shows the CG tool version error.

     

    ****NOTE****

    I forgot to mention that I am now using an un-released version of CCSv5.1.06019 to get past the missing .dll issue reported earlier.

    Thx,

    MikeH

     

     

  • MikeH said:

    Shouldn't the error window update with the results of the latest project build?

    In CCSv5, the Problems view, by default, shows the errors/warnings for all projects in the workspace. The Resource field within that view tells you which project the error/warning applies to. You can filter what this view should display by selecting "Configure Contents" and have it apply to just the selected project.

  • MikeH said:

    ....and now, after changing the CG tool to V 7.3.0 I get the following error window.
    ...which still shows the CG tool version error.



    Does it show the CGtool version error for the active project for which you updated CGT to 7.3.0 or a different project? The Resource field in the Problems view should tell you (I cant tell the full name of the resource from the screenshot). Please see my previous post.