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.

IWR6843ISK-ODS: "../dss/objectdetection.c", line 71: fatal error #1965: cannot open source file ".../pcount3D_hwres.h"

Part Number: IWR6843ISK-ODS
Other Parts Discussed in Thread: SYSBIOS

I am trying to build the source files for the 3D People Counting Lab in the Industrial Toolbox for mmWave sensor IWR6843ISK-ODS. I am importing the projectspec files found at "~/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx". 

However, when I try to build the dss project, I get the following error:

Here is the full compilation log:

**** Clean-only build of configuration Debug for project 3D_people_count_68xx_dss ****

/home/jc34500/ti/ccs1120/ccs/utils/bin/gmake -k -j 16 clean -O 
 
rm -rf  "3D_people_count_68xx_dss.hex"  "configPkg/linker.cmd" "configPkg/compiler.opt"  "3D_people_count_68xx_dss.xe674" 
rm -rf "dss/copyTranspose.oe674" "dss/dss_main.oe674" "dss/objectdetection.oe674" "dss/radarProcess.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.oe674" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.oe674" "dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.oe674" "dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.oe674" "dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.oe674" "dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.oe674" "dss/modules/utilities/cycle_measure.oe674" 
rm -rf "dss/modules/utilities/radarOsal_malloc.oe674" 
rm -rf "dss/copyTranspose.d" "dss/dss_main.d" "dss/objectdetection.d" "dss/radarProcess.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.d" "dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.d" "dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.d" "dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.d" "dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.d" "dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.d" "dss/modules/utilities/cycle_measure.d" "dss/modules/utilities/radarOsal_malloc.d" 
rm -rf  "configPkg/" 
Finished clean
 

**** Build Finished ****

**** Build of configuration Debug for project 3D_people_count_68xx_dss ****

/home/jc34500/ti/ccs1120/ccs/utils/bin/gmake -k -j 16 all -O 
 
rm -f "/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/Debug/3D_people_count_68xx_dss.bin"
 
