TI中文支持网
TI专业的中文技术问题搜集分享网站

IWR1843BOOST: 如何使用iwr1843 boost EVM运行 3D 行人检测(people counting)的例子?

Part Number:IWR1843BOOSTOther Parts Discussed in Thread:AWR1843BOOST, AWR1843, UNIFLASH

我有一块1642和一块1843boost的开发板。我想评估2Tx和3Tx的情况下的行人检测(people counting)的性能。但是我follow下面的指示

AWR1843BOOST: People Counting on AWR1843 – Sensors forum – Sensors – TI E2E support forums

对3D people counting进行了如下修改:

  1. In the projectspec (both DSS and MSS), replace -DSOC_XWR68XX with -DSOC_XWR18XX
  2. In the mss projectspec, change the post build step to use the 18xx firmware.

在编译DSS的时候遇到了system printf未定义的错误,我添加了"C:\ti\xdctools_3_50_08_24_core\packages\xdc\runtime\System.h" 这个头文件之后dss编译通过,

但在编译mss的时候报错,提示我未定义6843的若干头。

请问如何在1843板子上运行3Dpeople counting的demo?还需要在project spec中做其他修改吗?

1843Boost和6843ISK天线布局完全一致,请问如何在1843中运行6843的3D例子呢(比如跌倒检测和行人检测)?

—————————————————————————————————————————————————-

I have a 1843 BOOST EVM and i'd like to run 3D people counting demo on it. I follow the instruction on AWR1843BOOST: People Counting on AWR1843 – Sensors forum – Sensors – TI E2E support forums and revise the projectspec. Then i compiled DSS sucessfully after adding a head file. But it raised a lot of errors about 6843 macro. The antenna placements are the same between 1843 and 6843ISK . THen how can I run 3D demo in 6843 toolkit on 1843 board? How can i edit the projspec, in detail please.

Nancy Wang:

renai c 说:

对3D people counting进行了如下修改:

In the projectspec (both DSS and MSS), replace -DSOC_XWR68XX with -DSOC_XWR18XX
In the mss projectspec, change the post build step to use the 18xx firmware.

请贴出参考的链接看一下以及使用的软件版本,谢谢!

,

renai c:

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/890989/awr1843boost-people-counting-on-awr1843

 CCS  8.1

sdk3.3.0.3

cgtVersion="8.3.3" (或者 7.4.16都试过)

TI ARM Compiler 16.9.6.LTS

软件都是按照6843 3D people counting 的编译要求安装的。同样的软件已经能正确运行2D的people counting(4.1 toolbox C:\ti\mmwave_industrial_toolbox_4_1_0\labs\people_counting\68xx_people_counting\src中有18xx的projspec,直接导入ccs可以正常编译并且用uniflash烧写到板子上运行)

,

Nancy Wang:

请将mss报错贴出来看一下,我这边也会测试看一下。

,

renai c:

在mss的projspec中,我做了2点修改:

1.-DSOC_XWR18XX 从68改为18 (dss的projectspecification中也做了此修改且只做了此修改)

2. ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x00000006 3D_people_count_68xx_demo.bin 0x35510000 3D_people_count_68xx_mss.tmp 0xb5510000 ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/firmware/radarss/xwr18xx_radarss_rprc.bin 0xd5510000 ${WORKSPACE_LOC}/3D_people_count_68xx_dss/Debug/3D_people_count_68xx_dss.bin; 固件radarss由iwr6xxx_radarss_rprc.bin改为了xwr18xx_radarss_rprc.bin。

下面是我mss中的编译输出:

