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.

IWR1443: IWR1443

Part Number: IWR1443

Trying to compile the 4k_fft_lab in from mmwave_industrial_toolbox_4_3_1 but getting the following errors

"

*** Build of configuration Debug for project 4k_fft_lab ****

"C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

rm -f C:/business/software/code composer workspace/4k_fft_lab/xwr14xx_4k_fft_lab_mss.bin
makefile:199: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f C:/business/software/code composer workspace/4k_fft_lab/xwr14xx_4k_fft_lab_mss.bin, ...) failed.

gmake[1]: [pre-build] Error 2 (ignored)

Building file: "../sensor_mgmt.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:/business/software/code composer workspace/4k_fft_lab" --include_path="C:/ti/mmwave_sdk_02_01_00_04/packages" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR14XX --define=SUBSYS_MSS --define=_LITTLE_ENDIAN --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=MMWAVE_L3RAM_SIZE=0x40000 -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="sensor_mgmt.d_raw" --cmd_file="configPkg/compiler.opt" "../sensor_mgmt.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'sensor_mgmt.oer4f' failed
"../sensor_mgmt.c", line 405: warning #169-D: argument of type "int32_t *" is incompatible with parameter of type "rlCalibrationData_t *"
"../sensor_mgmt.c", line 405: error #167: too few arguments in function call
1 error detected in the compilation of "../sensor_mgmt.c".
gmake[1]: *** [sensor_mgmt.oer4f] Error 1
Building file: "../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:/business/software/code composer workspace/4k_fft_lab" --include_path="C:/ti/mmwave_sdk_02_01_00_04/packages" --include_path="C:/ti/ti-cgt-arm_16.9.6.LTS/include" --define=SOC_XWR14XX --define=SUBSYS_MSS --define=_LITTLE_ENDIAN --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=MMWAVE_L3RAM_SIZE=0x40000 -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="main.d_raw" --cmd_file="configPkg/compiler.opt" "../main.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'main.oer4f' failed
"../main.c", line 708: error #20: identifier "MMWAVE_L3RAM_NUM_BANK" is undefined
"../main.c", line 708: error #20: identifier "MMWAVE_SHMEM_BANK_SIZE" is undefined
"../main.c", line 1909: error #20: identifier "rlRfInitomplete_t" is undefined
"../main.c", line 1909: error #20: identifier "ptrRFInitCompleteMessage" is undefined
"../main.c", line 1913: error #29: expected an expression
"../main.c", line 1913: error #66: expected a ";"
6 errors detected in the compilation of "../main.c".
gmake[1]: *** [main.oer4f] Error 1
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
makefile:165: recipe for target 'all' failed

**** Build Finished ****  "

Also tried earlier versions of the industrial toolbox but getting similar errors.

Any suggestions?

Henry