Other Parts Discussed in Thread: CCSTUDIO
Tool/software:
I am trying to compile the example called 3D_people_track_6843_dss
and 3D_people_track_6843_mss
. According to the documentation, DSS must be compiled first before compiling MSS.
At the moment, I cannot compile DSS; it shows the following errors indicating that it cannot find a file in the "dsplib" folder.
dss/modules/caponBF2D/src/subdir_rules.mk:7: recipe for target 'dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.oe674' failed
"../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_priv.h", line 69: fatal error #1965: cannot open source file "ti/dsplib/src/DSPF_sp_fftSPxSP/DSPF_sp_fftSPxSP.h"
>> Compilation failure dss/modules/caponBF2D/src/subdir_rules.mk:7: recipe for target 'dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.oe674' failed "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_priv.h", line 69: fatal error #1965: cannot open source file "ti/dsplib/src/DSPF_sp_fftSPxSP/DSPF_sp_fftSPxSP.h" 1 catastrophic error detected in the compilation of "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.c". Compilation terminated. gmake: *** [dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF.oe674] Error 1 "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_priv.h", line 69: fatal error #1965: cannot open source file "ti/dsplib/src/DSPF_sp_fftSPxSP/DSPF_sp_fftSPxSP.h" 1 catastrophic error detected in the compilation of "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c". Compilation terminated. gmake: *** [dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.oe674] Error 1 "/home/oee_dev-001/ti/radar_toolbox_2_20_00_05/source/ti/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_priv.h", line 69: fatal error #1965: cannot open source file "ti/dsplib/src/DSPF_sp_fftSPxSP/DSPF_sp_fftSPxSP.h" 1 catastrophic error detected in the compilation of "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.c". Compilation terminated. gmake: *** [dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_bpmDecoding.oe674] Error 1 "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_priv.h", line 69: fatal error #1965: cannot open source file "ti/dsplib/src/DSPF_sp_fftSPxSP/DSPF_sp_fftSPxSP.h" 1 catastrophic error detected in the compilation of "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.c". Compilation terminated. gmake: *** [dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_angleEst.oe674] Error 1 "/home/oee_dev-001/ti/radar_toolbox_2_20_00_05/source/ti/dpu/capon3d/modules/DoA/CaponBF2D/src/RADARDEMO_aoaEst2DCaponBF_priv.h", line 69: fatal error #1965: cannot open source file "ti/dsplib/src/DSPF_sp_fftSPxSP/DSPF_sp_fftSPxSP.h" 1 catastrophic error detected in the compilation of "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.c". Compilation terminated. gmake: *** [dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_heatmapEst.oe674] Error 1 Building file: "../dss/modules/caponBF2D/src/RADARDEMO_aoaEst2DCaponBF_DopplerEst.c" Invoking: C6000 Compiler
Does anyone know how to install this library? I performed a full installation of CCStudio and also installed mmWave SDK.
P.S.: I found the dsplib folder by navigating GitLab in an unofficial repo. I tried verifying that it contains the files that the compilation is looking for and added the folder to the path shown, but it still continues to give the error.