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: Problem view in Code Composer Studio

Tool/software: Code Composer Studio

Hi..

Is it possible to save the contents of  problem view of Code Composer Studio to a file automatically when a build finish?

My intention is to send it contents i.e listed errors and warning as an attachment  to my team members via email once the build finish.

I am using TFS 2015 for continuous integration. 

Regards,

Nishina Pervin

  • Nishina,

    There should be a log generated by default but it gets placed in a pretty hidden location.  You can however change that location.

    Go to the properties for the project.  Click on Advanced at the bottom left.

    The settings is then under C/C++ Build -> Logging

    Regards,

    John

  • I dont meant build log. I want contents of the problem view window
  • There is nothing that can automatically export the contents of the problems view. The build log has all the info in it but is not nicely parsed like the view. I suppose in your script that is going to automatically email people you could check the log for particular keywords before sending the message.
  • Thank you John!

    I planned to simply attach the file if there is a way to automatically export the contents of the problems view. It would have been much simpler if such an option is available.

    Regards,
    Nishina