I am using CCS v10.4.0.00006. I have a build configuration that builds as expected. I created a new configuration based on the one that builds (Project -> Manage Configurations -> New...). When I try to build the new configuration I get the error gmake: *** No rule to make target 'clean'.
The makefiles for the individual subdirectories are being generated and the top level sources.mk, subdir_rules and subdir_vars.mk are being generated. The makefile is being generated but it is empty.
The build settings are the same as the configuration that builds and I am using the default build settings.
It can't be this hard to get a new build configuration up and running. What is the obvious trick that I am missing?
