Part Number: AWR1642BOOST
Tool/software: Code Composer Studio
I have CCS Version: 9.2.0.00013
I have mmWave SDK 3.03.00.03
I'm working on the Driver Vital Signs lab in Automotive Toolsbox v:2.7.1
I imported vitalSigns_16xx_dss and vitalSigns_16xx_mss, and they are in Debug mode.
I rebuild the DSS project and get several errors.
I have searched the ti folder for the file rx_ch_bias_measure.h, but cannot find it. I wonder if I failed to install a dependency. I don't know if that's my only problem, or the first of several...
Thank you for your help!
chris
![]()
Here is the build log.
**** Clean-only build of configuration Debug for project vitalSigns_16xx_dss ****
"C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O
DEL /F "vitalSigns_16xx_dss.hex" "configPkg\linker.cmd" "configPkg\compiler.opt" "vitalSigns_16xx_dss.xe674"
DEL /F "dss_config_edma_util.oe674" "dss_data_path.oe674" "dss_main.oe674" "dss_vitalSignsDemo_utilsFunc.oe674"
DEL /F "dss_config_edma_util.d" "dss_data_path.d" "dss_main.d" "dss_vitalSignsDemo_utilsFunc.d"
RMDIR /S/Q "configPkg\"
Could Not Find C:\Users\cschwarz\workspace_v9_2\vitalSigns_16xx_dss\Debug\vitalSigns_16xx_dss.hex
Could Not Find C:\Users\cschwarz\workspace_v9_2\vitalSigns_16xx_dss\Debug\vitalSigns_16xx_dss.xe674
Finished clean
**** Build Finished ****
**** Build of configuration Debug for project vitalSigns_16xx_dss ****
"C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
rm -f C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss/vitalSigns_16xx_dss.bin
makefile:189: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss/vitalSigns_16xx_dss.bin, ...) failed.
gmake[1]: [pre-build] Error 2 (ignored)
Building file: "../dss_mmw.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_04_43_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:AWR16XX:false:600 -r debug -c "C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4" "../dss_mmw.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring dss_mmw.xe674 from package/cfg/dss_mmw_pe674.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss/src/sysbios/sysbios.ae674 ...
gmake[1]: Entering directory `C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss/src/sysbios'
Build of libraries done.
cle674 package/cfg/dss_mmw_pe674.c ...
"package/cfg/dss_mmw_pe674.c", line 11212: warning: statement is unreachable
"package/cfg/dss_mmw_pe674.c", line 11575: warning: statement is unreachable
"package/cfg/dss_mmw_pe674.c", line 11857: warning: statement is unreachable
"package/cfg/dss_mmw_pe674.c", line 12100: warning: statement is unreachable
Finished building: "../dss_mmw.cfg"
Building file: "../dss_data_path.c"
Invoking: C6000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_SIZE=0xC0000 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss_data_path.d_raw" --cmd_file="configPkg/compiler.opt" "../dss_data_path.c"
>> Compilation failure
subdir_rules.mk:9: recipe for target 'dss_data_path.oe674' failed
"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils/mmwDemo_monitor.h", line 64: error #102: "MmwDemo_AnaMonitorCfg_t" has already been declared in the current scope
"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils/mmwDemo_monitor.h", line 71: error #258: invalid redeclaration of type name "MmwDemo_AnaMonitorCfg" (declared at line 313 of "C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss/./common/mmw_config.h")
"../dss_data_path.c", line 105: fatal error #1965: cannot open source file "ti/demo/utils/rx_ch_bias_measure.h"
2 errors and 1 catastrophic error detected in the compilation of "../dss_data_path.c".
Compilation terminated.
gmake[1]: *** [dss_data_path.oe674] Error 1
Building file: "../dss_main.c"
Invoking: C6000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_SIZE=0xC0000 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss_main.d_raw" --cmd_file="configPkg/compiler.opt" "../dss_main.c"
>> Compilation failure
subdir_rules.mk:9: recipe for target 'dss_main.oe674' failed
"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils/mmwDemo_monitor.h", line 64: error #102: "MmwDemo_AnaMonitorCfg_t" has already been declared in the current scope
"C:/ti/mmwave_sdk_03_03_00_03/packages/ti/demo/utils/mmwDemo_monitor.h", line 71: error #258: invalid redeclaration of type name "MmwDemo_AnaMonitorCfg" (declared at line 313 of "C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss/./common/mmw_config.h")
2 errors detected in the compilation of "../dss_main.c".
gmake[1]: *** [dss_main.oe674] Error 1
Building file: "../dss_config_edma_util.c"
Invoking: C6000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_SIZE=0xC0000 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss_config_edma_util.d_raw" --cmd_file="configPkg/compiler.opt" "../dss_config_edma_util.c"
Finished building: "../dss_config_edma_util.c"
Building file: "../dss_vitalSignsDemo_utilsFunc.c"
Invoking: C6000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="C:/Users/cschwarz/workspace_v9_2/vitalSigns_16xx_dss" --include_path="C:/ti/mmwave_sdk_03_03_00_03/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c6000_8.3.4/include" --define=SOC_XWR16XX --define=SUBSYS_DSS --define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_SIZE=0xC0000 --define=DebugP_ASSERT_ENABLED -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss_vitalSignsDemo_utilsFunc.d_raw" --cmd_file="configPkg/compiler.opt" "../dss_vitalSignsDemo_utilsFunc.c"
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
Finished building: "../dss_vitalSignsDemo_utilsFunc.c"
makefile:155: recipe for target 'all' failed
**** Build Finished ****