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.

Pre-build step not working on CCS v4

Hello,

The following pre-build step command is not removing the Debug directory:

rmdir /S /Q .\UnitTest\Debug

The Build shows the command the following output,

**** Build of configuration Debug for project Test1 ****

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k -q main-build

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k pre-build main-build

rmdir .\UnitTest\Debug

'   '

Is there any way for me to know why the rmdir command didn't work?

Stephen