mss compiler log
=========================================================**** Build of configuration Debug for project 3D_people_count_68xx_mss ****"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -Orm -f "C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/3D_people_count_68xx_demo.bin"
makefile:206: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/3D_people_count_68xx_demo.bin, ...) failed.
make (e=2): 系统找不到指定的文件。gmake[1]: [pre-build] Error 2 (ignored)Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/pcount3D_mss.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/ti/bios_6_73_01_01/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 " "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/pcount3D_mss.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring pcount3D_mss.xer4ft from package/cfg/pcount3D_mss_per4ft.cfg ...
generating custom ti.sysbios library makefile ...Starting build of library sources ...
making C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/src/sysbios/sysbios.aer4ft ...
gmake[1]: Entering directory `C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/src/sysbios'
cler4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/BIOS.c ...
asmer4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/arm/IntrinsicsSupport_asm.asm ...
asmer4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/arm/TaskSupport_asm.asm ...
asmer4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/arm/v7r/vim/Hwi_asm.sv7R ...
asmer4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/arm/v7r/vim/Hwi_asm_switch.sv7R ...
asmer4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/arm/exc/Exception_asm.asm ...
asmer4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/arm/v7r/tms570/Core_asm.sv7R ...
asmer4ft C:/ti/bios_6_73_01_01/packages/ti/sysbios/family/arm/a15/TimestampProvider_asm.asm ...
arer4ft BIOS.obj arm_IntrinsicsSupport_asm.obj arm_TaskSupport_asm.obj vim_Hwi_asm.obj vim_Hwi_asm_switch.obj exc_Exception_asm.obj tms570_Core_asm.obj a15_TimestampProvider_asm.obj ...
gmake[1]: Leaving directory `C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/src/sysbios'
Build of libraries done.
cler4ft package/cfg/pcount3D_mss_per4ft.c ...
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/pcount3D_mss.cfg"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mss/mss_main.d_raw" --obj_directory="mss" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c">> Compilation failure
mss/subdir_rules.mk:9: recipe for target 'mss/mss_main.oer4f' failed
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 985: error #20: identifier "SOC_XWR68XX_MSS_ADCBUF_BASE_ADDRESS" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2137: error #20: identifier "SOC_XWR68XX_PINN5_PADBE" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2138: error #20: identifier "SOC_XWR68XX_PINN5_PADBE_MSS_UARTA_TX" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2139: error #20: identifier "SOC_XWR68XX_PINN4_PADBD" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2140: error #20: identifier "SOC_XWR68XX_PINN4_PADBD_MSS_UARTA_RX" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2143: error #20: identifier "SOC_XWR68XX_PINF14_PADAJ" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2144: error #20: identifier "SOC_XWR68XX_PINF14_PADAJ_MSS_UARTB_TX" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2150: error #20: identifier "SOC_XWR68XX_PINK13_PADAZ" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2151: error #20: identifier "SOC_XWR68XX_PINK13_PADAZ_GPIO_2" is undefined
"C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c", line 2157: error #20: identifier "SOC_XWR68XX_GPIO_2" is undefined
10 errors detected in the compilation of "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/mss_main.c".
gmake[1]: *** [mss/mss_main.oer4f] Error 1
Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/mmwdemo_adcconfig.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="common/mmwdemo_adcconfig.d_raw" --obj_directory="common" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/mmwdemo_adcconfig.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/mmwdemo_adcconfig.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/trackerproc_capon/src/trackerproc_3d.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="trackerproc_3d.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/trackerproc_capon/src/trackerproc_3d.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/trackerproc_capon/src/trackerproc_3d.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/mmwdemo_rfparser.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="common/mmwdemo_rfparser.d_raw" --obj_directory="common" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/mmwdemo_rfparser.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/mmwdemo_rfparser.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpc/objdetrangehwa/src/objdetrangehwa.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="objdetrangehwa.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpc/objdetrangehwa/src/objdetrangehwa.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpc/objdetrangehwa/src/objdetrangehwa.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/tracker_utils.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mss/tracker_utils.d_raw" --obj_directory="mss" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/tracker_utils.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/tracker_utils.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/pcount3D_cli.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mss/pcount3D_cli.d_raw" --obj_directory="mss" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/pcount3D_cli.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/mss/pcount3D_cli.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/rangeprochwa/src/rangeprochwa.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/mss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_mss/common" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR18XX --define=SUBSYS_MSS --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=TRACKERPROC_EN --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/common/pcount3D_hwres.h'>' -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=int --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="rangeprochwa.d_raw" --cmd_file="configPkg/compiler.opt" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/rangeprochwa/src/rangeprochwa.c"
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/rangeprochwa/src/rangeprochwa.c"makefile:172: recipe for target 'all' failed**** Build Finished ****

下面是我dss中的编译输出

