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.

CCS/IWR1642BOOST: Cannot compile mmw_dss lab example project

Part Number: IWR1642BOOST
Other Parts Discussed in Thread: MATHLIB

Tool/software: Code Composer Studio

Hi,

I am having problems verifying my installation of Code Composer Studio 7.3.0. After installing CCS and the mmWave SDK, I am able to import the mmw and mmw_dss examples from the resource explorer, and building the mmw lab example works.

When I try to build the mmw_dss project, I get the following error and am not sure what to do to fix it.

Error:
>> Compilation failure
subdir_rules.mk:21: recipe for target 'dss_main.oe674' failed
"../dss_main.c", line 85: fatal error #1965: cannot open source file "ti/mathlib/mathlib.h"
1 catastrophic error detected in the compilation of "../dss_main.c".
Compilation terminated.

I am running CCS on Ubuntu 16.04. The mathlib_c674x_3_1_2_1 folder has been installed with the SDK and located in the CCS installation folder.

Is this a permission problem or maybe files stored in the wrong location? Any suggestions are much appreciated.