I have an application project that links two custom libraries. When I try to build the release configuration I get the following error: No rule to make target 'all'
I also created a custom debugEVM configuration for building an executable for the eval module we started with. I have used the main debug configuration for our own DSP module design.
I had successfully built a custom library configuration without this problem also. I basically used the same procedure to create the custom executable build as I did for the library. The executable build gets the following error: No rule to make target 'all'