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!