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.

.template section in command file in CCS 4.1.3

Hello,

I trying to use a command file in CCS 4 that works in CCS 3.3 and that contains the following line :


SECTIONS
{
    .template     > IRAM
}

But I get a linker error :

illegal output section name; ".template" is a reserved section name 

Why?

It works if I comment the line. But I am trying to have the same file in my CCS 3.3 projet and in my CCS 4.1.3 project (because it is easier to maintain as every body has not switched to 4.1.3 yet).

Thank you.

Regards