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
Hi, How can I disable a folder present in my CCS project? I tried to delete the folder but after deleting it some errors gets occurred. So is there is any way for disabling specific folder?
I also checked in project properties but I didn't get anything related this.
Please help me in this.
Regards
Pratik
Pratik,
If you want to exclude a folder of source files from the build you can right click on the folder in Project Explorer and select "Exclude From Build"
Here is a project with a folder:
I can right click on that folder and select to exclude it
The folder and the source files it contains are now excluded from the build. Note the line through the folder icon:
If deleting the folder caused build errors I wouldn't be surprised if excluding it also causes build errors.
Regards,
John