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.

TMS320F28388D: How to Validate Build Dependencies Built

Part Number: TMS320F28388D

Greetings,

I have a project which has multiple dependencies.  Whenever a build is done, I expect certain projects will be built.  But often, the console output changes so quickly (a good thing), I can't confirm that all the projects were built.  And the CCS Console only shows the build of the main project which contains the dependencies.  I can click on the other projects to look at their consoles, but I am unable to find any timestamps which would allow me to verify that the project was built for that particular build.  For a given build, is there a way to collect all of the build information for all of the built projects in one place?

Thank you,

Ed

  • Hello Ed,

    I have a project which has multiple dependencies.  Whenever a build is done, I expect certain projects will be built.  But often, the console output changes so quickly (a good thing), I can't confirm that all the projects were built.  And the CCS Console only shows the build of the main project which contains the dependencies. 

    If you want to make sure you're building multiple projects, select which projects you want to build, right-click, and select Rebuild Project:

    This will rebuild the selected projects as if they had not been built (i.e. clean + build).

    I can click on the other projects to look at their consoles, but I am unable to find any timestamps which would allow me to verify that the project was built for that particular build.  For a given build, is there a way to collect all of the build information for all of the built projects in one place?

    You can find this by going to the file explorer and looking at the Date modified of the respective .out file:

  • Yes, of course!  The date stamps.

    Thank you Omer,

    Ed