Tool/software: Code Composer Studio
I am new to CCS and have been battling this issue for a couple hours now.
I am working on a personal project at home and downloaded the SDK for the MSP432 Launchpad + CC2564 Booster Pack. I am trying to get started with one of the sample bluetooth applications, "SPPDemo". I copied this program and support files to a separate directory, renamed the project to "AutoHackerApp", and set about updating the includes paths to get the project to build.
The error message I get is the coveted "gmake: *** No rule to make target" message:
Here it seems to be looking in the old directory location for the sample file, but when I click on the program file in project explorer it appears to be looking in the right location but can't find the file:
The directory it is looking in here should be correct:
And I have updated link and include path I could find in the build settings but am still having this issue.
Thanks in advance for the assistance.