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.

CCS/CCSTUDIO-C2000: Getting a link cross-reference in a CCS project (invoking xref2000)?

Part Number: CCSTUDIO-C2000

Tool/software: Code Composer Studio

Hi All,

Using CCS 7.2 and Codegen tools 16.9.3.LTS, how can I configure a project to produce a cross-reference listing (i.e. to invoke xref2000 on my .out file after the link phase)?

TIA!

  • You can invoke xref2000 as a post-build step by going to Project Properties->Build tab and adding the desired command to the "Post-build steps" field.

    More information on pre and post build steps is available here.

  • I was wondering whether I had missed some well hidden checkbox-type linker config option, but your suggestion sure makes it.
    And thanks for the link to the "Projects and Build Handbook for CCS", I hadn't found it before and it sure looks useful.