I completed my CCS3.3 project build for "Debug", and just changed my configuration to "Release". I would like to build it to make sure that I've got the build flags correct. When I do a Build Clean followed by a Build, each .c file compile line is followed by "ERROR: no source files, nothing to do".
This is new. The Release builds of other projects do not show this same symptom. When I switch back to Debug, the build works.
What might be wrong that would cause these errors? (Note that each .c file has one of the error messages, so it does know about the .c files.)