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.

TMS570

Hello,

am trying to establish the Continuous integration using the CCS build and also to do the static analysis in Polyspace.

Now, am looking a way to extract the List of source files and include folders added in CCS project by CLI(Command Line Interface).

  • Hello,

    There is no such command in the CCS project CLI. However, the generated *.d files should have all the information you need. There should be one *.d file for each source file compiled. The *.d file would list all the file dependencies for that source file. 

    Thanks

    ki