Tool/software: Code Composer Studio
Hi,
When I build the High accuracy lab project of mmwave sdk 1.6.2 on CCSV8. It is giving some error. could u pls tell me what I have to do. since I want to modify The main .c code and test.
LOGS: ATTACHED FOR REFERENCE
*
**** Build of configuration Debug for project high_accuracy_16xx_lab ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
rm -f C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab/xwr16xx_high_accuracy_16xx_lab_mss.bin
makefile:187: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab/xwr16xx_high_accuracy_16xx_lab_mss.bin, ...) failed.
gmake[1]: [pre-build] Error 2 (ignored)
Building file: "../mss_mmw.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_01_12_core/xs" --xdcpath="C:/ti/bios_6_53_02_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.R4F -p ti.platforms.cortexR:IWR16XX:false:200 -r release -c "C:/ti/ti-cgt-arm_16.9.6.LTS" "../mss_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 mss_mmw.xer4f from package/cfg/mss_mmw_per4f.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab/src/sysbios/sysbios.aer4f ...
gmake[1]: Entering directory `C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab/src/sysbios'
Build of libraries done.
cler4f package/cfg/mss_mmw_per4f.c ...
Finished building: "../mss_mmw.cfg"
Building file: "../cycle_measure.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab" --include_path="C:/ti/mmwave_sdk_01_02_00_05" --include_path="C:/ti/mmwave_sdk_01_02_00_05/packages" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=_LITTLE_ENDIAN --define=SOC_XWR16XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="cycle_measure.d_raw" --cmd_file="configPkg/compiler.opt" "../cycle_measure.c"
Finished building: "../cycle_measure.c"
Building file: "../cli.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab" --include_path="C:/ti/mmwave_sdk_01_02_00_05" --include_path="C:/ti/mmwave_sdk_01_02_00_05/packages" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=_LITTLE_ENDIAN --define=SOC_XWR16XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="cli.d_raw" --cmd_file="configPkg/compiler.opt" "../cli.c"
>> Compilation failure
subdir_rules.mk:9: recipe for target 'cli.obj' failed
"..\mss_mmw.h", line 196: error #20: identifier "Mailbox_Handle" is undefined
1 error detected in the compilation of "../cli.c".
gmake[1]: *** [cli.obj] Error 1
Building file: "../mss_main.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab" --include_path="C:/ti/mmwave_sdk_01_02_00_05" --include_path="C:/ti/mmwave_sdk_01_02_00_05/packages" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=_LITTLE_ENDIAN --define=SOC_XWR16XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="mss_main.d_raw" --cmd_file="configPkg/compiler.opt" "../mss_main.c"
>> Compilation failure
subdir_rules.mk:23: recipe for target 'mss_main.obj' failed
"..\mss_mmw.h", line 196: error #20: identifier "Mailbox_Handle" is undefined
"../mss_main.c", line 653: error #20: identifier "Mailbox_Handle" is undefined
"../mss_main.c", line 692: error #137: struct "MMWave_CtrlCfg_t" has no field "freqLimitLow"
"../mss_main.c", line 693: error #137: struct "MMWave_CtrlCfg_t" has no field "freqLimitHigh"
"../mss_main.c", line 764: error #137: struct "MMWave_CalibrationCfg_t" has no field "enableCalibration"
"../mss_main.c", line 765: error #137: struct "MMWave_CalibrationCfg_t" has no field "enablePeriodicity"
"../mss_main.c", line 766: error #137: struct "MMWave_CalibrationCfg_t" has no field "periodicTimeInFrames"
"../mss_main.c", line 1042: warning #515-D: a value of type "void (*)(uint16_t, uint16_t, uint16_t, uint8_t *)" cannot be assigned to an entity of type "MMWave_eventFxn"
"../mss_main.c", line 1048: warning #515-D: a value of type "void (*)(void)" cannot be assigned to an entity of type "MMWave_startFxn"
7 errors detected in the compilation of "../mss_main.c".
gmake[1]: *** [mss_main.obj] Error 1
Building file: "../radarOsal_malloc.c"
Invoking: ARM Compiler
"C:/ti/ti-cgt-arm_16.9.6.LTS/bin/armcl" -mv7R4 --code_state=32 --float_support=VFPv3D16 -me -O3 --include_path="C:/Users/320023522/workspace_v83u/high_accuracy_16xx_lab" --include_path="C:/ti/mmwave_sdk_01_02_00_05" --include_path="C:/ti/mmwave_sdk_01_02_00_05/packages" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=_LITTLE_ENDIAN --define=SOC_XWR16XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=packed --abi=eabi --preproc_with_compile --preproc_dependency="radarOsal_malloc.d_raw" --cmd_file="configPkg/compiler.opt" "../radarOsal_malloc.c"
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
Finished building: "../radarOsal_malloc.c"
makefile:153: recipe for target 'all' failed
**** Build Finished ****