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.

CCSv5 BIOS project doesn't use custom linker command file.

I am trying to use a linker command file to specify extra section placement for my BIOS5-based project.

I have specified the commandfile name (myproj.cfg) in Properties:CCS_build:Linker_command_file, and created it in the project directory.

The build generates myprojcfg.cmd from the bios tcf, and I include this in myproj.cfg.  However, the build just uses myprojcfg.cmd and ignores my custom commandfile.

Note that this only happens with a bios project.  With a plain C project, my linker command file is used correctly.

=========================================

System details here:

http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/118529/421541.aspx#421541