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.

CCSTUDIO: CCS : unable to find an interpreter Error

Part Number: CCSTUDIO

Tool/software:

Hello,

I am encountering a build error when trying to build the Radar Toolbox-2.10.00.04 example without any modifications using Code Composer Studio.

Here are the details of my setup:
- CCS Version: 12.7.1.00001 (installed from CCS12.7.1.00001_web_linux-x64.tar.gz)

-SDK : mmwave_sdk_03_06_02_00-LTS-Linux-x86-Install.bin
- Products are set up as follows:

Below is the error log I receive when attempting to build the "out of box-6843-aop" demo:

/home/ti_product/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 out_of_box_6843_aop.bin 0x35510000 out_of_box_6843_aop.tmp 0xb5510000 /home/ti_product/mmwave_sdk_03_06_02_00-LTS/firmware/radarss/xwr6xxx_radarss_rprc.bin
makefile:188: recipe for target 'post-build' failed
run-detectors: unable to find an interpreter for /home/ti_product/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe
gmake[2]: [post-build] Error 2 (ignored)
/home/ti_product/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe out_of_box_6843_aop.bin out_of_box_6843_aop.tmp
makefile:188: recipe for target 'post-build' failed
run-detectors: unable to find an interpreter for /home/ti_product/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe
gmake[2]: [post-build] Error 2 (ignored)
/home/ti_product/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe out_of_box_6843_aop.bin
makefile:188: recipe for target 'post-build' failed
run-detectors: unable to find an interpreter for /home/ti_product/mmwave_sdk_03_06_02_00-LTS/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe
gmake[2]: [post-build] Error 2 (ignored)

Could you please assist me in resolving this issue?

Thank you.

  • I resolved this issue by modifying the post-build steps.

    However, I did not make any changes to the following command since there is no alternative file to replace the .exe :

    ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/out2rprc/out2rprc.exe ${ProjName}.xer4f ${ProjName}.tmp

    Is it okay if I do not modify the above post-build steps?

  • Hello,

    Yes, it should be fine to leave that post-build step unmodified. What exactly did you change to the post-build steps? It sounds like the original issue was caused by some of the Image Creator Tools missing, so I'm assuming you changed the search path for the different executables, though the default path should work. 

    Regards,

    Kristien

  • In the pre-build steps, the Image Creator Tools were set as an .exe file. This caused an error because .exe files do not run properly on Linux . Therefore, I modified the Image Creator Tools in the pre-build steps like below. 


    Thank you.

  • Hey Lim,

    Thank you for letting us know what you did to resolve this issue! I will close out this thread now, but let us know if you have any other questions.

    Regards,

    Kristien