AWR1642BOOST的demo short range radar用ccs运行

Other Parts Discussed in Thread: MATHLIB, AWR1642BOOST

我已经将指导中的软件都装在ti文件夹中

Build DSS Project

The DSS project must be built before the MSS project.

With the srr_16xx_dss project selected in Project Explorer, right click on the project and select Rebuild Project. Selecting Rebuild instead of Build ensures that the project is always re-compiled. This is especially important in case the previous build failed with errors.

这一步我运行ccs没有成功,出现errors的一部分如下:

subdir_rules.mk:9: recipe for target 'dss_data_path.oe674' failed
"..\dss_data_path.h", line 47: fatal error #1965: cannot open source file "ti/demo/io_interface/mmw_config.h"
1 catastrophic error detected in the compilation of "../dss_data_path.c".
Compilation terminated.
gmake[1]: *** [dss_data_path.oe674] Error 1
Building file: "../Extended_Kalman_Filter_xyz.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --include_path="C:/ti/workspace/srrdemo_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/ti-cgt-c6000_8.3.3/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="Extended_Kalman_Filter_xyz.d_raw" --cmd_file="configPkg/compiler.opt" "../Extended_Kalman_Filter_xyz.c"

>> Compilation failure

错误代码对应的是:

#include <ti/demo/io_interface/mmw_config.h>

请问是什么原因。