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/AWR1843BOOST: Unable to build deployment executable (bin) for 1843BOOST out of box demo form industrial toolbox labs

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: AWR1843

Tool/software: Code Composer Studio

I have imported CCS project from TIREX mmwave_industrial_toolbox_4.2.1 Labs: Out of box demo for 18xx.

I am able to build both MSS and DSS files i.e. xwr18xx_mmw_mss.xer4f and xwr18xx_mmw_dss.xe674 for DEBUG Mode


But not able to build xwr18xx_mmw_demo.bin for deployment mode. I have checked release folder but xwr18xx_mmw_demo.bin is not present. I also checked Build Configurations -> Manage has only Release configuration.

Q1 If the build config is Release build then why bin file is not generating?

Q2 How do i create new Build configuration as i am getting only Release option as seen below

Version Info:

Mmwave_sdk: 03.03.00.03

Industrial Tool Box: 4.2.1

Labs: Out of box demo/ 18xx

OS: Ubuntu 16.04 LTS

CCS : 9.3.0.00012

Board: AWR1843 BOOST

Thank you.

Ravi

  • Hi Ravi,

    Ravi Mali said:
    Q1 If the build config is Release build then why bin file is not generating?

    Can you provide all the build messages in the build console for the Release configuration? You can copy&paste to a file and then post the file.

    Ravi Mali said:
    Q2 How do i create new Build configuration as i am getting only Release option as seen below

    When creating a new configuration, you have the option to copy the settings from an existing configuration as a baseline. That is all that it is. In your current screenshot, it is configured to copy the settings from the existing Release configuration. This is configurable.

    Thanks

    ki

  • Ki,

    Thank you for your quick reply. I have attached the build log for your reference. Now after trying again

    I also noticed some errors in logs when building bin file. But still not able to find solution.

    **** Build of configuration Release for project mmwave_sdk_18xx_mss ****
    
    /home/sirab/ti/ccs930/ccs/utils/bin/gmake -k -j 4 all -O 
     
    Building file: "../mmw_mss.cfg"
    Invoking: XDCtools
    "/home/sirab/ti/xdctools_3_50_08_24_core/xs" --xdcpath="/home/sirab/ti/bios_6_73_01_01/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.R4F -p ti.platforms.cortexR:IWR18XX:false:200 -r release -c "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --compileOptions "--enum_type=int " "../mmw_mss.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring mmw_mss.xer4f from package/cfg/mmw_mss_per4f.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making /home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios/sysbios.aer4f ...
    gmake[1]: Entering directory `/home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios'
    Build of libraries done.
    cler4f package/cfg/mmw_mss_per4f.c ...
    Finished building: "../mmw_mss.cfg"
     
    Building file: "../mmwdemo_monitor.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_monitor.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_monitor.c"
    Finished building: "../mmwdemo_monitor.c"
     
    Building file: "../mmwdemo_adcconfig.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_adcconfig.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_adcconfig.c"
    Finished building: "../mmwdemo_adcconfig.c"
     
    Building file: "../mmwdemo_rfparser.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_rfparser.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_rfparser.c"
    Finished building: "../mmwdemo_rfparser.c"
     
    Building file: "../mmw_lvds_stream.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmw_lvds_stream.d_raw" --cmd_file="configPkg/compiler.opt" "../mmw_lvds_stream.c"
    Finished building: "../mmw_lvds_stream.c"
     
    Building file: "../mmw_cli.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmw_cli.d_raw" --cmd_file="configPkg/compiler.opt" "../mmw_cli.c"
    Finished building: "../mmw_cli.c"
     
    Building file: "../objdetrangehwa.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="objdetrangehwa.d_raw" --cmd_file="configPkg/compiler.opt" "../objdetrangehwa.c"
    Finished building: "../objdetrangehwa.c"
     
    Building file: "../mss_main.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mss_main.d_raw" --cmd_file="configPkg/compiler.opt" "../mss_main.c"
    Finished building: "../mss_main.c"
     
    Building target: "xwr18xx_mmw_demo_mss.xer4f"
    Invoking: ARM Linker
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f -z -m"xwr18xx_mmw_demo_mss.map" --heap_size=0x800 --stack_size=0x800 -i"/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwave/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwavelink/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/dpm/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/adcbuf/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/crc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/dma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/edma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/esm/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/gpio/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/hwa/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/mailbox/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/osal/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/pinmux/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/soc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/uart/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/cli/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/mathutils/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpu/rangeproc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpedma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/cbuff/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/hsiheader/lib" -i"/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --reread_libs --disable_auto_rts --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --warn_sections --xml_link_info="xwr18xx_mmw_demo_mss_linkInfo.xml" --rom_model --unused_section_elimination=on -o "xwr18xx_mmw_demo_mss.xer4f" "./mmw_cli.oer4f" "./mmw_lvds_stream.oer4f" "./mmwdemo_adcconfig.oer4f" "./mmwdemo_monitor.oer4f" "./mmwdemo_rfparser.oer4f" "./mss_main.oer4f" "./objdetrangehwa.oer4f" "../mmw_mss_linker.cmd" "../r4f_linker.cmd" -l"configPkg/linker.cmd" -llibosal_xwr18xx.aer4f -llibesm_xwr18xx.aer4f -llibgpio_xwr18xx.aer4f -llibsoc_xwr18xx.aer4f -llibpinmux_xwr18xx.aer4f -llibcrc_xwr18xx.aer4f -llibuart_xwr18xx.aer4f -llibmailbox_xwr18xx.aer4f -llibmmwavelink_xwr18xx.aer4f -llibmmwave_xwr18xx.aer4f -llibadcbuf_xwr18xx.aer4f -llibdma_xwr18xx.aer4f -llibedma_xwr18xx.aer4f -llibcli_xwr18xx.aer4f -llibhwa_xwr18xx.aer4f -llibdpm_xwr18xx.aer4f -llibmathutils.aer4f -llibcbuff_xwr18xx.aer4f -llibhsiheader_xwr18xx.aer4f -llibrangeproc_hwa_xwr18xx.aer4f -llibdpedma_hwa_xwr18xx.aer4f -lrtsv7R4_T_le_v3D16_eabi.lib -llibc.a 
    <Linking>
    Finished building target: "xwr18xx_mmw_demo_mss.xer4f"
     
    rm -f /home/sirab/workspace_v9/mmwave_sdk_18xx_mss/xwr18xx_mmw_demo.bin
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/out2rprc/out2rprc.exe xwr18xx_mmw_demo_mss.xer4f xwr18xx_mmw_demo_mss.tmp
    Parsing the input object file, xwr18xx_mmw_demo_mss.xer4f.
    Appending zeros 0
    Appending zeros 256
    Appending zeros 120616
    File conversion complete!
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x02000006 xwr18xx_mmw_demo.bin 0x35510000 xwr18xx_mmw_demo_mss.tmp 0xb5510000 /home/sirab/ti/mmwave_sdk_03_03_00_03/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 /home/sirab/workspace_v9/mmwave_sdk_18xx_dss/Release/xwr18xx_mmw_demo_dss.bin
    makefile:196: recipe for target 'post-build' failed
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe
    gmake[2]: [post-build] Error 2 (ignored)
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe
    gmake[2]: [post-build] Error 2 (ignored)
    gmake[2]: execvp: /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied
    gmake[2]: [post-build] Error 127 (ignored)
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe xwr18xx_mmw_demo.bin xwr18xx_mmw_demo.tmp
    makefile:196: recipe for target 'post-build' failed
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe xwr18xx_mmw_demo.bin
    makefile:196: recipe for target 'post-build' failed
     
    
    **** Build Finished ****
    

  • Ki,

    Thank you for your quick reply. I have attached the build log for your reference. Now after trying again

    I also noticed some errors in logs when building bin file. But still not able to find solution.

    **** Build of configuration Release for project mmwave_sdk_18xx_mss ****
    
    /home/sirab/ti/ccs930/ccs/utils/bin/gmake -k -j 4 all -O 
     
    Building file: "../mmw_mss.cfg"
    Invoking: XDCtools
    "/home/sirab/ti/xdctools_3_50_08_24_core/xs" --xdcpath="/home/sirab/ti/bios_6_73_01_01/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.R4F -p ti.platforms.cortexR:IWR18XX:false:200 -r release -c "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --compileOptions "--enum_type=int " "../mmw_mss.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring mmw_mss.xer4f from package/cfg/mmw_mss_per4f.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making /home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios/sysbios.aer4f ...
    gmake[1]: Entering directory `/home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios'
    Build of libraries done.
    cler4f package/cfg/mmw_mss_per4f.c ...
    Finished building: "../mmw_mss.cfg"
     
    Building file: "../mmwdemo_monitor.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_monitor.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_monitor.c"
    Finished building: "../mmwdemo_monitor.c"
     
    Building file: "../mmwdemo_adcconfig.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_adcconfig.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_adcconfig.c"
    Finished building: "../mmwdemo_adcconfig.c"
     
    Building file: "../mmwdemo_rfparser.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_rfparser.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_rfparser.c"
    Finished building: "../mmwdemo_rfparser.c"
     
    Building file: "../mmw_lvds_stream.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmw_lvds_stream.d_raw" --cmd_file="configPkg/compiler.opt" "../mmw_lvds_stream.c"
    Finished building: "../mmw_lvds_stream.c"
     
    Building file: "../mmw_cli.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmw_cli.d_raw" --cmd_file="configPkg/compiler.opt" "../mmw_cli.c"
    Finished building: "../mmw_cli.c"
     
    Building file: "../objdetrangehwa.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="objdetrangehwa.d_raw" --cmd_file="configPkg/compiler.opt" "../objdetrangehwa.c"
    Finished building: "../objdetrangehwa.c"
     
    Building file: "../mss_main.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mss_main.d_raw" --cmd_file="configPkg/compiler.opt" "../mss_main.c"
    Finished building: "../mss_main.c"
     
    Building target: "xwr18xx_mmw_demo_mss.xer4f"
    Invoking: ARM Linker
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f -z -m"xwr18xx_mmw_demo_mss.map" --heap_size=0x800 --stack_size=0x800 -i"/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwave/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwavelink/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/dpm/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/adcbuf/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/crc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/dma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/edma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/esm/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/gpio/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/hwa/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/mailbox/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/osal/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/pinmux/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/soc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/uart/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/cli/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/mathutils/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpu/rangeproc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpedma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/cbuff/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/hsiheader/lib" -i"/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --reread_libs --disable_auto_rts --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --warn_sections --xml_link_info="xwr18xx_mmw_demo_mss_linkInfo.xml" --rom_model --unused_section_elimination=on -o "xwr18xx_mmw_demo_mss.xer4f" "./mmw_cli.oer4f" "./mmw_lvds_stream.oer4f" "./mmwdemo_adcconfig.oer4f" "./mmwdemo_monitor.oer4f" "./mmwdemo_rfparser.oer4f" "./mss_main.oer4f" "./objdetrangehwa.oer4f" "../mmw_mss_linker.cmd" "../r4f_linker.cmd" -l"configPkg/linker.cmd" -llibosal_xwr18xx.aer4f -llibesm_xwr18xx.aer4f -llibgpio_xwr18xx.aer4f -llibsoc_xwr18xx.aer4f -llibpinmux_xwr18xx.aer4f -llibcrc_xwr18xx.aer4f -llibuart_xwr18xx.aer4f -llibmailbox_xwr18xx.aer4f -llibmmwavelink_xwr18xx.aer4f -llibmmwave_xwr18xx.aer4f -llibadcbuf_xwr18xx.aer4f -llibdma_xwr18xx.aer4f -llibedma_xwr18xx.aer4f -llibcli_xwr18xx.aer4f -llibhwa_xwr18xx.aer4f -llibdpm_xwr18xx.aer4f -llibmathutils.aer4f -llibcbuff_xwr18xx.aer4f -llibhsiheader_xwr18xx.aer4f -llibrangeproc_hwa_xwr18xx.aer4f -llibdpedma_hwa_xwr18xx.aer4f -lrtsv7R4_T_le_v3D16_eabi.lib -llibc.a 
    <Linking>
    Finished building target: "xwr18xx_mmw_demo_mss.xer4f"
     
    rm -f /home/sirab/workspace_v9/mmwave_sdk_18xx_mss/xwr18xx_mmw_demo.bin
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/out2rprc/out2rprc.exe xwr18xx_mmw_demo_mss.xer4f xwr18xx_mmw_demo_mss.tmp
    Parsing the input object file, xwr18xx_mmw_demo_mss.xer4f.
    Appending zeros 0
    Appending zeros 256
    Appending zeros 120616
    File conversion complete!
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x02000006 xwr18xx_mmw_demo.bin 0x35510000 xwr18xx_mmw_demo_mss.tmp 0xb5510000 /home/sirab/ti/mmwave_sdk_03_03_00_03/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 /home/sirab/workspace_v9/mmwave_sdk_18xx_dss/Release/xwr18xx_mmw_demo_dss.bin
    makefile:196: recipe for target 'post-build' failed
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe
    gmake[2]: [post-build] Error 2 (ignored)
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe
    gmake[2]: [post-build] Error 2 (ignored)
    gmake[2]: execvp: /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied
    gmake[2]: [post-build] Error 127 (ignored)
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe xwr18xx_mmw_demo.bin xwr18xx_mmw_demo.tmp
    makefile:196: recipe for target 'post-build' failed
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe xwr18xx_mmw_demo.bin
    makefile:196: recipe for target 'post-build' failed
     
    
    **** Build Finished ****
    

  • Ki,

    Thank you for your quick reply. I have attached the build log for your reference. Now after trying again

    I also noticed some errors in logs when building bin file. But still not able to find solution.

    **** Build of configuration Release for project mmwave_sdk_18xx_mss ****
    
    /home/sirab/ti/ccs930/ccs/utils/bin/gmake -k -j 4 all -O 
     
    Building file: "../mmw_mss.cfg"
    Invoking: XDCtools
    "/home/sirab/ti/xdctools_3_50_08_24_core/xs" --xdcpath="/home/sirab/ti/bios_6_73_01_01/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.R4F -p ti.platforms.cortexR:IWR18XX:false:200 -r release -c "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --compileOptions "--enum_type=int " "../mmw_mss.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring mmw_mss.xer4f from package/cfg/mmw_mss_per4f.cfg ...
    generating custom ti.sysbios library makefile ... 
    Starting build of library sources ...
    making /home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios/sysbios.aer4f ...
    gmake[1]: Entering directory `/home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios'
    gmake[1]: Nothing to be done for `all'.
    gmake[1]: Leaving directory `/home/sirab/workspace_v9/mmwave_sdk_18xx_mss/src/sysbios'
    Build of libraries done.
    cler4f package/cfg/mmw_mss_per4f.c ...
    Finished building: "../mmw_mss.cfg"
     
    Building file: "../mmwdemo_monitor.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_monitor.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_monitor.c"
    Finished building: "../mmwdemo_monitor.c"
     
    Building file: "../mmwdemo_adcconfig.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_adcconfig.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_adcconfig.c"
    Finished building: "../mmwdemo_adcconfig.c"
     
    Building file: "../mmwdemo_rfparser.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmwdemo_rfparser.d_raw" --cmd_file="configPkg/compiler.opt" "../mmwdemo_rfparser.c"
    Finished building: "../mmwdemo_rfparser.c"
     
    Building file: "../mmw_lvds_stream.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmw_lvds_stream.d_raw" --cmd_file="configPkg/compiler.opt" "../mmw_lvds_stream.c"
    Finished building: "../mmw_lvds_stream.c"
     
    Building file: "../mmw_cli.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mmw_cli.d_raw" --cmd_file="configPkg/compiler.opt" "../mmw_cli.c"
    Finished building: "../mmw_cli.c"
     
    Building file: "../objdetrangehwa.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="objdetrangehwa.d_raw" --cmd_file="configPkg/compiler.opt" "../objdetrangehwa.c"
    Finished building: "../objdetrangehwa.c"
     
    Building file: "../mss_main.c"
    Invoking: ARM Compiler
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="/home/sirab/workspace_v9/mmwave_sdk_18xx_mss" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/xwr18xx/mmw" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/objdetrangehwa" --include_path="/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/objectdetection/common" --include_path="/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mss_main.d_raw" --cmd_file="configPkg/compiler.opt" "../mss_main.c"
    Finished building: "../mss_main.c"
     
    Building target: "xwr18xx_mmw_demo_mss.xer4f"
    Invoking: ARM Linker
    "/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --define=SOC_XWR18XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=APP_RESOURCE_FILE='<'ti/demo/xwr18xx/mmw/mmw_res.h'>' -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f -z -m"xwr18xx_mmw_demo_mss.map" --heap_size=0x800 --stack_size=0x800 -i"/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwave/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwavelink/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/control/dpm/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/adcbuf/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/crc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/dma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/edma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/esm/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/gpio/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/hwa/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/mailbox/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/osal/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/pinmux/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/soc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/uart/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/cli/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/mathutils/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpu/rangeproc/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpedma/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/cbuff/lib" -i"/home/sirab/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/hsiheader/lib" -i"/home/sirab/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include" --reread_libs --disable_auto_rts --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --warn_sections --xml_link_info="xwr18xx_mmw_demo_mss_linkInfo.xml" --rom_model --unused_section_elimination=on -o "xwr18xx_mmw_demo_mss.xer4f" "./mmw_cli.oer4f" "./mmw_lvds_stream.oer4f" "./mmwdemo_adcconfig.oer4f" "./mmwdemo_monitor.oer4f" "./mmwdemo_rfparser.oer4f" "./mss_main.oer4f" "./objdetrangehwa.oer4f" "../mmw_mss_linker.cmd" "../r4f_linker.cmd" -l"configPkg/linker.cmd" -llibosal_xwr18xx.aer4f -llibesm_xwr18xx.aer4f -llibgpio_xwr18xx.aer4f -llibsoc_xwr18xx.aer4f -llibpinmux_xwr18xx.aer4f -llibcrc_xwr18xx.aer4f -llibuart_xwr18xx.aer4f -llibmailbox_xwr18xx.aer4f -llibmmwavelink_xwr18xx.aer4f -llibmmwave_xwr18xx.aer4f -llibadcbuf_xwr18xx.aer4f -llibdma_xwr18xx.aer4f -llibedma_xwr18xx.aer4f -llibcli_xwr18xx.aer4f -llibhwa_xwr18xx.aer4f -llibdpm_xwr18xx.aer4f -llibmathutils.aer4f -llibcbuff_xwr18xx.aer4f -llibhsiheader_xwr18xx.aer4f -llibrangeproc_hwa_xwr18xx.aer4f -llibdpedma_hwa_xwr18xx.aer4f -lrtsv7R4_T_le_v3D16_eabi.lib -llibc.a 
    <Linking>
    Finished building target: "xwr18xx_mmw_demo_mss.xer4f"
     
    rm -f /home/sirab/workspace_v9/mmwave_sdk_18xx_mss/xwr18xx_mmw_demo.bin
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/out2rprc/out2rprc.exe xwr18xx_mmw_demo_mss.xer4f xwr18xx_mmw_demo_mss.tmp
    Parsing the input object file, xwr18xx_mmw_demo_mss.xer4f.
    Appending zeros 0
    Appending zeros 256
    Appending zeros 120616
    File conversion complete!
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x02000006 xwr18xx_mmw_demo.bin 0x35510000 xwr18xx_mmw_demo_mss.tmp 0xb5510000 /home/sirab/ti/mmwave_sdk_03_03_00_03/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 /home/sirab/workspace_v9/mmwave_sdk_18xx_dss/Release/xwr18xx_mmw_demo_dss.bin
    makefile:196: recipe for target 'post-build' failed
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe
    gmake[2]: [post-build] Error 2 (ignored)
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe
    gmake[2]: [post-build] Error 2 (ignored)
    gmake[2]: execvp: /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied
    gmake[2]: [post-build] Error 127 (ignored)
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe xwr18xx_mmw_demo.bin xwr18xx_mmw_demo.tmp
    makefile:196: recipe for target 'post-build' failed
    /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe xwr18xx_mmw_demo.bin
    makefile:196: recipe for target 'post-build' failed
     
    
    **** Build Finished ****
    

  • Hello, 

    according to your log: 

    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe
    gmake[2]: [post-build] Error 2 (ignored)
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe
    gmake[2]: [post-build] Error 2 (ignored)
    gmake[2]: execvp: /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied
    gmake[2]: [post-build] Error 127 (ignored)

    Check permissions for gen_bincrc32.exe

  • Tomasz Kocon said:

    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe
    gmake[2]: [post-build] Error 2 (ignored)
    run-detectors: unable to find an interpreter for /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe
    gmake[2]: [post-build] Error 2 (ignored)
    gmake[2]: execvp: /home/sirab/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe: Permission denied
    gmake[2]: [post-build] Error 127 (ignored)

    Check permissions for gen_bincrc32.exe

    The post-build step seems to be running Windows executables. Ravi is running on Linux. I installed the Linux version of the SDK on my Linux machine but I get the same issue. It looks like an issue with the demo example itself.

    I will move this thread to the device forum for further guidance.

    Thanks

    ki

  • Hi, I recommend you use the SDK make file based build system under linux. The CCS projects in the Industrial Toolbox may not be supported for Linux. I will ask the Industrial team to review this thread and provide more information thank you Cesar