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:
I compile the project with errors in an include file xxxx.c.
I comment out that include file, xxxx.c, as well as any calls to it.
The compiler still reports the error in the include file? In other development systems I use, when you comment stuff out, it's not there as far as the compiler is concerned. As for make files, I never built one as simply compiling the main.c should be enough for a simple program?
I deleted and re-built the project and the same think happens.
I do see the offending xxx.c file in the make file. It seems that CCS automatically puts any xxxx.c source file into the make file?
Hello Andy,
Maybe the file is being included in the project settings somewhere?
Here are all the MSP430F149 software examples for the different peripherals: https://dev.ti.com/tirex/explore/node?node=A__ABuMuBUlmisN-sHWKC-I5w__msp430ware__IOGqZri__LATEST
Maybe you can start with some of these mature code examples and then modify from there towards your application and help identify any differences.
Thanks
JD
**Attention** This is a public forum