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.

AWR2944EVM: 使用CCSSTUDIO12.2.0无法build High End Corner Radar

Part Number: AWR2944EVM


我安装了CCSSTUDIO 12.2.0 ,Radar Toolbox 1.20.0.11 和 mmWave MCU SDK04.04.01.02, 

import 了MSS和DSS project

build MSS project的时候, dss project 报 gmake: *** No rule to make target 'clean'.  打开DSS project下的makefile发现是个空文件。请帮忙看看为啥DSS project无法build

  • 问题已经解决~ 我的做法如下:

    1  增加radar toolbox的路径变量

      

    2 重命名  cossintable.c 为cossintable.h

    3 修改dss project中的objection.c中的 line923   cossintable.c 为cossintable.h

    4 修改mss project linked Resource, 增加path variable  COM_TI_RADAR_TOOLBOX_INSTALL_DIR

    5  去除mss project 对dss project的关联