Tool/software: Code Composer Studio
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
Shruti,
Your project is specifying that it requires the software package "Inter-processor Communication". Specifically it is set to use v1.24.3.32 of that package. CCS is not able to find that package so it cannot build the project.
For example this project is set to use v2.10.0.48 of the "SimpleLink CC13x2 SDK". You can see here in the project properties where this is indicated:
CCS will need to be able to find that package in order to build the project.
If you go to the preferences dialog in CCS you can see where it is looking for these products as well as those that it has found:
At this point I don't know if the issue is that you have the product installed but have not setup CCS to know where it is or if you don't have the product installed at all. I am also not sure what device you are using. However there is a download link to the IPC package here:
However if you are importing this project from a repository then there is a good chance that someone put the package in that repository as well. Whomever created that should be able to help.
Regards,
John