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/AWR1642BOOST: Problem with mmwave Sensors - Automotive Toolbox - Driver Vital Signs

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: MATHLIB

Tool/software: Code Composer Studio

Hi

I'm trying to get the Driver Vital Signs demo running on my AWR1642BOOST ES 1.0 device. For that I use an ubuntu 16.04 machine with ccs 7.4.0.00015. As I have only an ES 1.0 device I installed sdk 1.1 and 1.2 on my machine and I used the automotive toolbox v 2.2.

When I read the Pre-requisites I see

Tool: Mono JIT compiler
Version 3.2.8
Only for Linux builds

I have no idea where to get that or how to install this. Can you give me a hint?

Further required is TI ARM compiler 16.9.1 LTS. Looking into ccs installation details I see ARM compiler tools 16.9.6 LTS and 16.9.10, but nue 16.9.1. Strange ...

Ignoring this the Rebuild Project gives the following errors and warnings:

Errors:

Description    Resource    Path    Location    Type
#1965 cannot open source file "DSP_fft32x32.h"    dss_data_path.c    /vitalSigns_16xx_dss    line 84    C/C++ Problem
#1965 cannot open source file "ti/mathlib/mathlib.h"    dss_main.c    /vitalSigns_16xx_dss    line 91    C/C++ Problem
gmake: *** [all] Fehler 2    vitalSigns_16xx_dss             C/C++ Problem
gmake[1]: *** [dss_data_path.oe674] Fehler 1    vitalSigns_16xx_dss             C/C++ Problem
gmake[1]: *** [dss_main.oe674] Fehler 1    vitalSigns_16xx_dss             C/C++ Problem

Warnings:

Description    Resource    Path    Location    Type
Build-variable 'TI_DSPLIB_BASE' cannot be resolved. This project may not build as expected.    vitalSigns_16xx_dss        properties    Problem
Build-variable 'TI_MATHLIB_BASE' cannot be resolved. This project may not build as expected.    vitalSigns_16xx_dss        properties    Problem
Invalid project path: Include path not found (/packages).    vitalSigns_16xx_dss        pathentry    Path Entry Problem
Invalid project path: Include path not found (/packages/ti/dsplib/src/DSP_fft16x16/c64P).    vitalSigns_16xx_dss        pathentry    Path Entry Problem
Invalid project path: Include path not found (/packages/ti/dsplib/src/DSP_fft32x32/c64P).    vitalSigns_16xx_dss        pathentry    Path Entry Problem

I then tried the cloud version of ccs. But clicking on import ccs project I only get a popup with only the cancel button active. To be precise there is only an inactive finish button and the cancel button nothing else.