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 building halts at last step to create bin

Other Parts Discussed in Thread: AWR1843

Hi champion,
    I am using CCS 11.0.0.00012 to build an AWR1843 MSS (R5F) project.  The CGT is ti-cgt-arm_16.9.6.LTS.
    After MSS out file generated, I use below post-build steps to generate rprc file, add CRC and generate bin.

${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/out2rprc/out2rprc.exe ${ProjName}.xer4f ${ProjName}.bin
${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000008 xwr18xx_mrr_demo.bin 0x35510000 ${WORKSPACE_LOC}/mrr_18xx_mss/Debug/mrr_18xx_mss.bin 0xb5510000 ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 ${WORKSPACE_LOC}/mrr_18xx_dss/Debug/mrr_18xx_dss.bin
${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe xwr18xx_mrr_demo.bin xwr18xx_mrr_demo.bin.tmp
${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe xwr18xx_mrr_demo.bin

  I see these steps are completed successfully, and the bin file is generated under the path. However the CCS seems halt on 64% progress, and can't go further.

After I terminate the building progress by force, the console returns an erros 'Error: Program "C:/ccs1100/ccs/utils/bin/gmake" is not found in PATH'.  
I found the gmake file under this folder does exist.  I tried to clean and rebuilt the project several times and also tried to use CCS10.1 to build the project, but the problem is the same. 
Do you know what is the problem?

C:/ti/mmwave_sdk_03_05_00_04/packages/scripts/ImageCreator/out2rprc/out2rprc.exe mrr_ddma_18xx_mss.xer4f mrr_ddma_18xx_mss.bin
Parsing the input object file, mrr_ddma_18xx_mss.xer4f.
Appending zeros 0
Appending zeros 256
Appending zeros 73732
File conversion complete!
C:/ti/mmwave_sdk_03_05_00_04/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000008 xwr18xx_mrr_demo.bin 0x35510000 C:/Users/a0286234/workspace_v11/mmwave_sdk_03_05_00_04/mrr_18xx_mss/Debug/mrr_18xx_mss.bin 0xb5510000 C:/ti/mmwave_sdk_03_05_00_04/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 C:/Users/a0286234/workspace_v11/mmwave_sdk_03_05_00_04/mrr_18xx_dss/Debug/mrr_18xx_dss.bin

**** Build of configuration Debug for project mrr_ddma_18xx_mss ****

!CommandLauncher.error.commandCanceled!
Error: Program "C:/ccs1100/ccs/utils/bin/gmake" is not found in PATH

Thanks,
Adam