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.

CCSv4 Generate all files of a project

Hi CCSv4 users,

when I run a build in my workspace several cpp files are compiled located in different projects.

Is it possible to generate a list of all source files which belong to a project?

I want to use the output for other tools!

Regards,

JD

  • Hi JD,

    You should be able to get a list of all the source file from the generated makefiles in the configuration directory.

    Thanks

    ki

  • Hi Ki-Soo Lee,

    I would be happy to get a list of all project files without having to start a build.
    Your method needs to run a complete build, I would like to get the files without having them compiled.

    So I do not want to wait for 15 Minutes only to parse afterwards the makefiles.

    Is there a faster way to create the file list?

    JD

     

    I detected now the correct question: How do I manage to create all makefiles of a project without starting the build process!
    This would be the solution!!!