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.

Own linker command file not supported with Release build?



Hello,

I'm using CCS 5.3 with an own linker command file. I'm wondering as compiling the project with the release configuration, my linker command file is crossed out and colorless.

It is not possible to use an own linker command file with the release configuration?

Best Regards,
Bernd

  • Bernd Erbe said:
    It is not possible to use an own linker command file with the release configuration?

    Yes, you can use your own linker command file with the Release configuration. But it looks like it has been excluded from build for some reason (either it was created this way or was excluded at a later time). To add the file back to the build, right-click on the file, go to Resource Configurations->Exclude from Build and uncheck the box for Release. This should add the file back into the build and it should no longer be grayed out.

  • Hello AartiG,

    thanks for your answer, now it works!

    Best Regards,
    Bernd