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.

only getting .OUT file, unable to generate .bin file

Other Parts Discussed in Thread: TM4C123GH6PZ

Dear All,

           I am using CCS6.0.1, windows7, 64 bit PC, using TM4C123GH6PZ. I just copy and paste one project, but later on I can generate only .out file, .Bin file is not generating. Should I do some changes in Project properties/setting? I can see .bin file in project explorer, but not available in Debug folder. You can see this in following snapshot. Please help me.

  • Hello Girish

    Right Click the project, go to Properties -> Build. The Select the "Steps" tab and under "Post-Build steps" add the following in a single line

    "${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin" "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" "${CG_TOOL_ROOT}/bin/armofd" "${CG_TOOL_ROOT}/bin/armhex" "${CCE_INSTALL_ROOT}/utils/tiobj2bin/mkhex4bin"

    Regards
    Amit