Tool/software: Code Composer Studio
Hi,
I tried to build the vital signs lab project in my CCS. But I got the errors while building the project. I have installed the dependencies required by mmWave SDK. What could be the reasons behind these?
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.
Tool/software: Code Composer Studio
Hi,
I tried to build the vital signs lab project in my CCS. But I got the errors while building the project. I have installed the dependencies required by mmWave SDK. What could be the reasons behind these?
Hi Yunish,
Please provide the complete build log from the CCS console window (not the error window). Also, please check that you have installed the XDC tools with JRE as shown in the image below. Once you've done that, please delete the current project from your workspace and make sure that you have the "Delete project contents on disk" option selected as shown in the second image, before you re-import the project.
Thanks
-Nitin
Yunish,
I would recommend the following:
1. Please update your mmWave training package to the latest version. From the directory snapshot you shared, it appears that you're using mmWave Training package 1.3. You should be able to build the demo from this version, but it is recommended to download the latest training package. Information on updating the mmwave training package is available in this thread.
2. It appears that the white-space character in your CCS workspace directory path is causing the build to fail. See the error "gmake: D:/CSS: No such file or directory" in the build log snapshot. Rename the CCS workspace (remove the space) then delete the current project and re-import it from the mmWave Training directory or CCS Resource Explorer.
-Nitin