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
In the Console, immediately after <Linking> I get the following line repeated 21 times:
'cp' is not recognized as an internal or external command, operable program or batch file.
Both Build Pre-build steps and Post-build steps are blank.
PS: I know E2E thread title said not to repost part number, but the form complained when I didn't.
Can you try deleting the build configuration directory completely and then do the build again? The build config directory is the directory that has the same name as the config you are building, typically Debug or Release.
If the error persists after that, please check if the .cproject file contains any post-build steps. You can search for the text "postbuildStep".
If these suggestions do not help resolve the issue, please zip up your project folder and attach it here so we can reproduce the issue and look into what may be causing it.
AartiG,
Thanks very much!
Deleting the Debug directory fixed my weird problem. Interestingly, however, the first time I clicked <hammer icon> the Linker ran and showed five 'cp' errors. I didn't expect the Linker to run.
I clicked <hammer icon> again and the Linker did not run this time. I then clicked <bug icon> and the Linker ran without errors.
I clicked <bug> a second time and again saw no Linker complaints.
Solved! Thanks again.
(PS: Good grief! How many times do I have to edit this to remove all the typos?! (three now -- I give up))