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.

CCS: [post-build] Error -1073741515 (ignored)



Tool/software: Code Composer Studio

Hi, 

The generated bin file need to be modified in my project, I made a program expecting the CCS IDE call it automatically after built by adding an extra step like this:

"${PWD}\Hello.exe"

But the IDE always reporting the error:

"D:\Projects\GenericDrive\Code\Dev\CCS\Release\Hello.exe"
makefile:316: recipe for target 'post-build' failed
gmake[1]: [post-build] Error -1073741515 (ignored)

Any suggestion?

Many thanks!