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 I have questions concerning CCS project references for CCSv6.2. Might apply to CCSv6.1 also.
I have a project which references another project that creates a static library. Is there an option to automatically include the library that is built by the referenced project into the project that is referencing it? This would be nice because at the moment, I need to specify this dependency but still have to go into the linker options of my project and specify the library explicitly.
When I have a SYSBIOS project which references a SYSBIOS config project, I do see that the right thing is done such that the linker.cmd file from the SYSBIOS config project is automatically included in the SYSBIOS project. Seems to me like a similar option should be allowed for a static library project.
Judah