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.

MSP430F5340: Duplicate SRC folders

Part Number: MSP430F5340

Tool/software:

Running into  a problem using an old developer trick.

I am making program changes across several .c source files. But I also want to keep a copy of the working SRC files in case I want to roll back. So I make a new folder within the project's folder and copy the working .c and .h files to save the last working version. But no matter what I name this new file, CCS drags the .c files in this new folder into the compiler along with the normal SRC folder .c files which causes a fire hose of errors. Now if I move this new file to my desktop, CCS ignores it as would be expected.

It seem like CCS scans the project directory for any .c file and drags it into the compiler. Is there a way to prevent this and only look in the SRC folder for .c files?

**Attention** This is a public forum