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,
I am trying to compile an f28069 project using the v18.12.2.LTS compiler. The project builds correctly but then after <linking>, there is a message in the console saying "'cp' is not recognized as an internal or external command, operable program or batch file." I am using Windows and I know that is not a command, but where would this project try to use 'cp'?
-Jake
Jake Johnson22 said:I am using Windows and I know that is not a command, but where would this project try to use 'cp'?
It must be coming from a post-build step. Please take a look at this page for more information on pre and post build steps in CCS and where you can find these in the Project properties:
Hope this helps.