Tool/software: Code Composer Studio
Hello,
I am working with CCS projects and use the "generate makefiles automatically" option.
The problem is that when choosing the above option i am NOT allowed to change the build location and as a result every build configuration have a different build location that is fixed to the configuration's name.
I have searched a lot and so far was not able to find a way to change the build location.
I also considered using a post build script but the problem is that the build configuration folder is still used by the CCS process even during the post build, making it impossible to delete/rename the build folder.
I would appreciate your help so that i am able to change the build configuration folder or at least some way to automatically rename or copy to another location & delete it after the build is done .
Thanks
Guy