Other Parts Discussed in Thread: MMWAVE-SDK, AWR1642, IWR1642
Tool/software: Code Composer Studio
Hi,
I have imported Vital Sign project from TI Resource Explorer and trying to build it but it is giving following error.
>> Compilation failure subdir_rules.mk:30: recipe for target 'main.oer4f' failed "../main.c", line 1135: warning #188-D: pointless comparison of unsigned integer with zero "../main.c", line 1676: error #20: identifier "rlRfInitomplete_t" is undefined "../main.c", line 1676: error #20: identifier "ptrRFInitCompleteMessage" is undefined "../main.c", line 1680: error #29: expected an expression "../main.c", line 1680: error #66: expected a ";" 4 errors detected in the compilation of "../main.c". gmake[1]: *** [main.oer4f] Error 1 'Building file: "../config_hwa_util.c"'
Here are compiler settings and SDK version
'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/LaxmiKant/Google Drive/CCSv7/vitalSigns_lab"
--include_path="C:/ti/mmwave_sdk_02_00_00_04/packages" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR14XX --define=SUBSYS_MSS
--define=DOWNLOAD_FROM_CCS --define=MMWAVE_L3RAM_SIZE=0x40000 --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN -g --diag_warning=225
--diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=packed --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="config_hwa_util.d_raw"
--cmd_file="configPkg/compiler.opt" "../config_hwa_util.c" 'Finished building: "../config_hwa_util.c"'