Part Number: MSP430FR2355
This seems to be a very common error. Note that the error message:
fatal error #1965: cannot open source file "driverlib.h"
would be infinitely more useful if the full pathname of the file it could not find was given. Clearly the IDE was looking in an exact place. That exact path should be passed on to the user in the error message.
At any rate, I created a new project in CCS Version: 12.1.0.00007 . Prior to this I was working on another existing project without any problems.
After creating the project (a blank template) I brought in some .c and .h files from a previous project. (this is a next version of the circuit board). When I attempted to compile the project, I got the error.
How is it a new project where the path for the project and the processor type were specified was not able to find the include files ?
Looking in the"Includes" fikterm U see:
I see the directory specified,. It contains:
What are my next steps ?
