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.

IWR1443BOOST: Code Composer Studio 9.1.0 software failed to generate xwr14xx_vitalSigns_lab_mss.bin

Part Number: IWR1443BOOST

Hi TI support,

When I debugged the xwr14xx_vitalSigns_lab project on Code Composer Studio 9.1.0 software, I encountered the following problems:

——————————————————

S:/ti/mmwave_sdk_01_00_00_05/packages/scripts/ImageCreator/xwr14xx/append_bin_crc/gen_bincrc32.pl xwr14xx_vitalSigns_lab22_mss.bin
makefile:198: recipe for target 'post-build' failed
process_begin: CreateProcess(NULL, perl.exe S:/ti/mmwave_sdk_01_00_00_05/packages/scripts/ImageCreator/xwr14xx/append_bin_crc/gen_bincrc32.pl xwr14xx_vitalSigns_lab22_mss.bin, ...) failed.
make (e=2): 系统找不到指定的文件。


gmake[3]: [post-build] Error 2 (ignored)

**** Build Finished ****

——————————————————

 I have installed Perl and CRC.pm as shown in the above image.

And the corresponding path has been added in the position shown in the figure below.

Pre-build steps

rm -f ${PROJECT_ROOT}/${MMWAVE_SDK_DEVICE}_${ProjName}_mss.bin

Post-build steps

${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/${MMWAVE_SDK_DEVICE}/out2rprc/out2rprc.exe ${MMWAVE_SDK_DEVICE}_${ProjName}_mss.xer4f ${MMWAVE_SDK_DEVICE}_${ProjName}_mss.bin ${LOAD_ADDRESS} perl.exe ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/${MMWAVE_SDK_DEVICE}/append_bin_crc/gen_bincrc32.pl ${MMWAVE_SDK_DEVICE}_${ProjName}_mss.bin

 

Best Regards,

Li