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.

AWR1642BOOST: AWR1642BOOST

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: SYSBIOS, MATHLIB

Hi, I have been trying to build mmWave SDK's automotive toolbox lab demos
When I try to build Short Range Radar for AWR 1642 BOOST, i get the following error:


**** Build of configuration Debug for project srrdemo_16xx_dss ****

"C:\\ti\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

rm -f E:/TI MMW/srrdemo_16xx_dss/srrdemo_16xx_dss.bin
makefile:194: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f E:/TI MMW/srrdemo_16xx_dss/srrdemo_16xx_dss.bin, ...) failed.

gmake[1]: [pre-build] Error 2 (ignored)

Building file: "../dss_srr.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/ti/bios_6_73_01_01/packages;C:/ti/dsplib_c674x_3_4_0_0/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:AWR16XX:false:600 -r release -c "C:/ti/ti-cgt-c6000_8.3.3" "../dss_srr.cfg"
configuring dss_srr.xe674 from package/cfg/dss_srr_pe674.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
Build of libraries failed.
subdir_rules.mk:19: recipe for target 'build-1180652703-inproc' failed
gmake: E:/TI: No such file or directory
gmake: *** No rule to make target `E:/TI'. Stop.
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_50_08_24_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/xdctools_3_50_08_24_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/dss_srr_pe674.xdl] Error 1
xdctools_3_50_08_24_core\gmake.exe: *** Deleting file `package/cfg/dss_srr_pe674.xdl'
xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/dss_srr_pe674.xdl] Deleting file `package/cfg/dss_srr_pe674.h'
xdctools_3_50_08_24_core\gmake.exe: *** [package/cfg/dss_srr_pe674.xdl] Deleting file `package/cfg/dss_srr_pe674.c'
js: "C:/ti/xdctools_3_50_08_24_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[2]: *** [build-1180652703-inproc] Error 1
gmake[1]: *** [build-1180652703] Error 2
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
subdir_rules.mk:16: recipe for target 'build-1180652703' failed
makefile:160: recipe for target 'all' failed

**** Build Finished ****

