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.

add .obj file build rules

I am building a project that requires a lot of individual object files. I am wondering if there is any way to add object file building rules to code composer studio "make setting" to avoid having to add the source files individual manually? these source files are already under the include directories.

  • You can pass specific .obj files to the linker either by adding them directly to the project or by listing them in a linker command file and adding the linker command file to the project. Note that the linker should know the path to the obj files if they are listed in a linker command file.