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.

AWR6843AOPEVM: Unable to build any of the AWR6843AOPEVM examples

Part Number: AWR6843AOPEVM
Other Parts Discussed in Thread: MMWAVEICBOOST, AWR6843AOP, TMS320C6670, TMS320TCI6608, TMS320C6654, TMS320C6655, TMS320C6657, TMS320C6671, TMS320C6672, TMS320C6674, TMS320C6678, TMS320DM8148, TMS320DM8168, TMS320C6747, TMS320C6745, TMS320C6743, OMAPL138, TMS320C6742, TMS320C6746, TMS320C6748, SYSBIOS, MATHLIB, AWR6843

Hi,

   I tried importing CCS projects via labs , in specific : multi_gesture_68xx_aop.

I have connected AWR6843AOP to mmwaveICBOOST carrier board and configured to work under functional mode.

After importing when i build dss project , i get the error as below : 

**** Build of configuration Debug for project multi_gesture_68xx_aop_dss ****

"C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/multi_gesture_68xx_aop_dss/Debug/multi_gesture_68xx_aop_dss.bin
makefile:182: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/multi_gesture_68xx_aop_dss/Debug/multi_gesture_68xx_aop_dss.bin, ...) failed.

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

Building file: "../dss/dss_mmw.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_04_43_core/xs" --xdcpath="C:/ti/bios_6_53_02_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR68XX:false:600 -r release -c "C:/ti/ti-cgt-c6000_8.3.3" --compileOptions "--enum_type=int " "../dss/dss_mmw.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_mmw.xe674 from package/cfg/dss_mmw_pe674.cfg ...
The IWR68XX device is not currently supported.
The following devices are supported for the C674 target:
TMS320C6670
TMS320DA830
DM37XX
TMS320TI816X
DRA7XX
AWR16XX
Kepler
TMS320TCI6634
TMS320TCI6636
TMS320TCI6638
TMS320TCI6608
TMS320TCI6614
TMS320TCI6616
TMS320TCI6618
TMS320TCI6630K2L
TMS320C66AK2H06
TMS320C66AK2H12
TMS320C66AK2E02
TMS320C66AK2E05
TCI66AK2G02
TMS320C6654
TMS320C6655
TMS320C6657
TMS320C6671
TMS320C6672
TMS320C6674
TMS320C6678
TMS320CDM740
TMS320C6A8149
TMS320C6A8168
TMS320TI811X
TMS320TI814X
TMS320DM8148
TMS320DM8168
Arctic
TMS320DA802
TMS320DA803
TMS320DA804
TMS320DA805
TMS320DA807
TMS320DA808
TMS320DA810
TMS320DA828
TMS320C6747
TMS320C6745
TMS320C6743
OMAPL137
OMAPL108
OMAPL118
OMAPL138
TMS320DA840
TMS320DA850
TMS320C6742
TMS320C6746
TMS320C6748
Vayu
TDA3XX
IWR16XX
dss/subdir_rules.mk:19: recipe for target 'build-743149201-inproc' failed
js: "C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/c64p/Settings.xs", line 194: Error: Unsupported device!
"C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/c64p/Settings.xs", line 220
"C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/Settings.xs", line 170
"C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/Settings.xs", line 123
"D:/Vinay/personal/Phd/IIITB/Radar_workspace/multi_gesture_68xx_aop_dss/dss/dss_mmw.cfg", line 15
"./package/cfg/dss_mmw_pe674.cfg", line 187
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Error 1
js: "C:/ti/xdctools_3_50_04_43_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-743149201-inproc] Error 1
gmake[1]: *** [build-743149201] Error 2
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
dss/subdir_rules.mk:16: recipe for target 'build-743149201' failed
makefile:156: recipe for target 'all' failed

**** Build Finished ****

I am using CCS 12.1 on windows 10 OS  and have installed mmwavesdk 3.06_LTS and Radartoolbox 1_00_00_26.

The labs were picked from : mmwave_automotive_toolbox_3_6_0