The user guide mentions that if the build fails with errors, I should check all prerequisites, which I have and I found no discrepancies. Please help.
I am using mmWave SDK 3.5.0.4 and automotive toolbox 3.3.0 CCS 10.3.1 

  • 1st error/warning you may see in CCS as originally bin file was not there so deleting that will fail.

    rm -f E:/TI MMW/srrdemo_16xx_dss/srrdemo_16xx_dss.bin
    makefile:194: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, rm -f E:/TI MMW/srrdemo_16xx_dss/srrdemo_16xx_dss.bin, ...) failed.

    gmake[1]: [pre-build] Error 2 (ignored)

    Now for other error, let us check and get back to you.

  • Hi Satish,

    Welcome to E2E!

    Could you try this in a workspace without spaces? Your current path "E:/TI MMW" might me causing some issues. Perhaps try E:/TI_MMW and let me know if that works for you?

    Regards,

    Aayush 

  • Hi, I tried changing my workspace name to TI_MMW and i get the following log:


    **** Clean-only build of configuration Debug for project srrdemo_16xx_dss ****

    "C:\\ti\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O

    DEL /F "srrdemo_16xx_dss.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "srrdemo_16xx_dss.xe674"
    DEL /F "Extended_Kalman_Filter_xyz.oe674" "clusteringDBscan.oe674" "dss_config_edma_util.oe674" "dss_data_path.oe674" "dss_main.oe674" "gen_twiddle_fft16x16.oe674" "gen_twiddle_fft32x32.oe674" "common\cfg.oe674"
    DEL /F "Extended_Kalman_Filter_xyz.d" "clusteringDBscan.d" "dss_config_edma_util.d" "dss_data_path.d" "dss_main.d" "gen_twiddle_fft16x16.d" "gen_twiddle_fft32x32.d" "common\cfg.d"
    RMDIR /S/Q "configPkg\"
    Could Not Find E:\TI_MMW\srrdemo_16xx_dss\Debug\srrdemo_16xx_dss.hex
    Could Not Find E:\TI_MMW\srrdemo_16xx_dss\Debug\srrdemo_16xx_dss.xe674
    Could Not Find E:\TI_MMW\srrdemo_16xx_dss\Debug\Extended_Kalman_Filter_xyz.oe674
    Could Not Find E:\TI_MMW\srrdemo_16xx_dss\Debug\common\cfg.oe674
    Could Not Find E:\TI_MMW\srrdemo_16xx_dss\Debug\Extended_Kalman_Filter_xyz.d
    Could Not Find E:\TI_MMW\srrdemo_16xx_dss\Debug\common\cfg.d
    Finished clean

    **** Build Finished ****

    **** Build of configuration Debug for project srrdemo_16xx_dss ****

    "C:\\ti\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

    rm -f E:/TI_MMW/srrdemo_16xx_dss/srrdemo_16xx_dss.bin
    makefile:194: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, rm -f E:/TI_MMW/srrdemo_16xx_dss/srrdemo_16xx_dss.bin, ...) failed.

    gmake[1]: [pre-build] Error 2 (ignored)

    Building file: "../dss_srr.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/ti/bios_6_73_01_01/packages;C:/ti/dsplib_c674x_3_4_0_0/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:AWR16XX:false:600 -r release -c "C:/ti/ti-cgt-c6000_8.3.3" "../dss_srr.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring dss_srr.xe674 from package/cfg/dss_srr_pe674.cfg ...
    generating custom ti.sysbios library makefile ...
    Starting build of library sources ...
    making E:/TI_MMW/srrdemo_16xx_dss/src/sysbios/sysbios.ae674 ...
    gmake[1]: Entering directory `E:/TI_MMW/srrdemo_16xx_dss/src/sysbios'
    cle674 C:/ti/bios_6_73_01_01/packages/ti/sysbios/BIOS.c ...
    asme674 C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/c64p/Exception_asm.s64P ...
    asme674 C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/c64p/Hwi_asm.s62 ...
    asme674 C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/c64p/Hwi_asm_switch.s62 ...
    asme674 C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/c64p/Hwi_disp_always.s64P ...
    asme674 C:/ti/bios_6_73_01_01/packages/ti/sysbios/rts/ti/tls_get_tp.asm ...
    asme674 C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/c62/TaskSupport_asm.s62 ...
    are674 BIOS.obj c64p_Exception_asm.obj c64p_Hwi_asm.obj c64p_Hwi_asm_switch.obj c64p_Hwi_disp_always.obj ti_tls_get_tp.obj c62_TaskSupport_asm.obj ...
    gmake[1]: Leaving directory `E:/TI_MMW/srrdemo_16xx_dss/src/sysbios'
    Build of libraries done.
    cle674 package/cfg/dss_srr_pe674.c ...
    Finished building: "../dss_srr.cfg"

    Building file: "../dss_config_edma_util.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss_config_edma_util.d_raw" --cmd_file="configPkg/compiler.opt" "../dss_config_edma_util.c"
    Finished building: "../dss_config_edma_util.c"

    Building file: "../clusteringDBscan.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="clusteringDBscan.d_raw" --cmd_file="configPkg/compiler.opt" "../clusteringDBscan.c"
    Finished building: "../clusteringDBscan.c"

    Building file: "../dss_main.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss_main.d_raw" --cmd_file="configPkg/compiler.opt" "../dss_main.c"
    Finished building: "../dss_main.c"

    Building file: "../gen_twiddle_fft16x16.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="gen_twiddle_fft16x16.d_raw" --cmd_file="configPkg/compiler.opt" "../gen_twiddle_fft16x16.c"
    Finished building: "../gen_twiddle_fft16x16.c"

    Building file: "../gen_twiddle_fft32x32.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="gen_twiddle_fft32x32.d_raw" --cmd_file="configPkg/compiler.opt" "../gen_twiddle_fft32x32.c"
    Finished building: "../gen_twiddle_fft32x32.c"

    Building file: "../common/cfg.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/cfg.d_raw" --obj_directory="common" --cmd_file="configPkg/compiler.opt" "../common/cfg.c"
    Finished building: "../common/cfg.c"

    Building file: "../Extended_Kalman_Filter_xyz.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="Extended_Kalman_Filter_xyz.d_raw" --cmd_file="configPkg/compiler.opt" "../Extended_Kalman_Filter_xyz.c"
    Finished building: "../Extended_Kalman_Filter_xyz.c"

    Building file: "../dss_data_path.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="E:/TI_MMW/srrdemo_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss_data_path.d_raw" --cmd_file="configPkg/compiler.opt" "../dss_data_path.c"
    Finished building: "../dss_data_path.c"

    Building target: "srrdemo_16xx_dss.xe674"
    Invoking: C6000 Linker
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3RAM_NUM_BANK=0x6 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 -z -m"srrdemo_16xx_dss.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ti-cgt-c6000_8.3.3/lib" -i"E:/TI_MMW/srrdemo_16xx_dss" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/control/mmwave/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/control/mmwavelink/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/drivers/crc/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/drivers/mailbox/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/drivers/osal/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/drivers/soc/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/drivers/uart/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/drivers/edma/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/drivers/adcbuf/lib" -i"C:/ti/mmwave_sdk_03_05_00_04/packages/ti/alg/mmwavelib/lib" -i"C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/lib" -i"C:/ti/mathlib_c674x_3_1_2_1/packages/ti/mathlib/lib" -i"C:/ti/ti-cgt-c6000_8.3.3/include" --reread_libs --disable_auto_rts --diag_warning=225 --diag_wrap=off --display_error_number --warn_sections --xml_link_info="xwr16xx_srrdemo_16xx_dss_linkInfo.xml" --ram_model --unused_section_elimination=on -o "srrdemo_16xx_dss.xe674" "./Extended_Kalman_Filter_xyz.oe674" "./clusteringDBscan.oe674" "./dss_config_edma_util.oe674" "./dss_data_path.oe674" "./dss_main.oe674" "./gen_twiddle_fft16x16.oe674" "./gen_twiddle_fft32x32.oe674" "./common/cfg.oe674" "../c674x_linker.cmd" "../dss_srr_linker.cmd" -l"configPkg/linker.cmd" -llibosal_xwr16xx.ae674 -llibsoc_xwr16xx.ae674 -llibcrc_xwr16xx.ae674 -llibuart_xwr16xx.ae674 -llibmailbox_xwr16xx.ae674 -llibmmwavelink_xwr16xx.ae674 -llibmmwave_xwr16xx.ae674 -lmathlib.ae674 -ldsplib.ae64P -llibedma_xwr16xx.ae674 -llibadcbuf_xwr16xx.ae674 -llibmmwavealg_xwr16xx.ae674 -lrts6740_elf.lib -llibc.a
    <Linking>
    warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x20003610, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
    warning #10370-D: Possible codesize or performance degradation. Section ".text:SOC_init:libsoc_xwr16xx.ae674<soc.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x200034e0, or in a different section. To optimize codesize, either 1) place rts closer to call site, or 2) place rts in same section, or 3) compile with --disable_push_pop.
    Finished building target: "srrdemo_16xx_dss.xe674"

    C:/ti/mmwave_sdk_03_05_00_04/packages/scripts/ImageCreator/out2rprc/out2rprc.exe srrdemo_16xx_dss.xe674 srrdemo_16xx_dss.bin
    Parsing the input object file, srrdemo_16xx_dss.xe674.
    Appending zeros 8454144
    Appending zeros 8461488
    Appending zeros 8466360
    File conversion complete!

    **** Build Finished ****


    I'm not sure whether it's building or not now because it still shows "gmake[1]: [pre-build] Error 2 (ignored)"

  • Hi, I'm not sure I understand this, do I have to look for a bin file in the location E:/TI MMW/srrdemo_16xx_dss/ ?

  • Hi Satish,

    The above log indicates that your DSS build has completed. You would find a DSS binary file in the project's bin folder. You get the pre-build error the first time because the pre build step tries to remove the stale binary file, which doesn't exist for the first build.

    You would need to build the MSS project next, and will find the DSS+MSS binary in the MSS folder.

    Regards,

    Aayush

  • Hi, as you mentioned I found a binary file each for the DSS and MSS in their respective Debug folders, and an additional srrdemo_16xx.bin in MSS's debug folder. I think this solved my issue?

  • Hi,

    Glad I could help, I'll close this thread now.

    Another thing I would just like to mention is that the srrdemo_16xx.bin is the MSS+DSS image that you would flash on to the device. The individual .bin files for MSS and DSS aren't really useful (they are just intermediate outputs used for creating the single .bin file), but the JTAG debug binaries (.xer4f and .xe674) are useful and can be loaded on the device over CCS via USB. You would find these binaries in the respective folders. You will find details on how to flash/load over CCS in the developer's guide of the labs.

    Regards,

    Aayush

  • Thank you so much!

    the srrdemo_16xx.bin is the MSS+DSS image that you would flash on to the device.

    That much I surmised
    Thanks again