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.

TMS570LS1224: Select a specific linker file in CCS

Part Number: TMS570LS1224

Hi,

Context
I'm building an application that will be included with a bootloader.
Therefore I need to offset this application with the linker file (sys_link.cmd).

To achieve this, In code composer studio, I made 3 configurations

  • Debug
  • Release
  • Relase_bootloader

My plan is to have 2 linker files:

  • One normal linker file for the Debug and Release configuration
  • One offseted linker file for the Release_bootloader configuration


Problem:

I can't find a way to specifiy a cmd file for a specific configuration.


I found the following in a 2010 e2e forum answer:

> "You can also specify a cmd file in the CCS Build Properties (right-click on project and the select CCS Build in the left panel, then see the Linker Command File field)."

But I cannot find this build property. 
Is this configuration options still valid?

Thanks,
Gabriel