Can you please let me know how should i resolve this build issue.

  • Hi, 

    Some questions for you:

    1. Does this build error occur only when trying to build this specific gesture recognition lab or does this also happen when trying to build other demos? E.g. are you able to successfully import and build the Out of Box demo (OOB)?
    2. Does any error occur when building the MSS project or only with the DSS project?
    3. Can you confirm the specific demo/lab you are trying to build? It seems you are attempting to build one of our old gesture demos which was included with the Industrial Toolbox up to version 4.12.1 but has since been deprecated with the release of the Radar Toolbox. In case you were unaware, the latest gesture demo can be found here.

    Best Regards,

    Josh

  • Thanks, Josh, for your reply.

    Answers : 

    1) Yes, build errors come for any other project relevent to AWR6843AOP. Whereas i have 1642BOOST ODS projects, which build and run smoothly.

    I did try Out of Box demo as below and got same error : 

    **** Build of configuration Debug for project out_of_box_6843_aop ****

    "C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

    rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/out_of_box_6843_aop/Debug/out_of_box_6843_aop.bin
    makefile:195: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/out_of_box_6843_aop/Debug/out_of_box_6843_aop.bin, ...) failed.

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

    Building file: "../mmw.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_50_04_43_core/xs" --xdcpath="C:/ti/bios_6_53_02_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.R4Ft -p ti.platforms.cortexR:IWR68XX:false:200 -r release -c "C:/ti/ti-cgt-arm_16.9.6.LTS" --compileOptions "--enum_type=int " "../mmw.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.xer4ft from package/cfg/mmw_per4ft.cfg ...
    The IWR68XX device is not currently supported.
    The following devices are supported in the ti.catalog.arm.cortexr5 catalog:
    RM57D8XX SIMFLEMING SIMMAXWELL
    subdir_rules.mk:19: recipe for target 'build-1188615185-inproc' failed
    js: "C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/arm/Settings.xs", line 672: Error: Unsupported device!
    "C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/arm/Settings.xs", line 831
    "C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/Settings.xs", line 242
    "C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/Settings.xs", line 121
    "D:/Vinay/personal/Phd/IIITB/Radar_workspace/out_of_box_6843_aop/mmw.cfg", line 15
    "./package/cfg/mmw_per4ft.cfg", line 196
    gmake.exe: *** [package/cfg/mmw_per4ft.xdl] Error 1
    js: "C:/ti/xdctools_3_50_04_43_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-1188615185-inproc] Error 1
    gmake[1]: *** [build-1188615185] Error 2
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    subdir_rules.mk:16: recipe for target 'build-1188615185' failed
    makefile:169: recipe for target 'all' failed

    **** Build Finished ****

    2) This error comes either you run MSS or DSS.

    3) I am using RadarToolbox 1.00.00.26 (which i believe is latest).

  • I installed XDC3.5 and it resolved build issues seen in outof the box demo.

    But when i am trying Incabinsensing i am getting errors , as few files seem to be missing .


    **** Build of configuration default for project occupancy_detection_3d_68xx_dss ****

    "C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

    rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/default/occupancy_detection_3d_68xx_dss.bin
    makefile:181: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/default/occupancy_detection_3d_68xx_dss.bin, ...) failed.

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

    Building file: "../dss/mmwLab_dss.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/ti/bios_6_73_01_01/packages;C:/ti/mathlib_c674x_3_1_2_1/packages;C:/ti/dsplib_c674x_3_4_0_0/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR68XX:false:600 -r release -c "C:/ti/ti-cgt-c6000_8.3.3" "../dss/mmwLab_dss.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring mmwLab_dss.xe674 from package/cfg/mmwLab_dss_pe674.cfg ...
    generating custom ti.sysbios library makefile ...
    Starting build of library sources ...
    making D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss/src/sysbios/sysbios.ae674 ...
    gmake[1]: Entering directory `D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/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 `D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss/src/sysbios'
    Build of libraries done.
    cle674 package/cfg/mmwLab_dss_pe674.c ...
    "C:/ti/xdctools_3_50_08_24_core/packages/xdc/runtime/Text.c", line 218: remark #2142-D: comparison between signed and unsigned operands
    "C:/ti/xdctools_3_50_08_24_core/packages/xdc/runtime/Text.c", line 237: remark #2142-D: comparison between signed and unsigned operands
    Finished building: "../dss/mmwLab_dss.cfg"

    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"

    >> Compilation failure
    common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/subdir_rules.mk:9: recipe for target 'common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.oe674' failed
    "..\common\src\dpu\capon3d_overhead\modules\detection\CFAR\src\../api/RADARDEMO_detectionCFAR.h", line 43: fatal error #1965: cannot open source file "common/swpform.h"
    1 catastrophic error detected in the compilation of "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c".
    Compilation terminated.
    gmake[1]: *** [common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.oe674] Error 1
    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"

    >> Compilation failure
    common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/subdir_rules.mk:9: recipe for target 'common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.oe674' failed
    "..\common\src\dpu\capon3d_overhead\modules\detection\CFAR\src\RADARDEMO_detectionCFAR_priv.h", line 43: fatal error #1965: cannot open source file "common/swpform.h"
    1 catastrophic error detected in the compilation of "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c".
    Compilation terminated.
    gmake[1]: *** [common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.oe674] Error 1
    Building file: "../dss/dss_main.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss/dss_main.d_raw" --obj_directory="dss" --cmd_file="configPkg/compiler.opt" "../dss/dss_main.c"

    >> Compilation failure
    dss/subdir_rules.mk:9: recipe for target 'dss/dss_main.oe674' failed
    "../dss/dss_main.c", line 79: fatal error #1965: cannot open source file "common/src/dpc/capon3d_overhead/objectdetection.h"
    1 catastrophic error detected in the compilation of "../dss/dss_main.c".
    Compilation terminated.
    gmake[1]: *** [dss/dss_main.oe674] Error 1
    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.c"
    Finished building: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.c"

    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.c"
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    Finished building: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.c"

    makefile:155: recipe for target 'all' failed

    **** Build Finished ****

  • The below files seem to be missing .

    When i checked package, it shows 

  • Hello,

    Can you please let me know the process you are using to import projects to CCS? If you are trying to import projects from the Resource Explorer through CCS there may be some bug. Can you please try importing the project by the following process?

    1. Radar Toolbox is installed locally on your machine. (Based on the image you shared of your discovered products it seems this is already the case.)

    2. In CCS, at the top of the screen, select Project→Import CCS Projects

    3. In the window that opens, select Browse

    4. Navigate to the directory of the project you wish to import. Click Select Folder. E.g. C:/ti/radar_toolbox_1_00_00_26/source/ti/examples/InCabin_Sensing/AWR6843_High_Accuracy_Localization_Demo_with_Classification/src/68xx

    5. Discovered projects in that directory should then be displayed. Select the required projects then select Finish. (For examples which utilize both cores you will need to import both the MSS and DSS projects)

    Please let me know if the issue persists when following the steps above. 

    Best Regards, 

    Josh

  • Hi Josh,

         Performed as suggested, but still getting these errors : 

    And build errors : 

    **** Build of configuration default for project occupancy_detection_3d_68xx_dss ****

    "C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

    rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/default/occupancy_detection_3d_68xx_dss.bin
    makefile:181: recipe for target 'pre-build' failed
    process_begin: CreateProcess(NULL, rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/default/occupancy_detection_3d_68xx_dss.bin, ...) failed.

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

    Building file: "../dss/mmwLab_dss.cfg"
    Invoking: XDCtools
    "C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/ti/bios_6_73_01_01/packages;C:/ti/mathlib_c674x_3_1_2_1/packages;C:/ti/dsplib_c674x_3_4_0_0/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR68XX:false:600 -r release -c "C:/ti/ti-cgt-c6000_8.3.3" "../dss/mmwLab_dss.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring mmwLab_dss.xe674 from package/cfg/mmwLab_dss_pe674.cfg ...
    generating custom ti.sysbios library makefile ...
    Starting build of library sources ...
    making D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss/src/sysbios/sysbios.ae674 ...
    gmake[1]: Entering directory `D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/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 `D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss/src/sysbios'
    Build of libraries done.
    cle674 package/cfg/mmwLab_dss_pe674.c ...
    "C:/ti/xdctools_3_50_08_24_core/packages/xdc/runtime/Text.c", line 218: remark #2142-D: comparison between signed and unsigned operands
    "C:/ti/xdctools_3_50_08_24_core/packages/xdc/runtime/Text.c", line 237: remark #2142-D: comparison between signed and unsigned operands
    Finished building: "../dss/mmwLab_dss.cfg"

    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"

    >> Compilation failure
    common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/subdir_rules.mk:9: recipe for target 'common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.oe674' failed
    "..\common\src\dpu\capon3d_overhead\modules\detection\CFAR\src\../api/RADARDEMO_detectionCFAR.h", line 43: fatal error #1965: cannot open source file "common/swpform.h"
    1 catastrophic error detected in the compilation of "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c".
    Compilation terminated.
    gmake[1]: *** [common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.oe674] Error 1
    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"

    >> Compilation failure
    common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/subdir_rules.mk:9: recipe for target 'common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.oe674' failed
    "..\common\src\dpu\capon3d_overhead\modules\detection\CFAR\src\RADARDEMO_detectionCFAR_priv.h", line 43: fatal error #1965: cannot open source file "common/swpform.h"
    1 catastrophic error detected in the compilation of "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c".
    Compilation terminated.
    gmake[1]: *** [common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.oe674] Error 1
    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.c"
    Finished building: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/relativeThrTab.c"

    Building file: "../dss/dss_main.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss/dss_main.d_raw" --obj_directory="dss" --cmd_file="configPkg/compiler.opt" "../dss/dss_main.c"

    >> Compilation failure
    dss/subdir_rules.mk:9: recipe for target 'dss/dss_main.oe674' failed
    "../dss/dss_main.c", line 79: fatal error #1965: cannot open source file "common/src/dpc/capon3d_overhead/objectdetection.h"
    1 catastrophic error detected in the compilation of "../dss/dss_main.c".
    Compilation terminated.
    gmake[1]: *** [dss/dss_main.oe674] Error 1
    Building file: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.c"
    Invoking: C6000 Compiler
    "C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common" --include_path="D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/radar_toolbox_1_00_00_26/source/ti/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=PLATFORMES2 --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=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=HEATMAP_SLIDING_WINDOW=4 --define=USE_CFAR_RATIOS --define=APP_RESOURCE_FILE='<'D:/Vinay/personal/Phd/IIITB/Radar_workspace/occupancy_detection_3d_68xx_dss/common/mmwLab_hwres.h'>' -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.d_raw" --obj_directory="common/src/dpu/capon3d_overhead/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt" "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.c"
    gmake[1]: Target 'main-build' not remade because of errors.
    gmake: *** [all] Error 2
    Finished building: "../common/src/dpu/capon3d_overhead/modules/detection/CFAR/src/cfarRatio.c"

    makefile:155: recipe for target 'all' failed

    **** Build Finished ****

  • I Attempted uninstall and install of Radar tool box and while installations it gave me this message.

    Hence i went in search of MMWAVESDK-L and realize that 5.00.00 version is not there in website. So how do i get this?

    If dependency on this is not there, as i am using AWR6843AOP then should i ignore this dependency?

    Installed 5.01 which is available is installed to check if errors go off.

    But i still get this error.

  • Hello,

    I'm sorry about the delay here. It seems there may be some issue in the Radar Toolbox installation when installing through CCS. Please uninstall any instance of Radar Toolbox that is installed on your machine and install directly from the web with the following process. 

    1. Find the latest Radar Toolbox in the Resource Explorer on dev.ti.com (at this link). 

    2. Download the Radar Toolbox

    3. Extract the downloaded zipped files and place in C:/ti/

    Best Regards,

    Josh

  • Hi Josh,

         I did the steps you suggested but no luck.

    Infact downloaded .zip file, i dont see any folder associated with C:\ti\radar_toolbox_1_00_00_26\source\ti\labs .....So overall the the folder of labs is missing in C:\ti\radar_toolbox_1_00_00_26\source\ti\ path . So either i get it from ti resource explorer or installation, i get same errors.

    Can you please check as these errors seem to be pointing at the files supposed to be located in labs folder.

    My radartoolbox folder looks like : 

    errors are the same, but just pasting to confirm the files missing are all from labs folder.

  • Hi, 

    I apologize once again for the delayed response.

    Can you please check as these errors seem to be pointing at the files supposed to be located in labs folder.

    With the release of the Radar Toolbox the labs folder has been removed and all content which previously resided in the Labs folder now resides in the examples folder (<toolbox_install>/source/ti/examples/). I am able to reproduce your issue. The problem is not that the files are missing but rather a bug in the .projectspec file which defines where to find the files when importing a CCS project. This bug is being addressed and will be resolved in the next Radar Toolbox update. 

    As far as we are aware, this example should be the only one that is affected. Are you able to successfully import and build the other example projects from the Radar Toolbox?

    Best Regards,

    Josh

  • Sorry for late reply, Josh.

    Thanks a lot for confirming the observations. When can i expect the new Radar toolbox.

    Is it possible to release the missing files here?

  • Hi,

    The new Radar Toolbox version will be released in the coming weeks. If you are gated by this issue you can reach out to your local TI field representative, and we can provide you the updated version of this demo offline.

    Best Regards,

    Josh