Building file: "../dss/pcount3D_dss.cfg"
Invoking: XDCtools
"/home/jc34500/ti/xdctools_3_50_08_24_core/xs" --xdcpath="/home/jc34500/ti/bios_6_73_01_01/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR68XX:false:600 -r release -c "/home/jc34500/ti/ti-cgt-c6000_8.3.3" --compileOptions "--enum_type=int " "../dss/pcount3D_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 pcount3D_dss.xe674 from package/cfg/pcount3D_dss_pe674.cfg ...
generating custom ti.sysbios library makefile ... 
Starting build of library sources ...
making /home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss/src/sysbios/sysbios.ae674 ...
gmake[1]: Entering directory `/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss/src/sysbios'
Build of libraries done.
cle674 package/cfg/pcount3D_dss_pe674.c ...
Finished building: "../dss/pcount3D_dss.cfg"
 
Building file: "../dss/objectdetection.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/objectdetection.d_raw" --obj_directory="dss" --cmd_file="configPkg/compiler.opt"  "../dss/objectdetection.c"
 
>> Compilation failure
dss/subdir_rules.mk:7: recipe for target 'dss/objectdetection.oe674' failed
"../dss/objectdetection.c", line 71: fatal error #1965: cannot open source file "/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_hwres.h"
1 catastrophic error detected in the compilation of "../dss/objectdetection.c".
Compilation terminated.
gmake[1]: *** [dss/objectdetection.oe674] Error 1
Building file: "../dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.d_raw" --obj_directory="dss/modules/postProcessing/matrixFunc/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.c"
Finished building: "../dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.c"
 
Building file: "../dss/copyTranspose.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/copyTranspose.d_raw" --obj_directory="dss" --cmd_file="configPkg/compiler.opt"  "../dss/copyTranspose.c"
Finished building: "../dss/copyTranspose.c"
 
Building file: "../dss/modules/utilities/cycle_measure.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/utilities/cycle_measure.d_raw" --obj_directory="dss/modules/utilities" --cmd_file="configPkg/compiler.opt"  "../dss/modules/utilities/cycle_measure.c"
Finished building: "../dss/modules/utilities/cycle_measure.c"
 
Building file: "../dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.d_raw" --obj_directory="dss/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"
Finished building: "../dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.c"
 
Building file: "../dss/modules/utilities/radarOsal_malloc.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/utilities/radarOsal_malloc.d_raw" --obj_directory="dss/modules/utilities" --cmd_file="configPkg/compiler.opt"  "../dss/modules/utilities/radarOsal_malloc.c"
Finished building: "../dss/modules/utilities/radarOsal_malloc.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.c"
 
Building file: "../dss/dss_main.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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"
Finished building: "../dss/dss_main.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.c"
 
Building file: "../dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.d_raw" --obj_directory="dss/modules/postProcessing/matrixFunc/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.c"
Finished building: "../dss/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.c"
 
Building file: "../dss/radarProcess.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/radarProcess.d_raw" --obj_directory="dss" --cmd_file="configPkg/compiler.opt"  "../dss/radarProcess.c"
Finished building: "../dss/radarProcess.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.c"
 
Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.d_raw" --obj_directory="dss/modules/caponBF2D/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.c"
Finished building: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.c"
 
Building file: "../dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"
Invoking: C6000 Compiler
"/home/jc34500/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss" --include_path="/home/jc34500/Desktop/people_counting/firmware/3D_people_count_68xx_dss/dss" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages" --include_path="/home/jc34500/ti/mmwave_sdk_03_05_00_04/packages/ti/demo/utils" --include_path="/home/jc34500/ti/mathlib_c674x_3_1_2_1/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="/home/jc34500/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="/home/jc34500/ti/dsplib_c674x_3_4_0_0/packages" --include_path="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs" --include_path="/home/jc34500/ti/ti-cgt-c6000_8.3.3/include" --preinclude="/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_People_Counting/src/68xx/common/pcount3D_hwres.h" --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=MMWAVE_MSSUSED_L3RAM_SIZE=0x90000 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'/home/jc34500/ti/mmwave_industrial_toolbox_4_11_0/labs/People_Counting/3D_people_counting/src/68xx/common/pcount3D_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/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.d_raw" --obj_directory="dss/modules/detection/CFAR/src" --cmd_file="configPkg/compiler.opt"  "../dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
Finished building: "../dss/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"
 
makefile:179: recipe for target 'all' failed

**** Build Finished ****

I have already made sure that the file is readable by all users:

And, I have also made sure that the include paths are correct:

So, I am not sure why the compiler cannot open the file. Is there something I am missing?

  • Hello,

    Is this a clean version of the toolbox? Or have any modifications been made? Were you ever able to build or is this the first time you are trying? Did you try building before adding the preinclude link? This file location should be defined in the project specification file as APP_RESOURCE_FILE, but should by automatically linked no matter where this is installed. I do see this called out in your build command log.

    Regards,

    Jackson

  • Hi Jackson,

    Yes, this is a clean version of the toolbox that I just downloaded and unzipped.

    I figured out that the problem was the APP_RESOURCE_FILE macro path value.

    Previously, the macro value was "${PC_PARENT_DIR}/People_Counting/3D_people_counting/src/68xx/common/pcount3D_hwres.h".

    The "3D_people_counting" part of the path is incorrect; it should be "3D_People_Counting" instead.

    To fix this, I

    1. Delete the project in the Project Explorer
    2. For both the dss and mss projectspecs:
      1. Open the projectspec file in another text editor
      2. In the project element for the compilerBuildOptions attribute, correct the path at -DAPP_RESOURCE_FILE
      3. Save the file
    3. Back in Code Composer Studio, import the dss and mss projectspecs in Project Explorer
    4. Rebuild the project

    Best,

    Joshua