I am using CCS 4.1.2 and have created a simple project. When the project was created it placed a sys_link.cmd file in my project directory. I am slo using the HalCoGen tool to generate the HAL code for our TI eval board. I put the HalCoGen code that was generated in a subdirectory under the project directory. The HalCoGen tool also created a sys_link.cmd file.
When I look at the files in CCS in the C/C++ Projects window, it indicates that the sys_link.cmd file produced by CCS is 'Excluded From the build'. I have also verified that the sys_link.cmd file in the HalCoGen subdirectory is in fact the one being used. I can't seem to find anywhere in the build settings or anywhere else that will let me configure the linker command file to use. So as the subject states: How does CCS choose which one to use? And can I configure a build to use a specific linker command file?
Thanks in Advance
Tom