dss compiler log
=========================================================**** Clean-only build of configuration Debug for project 3D_people_count_68xx_dss ****"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 clean -ODEL /F"3D_people_count_68xx_dss.hex""configPkg\linker.cmd" "configPkg\compiler.opt""3D_people_count_68xx_dss.xe674"RMDIR /S/Q"configPkg\"DEL /F "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_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" "dss\modules\utilities\radarOsal_malloc.oe674"DEL /F "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_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"找不到 C:\Users\LENOVO\workspace_v8\3D_people_count_68xx_dss\Debug\3D_people_count_68xx_dss.hex
Finished clean**** Build Finished ******** Build of configuration Debug for project 3D_people_count_68xx_dss ****"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -Orm -f "C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/Debug/3D_people_count_68xx_dss.bin"
makefile:214: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/Debug/3D_people_count_68xx_dss.bin, ...) failed.
make (e=2): 系统找不到指定的文件。gmake[1]: [pre-build] Error 2 (ignored)Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/pcount3D_dss.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/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 "C:/ti/ti-cgt-c6000_8.3.3" --compileOptions "--enum_type=int " "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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 C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/src/sysbios/sysbios.ae674 ...
gmake[1]: Entering directory `C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/src/sysbios'
Build of libraries done.
cle674 package/cfg/pcount3D_dss_pe674.c ...
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/pcount3D_dss.cfg"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/src/copyTranspose.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/src/copyTranspose.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/src/copyTranspose.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpc/capon3d/src/objectdetection.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpc/capon3d/src/objectdetection.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpc/capon3d/src/objectdetection.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/dss_main.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/dss_main.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_utils.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticRemoval.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/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="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/detection/CFAR/src/RADARDEMO_detectionCFAR.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_rnEstInv.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/src/radarProcess.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/src/radarProcess.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/src/radarProcess.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/postProcessing/matrixFunc/src/MATRIX_cholesky_dat.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/utilities/cycle_measure.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/utilities/cycle_measure.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/utilities/cycle_measure.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/utilities/radarOsal_malloc.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/utilities/radarOsal_malloc.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/utilities/radarOsal_malloc.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/postProcessing/matrixFunc/src/MATRIX_cholesky.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_staticHeatMapEst.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.c"Building file: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/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="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" --include_path="C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss/dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/dsplib_c674x_3_4_0_0/packages" --include_path="C:/ti/mmwave_industrial_toolbox_4_2_0/labs" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"
Finished building: "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/common/src/dpu/capon3d/modules/detection/CFAR/src/RADARDEMO_detectionCFAR_priv.c"Building target: "3D_people_count_68xx_dss.xe674"
Invoking: C6000 Linker
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --define=SOC_XWR18XX --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=GTRACK_3D --define=APP_RESOURCE_FILE='<'C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/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 -z -m"3D_people_count_68xx_dss.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ti-cgt-c6000_8.3.3/lib" -i"C:/Users/LENOVO/workspace_v8/3D_people_count_68xx_dss" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwave/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/control/mmwavelink/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/control/dpm/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/alg/mmwavelib/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/crc/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/soc/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/osal/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/mailbox/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/edma/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/adcbuf/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/drivers/cbuff/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/hsiheader/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/utils/mathutils/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/dpu/dopplerproc/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpc/dpu/cfarcaproc/lib" -i"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/datapath/dpedma/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/dsplib_c674x_3_4_0_0/packages/ti/dsplib/lib" -i"C:/ti/ti-cgt-c6000_8.3.3/include" --reread_libs --disable_auto_rts --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --warn_sections --xml_link_info="xwr68xx_mmw_demo_dss_linkInfo.xml" --ram_model --unused_section_elimination=on -o "3D_people_count_68xx_dss.xe674" "./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_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" "./dss/modules/utilities/radarOsal_malloc.oe674" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/c674x_linker.cmd" "C:/ti/mmwave_industrial_toolbox_4_2_0/labs/people_counting/68xx_3D_people_counting/src/dss/pcount3D_dss_linker.cmd" -l"configPkg/linker.cmd" -ldsplib.ae64P -lmathlib.ae674 -llibmathutils.ae674 -llibsoc_xwr68xx.ae674 -llibosal_xwr68xx.ae674 -llibcrc_xwr68xx.ae674 -llibmailbox_xwr68xx.ae674 -llibmmwavelink_xwr68xx.ae674 -llibmmwave_xwr68xx.ae674 -llibedma_xwr68xx.ae674 -llibadcbuf_xwr68xx.ae674 -llibmmwavealg_xwr68xx.ae674 -llibcbuff_xwr68xx.ae674 -llibhsiheader_xwr68xx.ae674 -llibdpm_xwr68xx.ae674 -llibdpedma_hwa_xwr68xx.ae674 -lrts6740_elf.lib -llibc.a<Linking>
warning #10370-D: Possible codesize or performance degradation. Section ".text:RADARDEMO_detectionCFAR_raCAAll:RADARDEMO_detectionCFAR_priv.oe674" has calls to rts routines, but rts is placed out of range from call site at 0xe01950, 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:RADARDEMO_detectionCFAR_raCAAll:RADARDEMO_detectionCFAR_priv.oe674" has calls to rts routines, but rts is placed out of range from call site at 0xe00000, 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:Mailbox_close:libmailbox_xwr68xx.ae674<mailbox.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x210802c8, 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:Mailbox_close:libmailbox_xwr68xx.ae674<mailbox.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x21080180, 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:RADARDEMO_aoaEst2DCaponBF_create:RADARDEMO_aoaEst2DCaponBF.oe674" has calls to rts routines, but rts is placed out of range from call site at 0x2009decc, 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:RADARDEMO_aoaEst2DCaponBF_create:RADARDEMO_aoaEst2DCaponBF.oe674" has calls to rts routines, but rts is placed out of range from call site at 0x2009b920, 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:RADARDEMO_detectionCFAR_CAAll:RADARDEMO_detectionCFAR_priv.oe674" has calls to rts routines, but rts is placed out of range from call site at 0x200a4bac, 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:RADARDEMO_detectionCFAR_CAAll:RADARDEMO_detectionCFAR_priv.oe674" has calls to rts routines, but rts is placed out of range from call site at 0x200a3820, 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:Mailbox_init:libmailbox_xwr68xx.ae674<mailbox.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x200bd540, 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:Mailbox_init:libmailbox_xwr68xx.ae674<mailbox.oe674>" has calls to rts routines, but rts is placed out of range from call site at 0x200bd60c, 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: "3D_people_count_68xx_dss.xe674"C:/ti/mmwave_sdk_03_03_00_03/packages/scripts/ImageCreator/out2rprc/out2rprc.exe 3D_people_count_68xx_dss.xe674 3D_people_count_68xx_dss.bin
Parsing the input object file, 3D_people_count_68xx_dss.xe674.
Appending zeros 8367896
Appending zeros 8370584
File conversion complete!**** Build Finished ****

如果可以的话,能不能给一个完整的proj spec 来让1843运行3Dpeople counting 摔倒检测 (fall detection)这一类例子呢?

,

Chris Meng:

renai c 说:在编译DSS的时候遇到了system printf未定义的错误

你好,

请问不修改代码,你编译能编译通过么?system_printf应该是bios自带的API,和不同平台没有关系。

下面文档供参考:

Migrating to xWR68xx and xWR18xx Millimeter Wave (Rev. B)

https://www.ti.com/lit/pdf/swra656

renai c 说:但在编译mss的时候报错,提示我未定义6843的若干头。

代码里出现了和68相关代码的错误,你需要修改为18相关的,这个不能通过修改工程文件来解决,要修改源代码。目前没有现成的修改好的源文件,需要你根据错误自己修改。

,

renai c:

我把 projspec 中的所有68改为了18,并且把程序中68相关的宏或头文件改为了18,程序能够正常编译,但是uniflash烧写进去(未报错烧写成功)后程序无法运行,没有响应。使用ccs debug也无法运行mss,一load programme就报错退出了.

[Cortex_R4_0] Exception occurred in ThreadType_Task.
Task handle: 0x80002d0.
Task stack base: 0x8000330.
Task stack size: 0x800.
R0 = 0x00000000R8= 0x08000ae8
R1 = 0x00000012R9= 0x08020800
R2 = 0x00000010R10 = 0x00002328
R3 = 0x00000003R11 = 0x00000000
R4 = 0x00000000R12 = 0x00000000
R5 = 0xffffe100SP(R13) = 0x08000878
R6 = 0xffffffffLR(R14) = 0x00020cc5
R7 = 0x08027614PC(R15) = 0x0001c98c
PSR = 0x400c019f
DFSR = 0x00000000IFSR = 0x00000000
DFAR = 0x00000000IFAR = 0x00000000
{module#43}: line 209: error {id:0x1b0000, args:[0x1c98c, 0x20cc5]}
xdc.runtime.Error.raise: terminating execution

赞(0)
未经允许不得转载:TI中文支持网 » IWR1843BOOST: 如何使用iwr1843 boost EVM运行 3D 行人检测(people counting)的例子?
分享到: 更多 (0)

© 2024 TI中文支持网   网站地图 鲁ICP备2022002796号-1