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: issue of .out converted to .hex in CCS9

Tool/software: Code Composer Studio

During the conversion from .out flie to .bin file, customer used a user-defined .hcf to convert some of content of .out to .hex in CCS3.3, but it failed to compile with CCS9. Do you have any idea/solution for this issue? Thank you.

  • Aki,

    To find the hex utility you will want to pass in the path to it.  I would do it like this:

    "${CG_TOOL_ROOT}/bin/hex2000"

    Similarly you will need to pass the location to the hcf file depending on where it is.  If it is in the root of the project you could use ${PROJECT_ROOT}

    Regards,

    John