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
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.
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 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!!!