I have post build steps to create a binary file that have been working, until I updated the workspace to CCS12.7.1.
I notice that the path after expansion has Linux style delimiters instead of Windows when the post build step is executed.
Looking at the path variables CCS_INSTALL_ROOT and CG_TOOL_ROOT and both look like Windows format, but when it is expanded in the command it is being expanded to Linux format so the post build step fails.
I can hard code the path and it works, but I would rather use the path variables so it will continue to be updated in the future.
How can I fix this ?
Here's the post build step:
${CCS_INSTALL_ROOT}\utils\tiobj2bin\tiobj2binfill ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.bin ${CG_TOOL_ROOT}\bin\ofd2000 ${CG_TOOL_ROOT}\bin\hex2000 ${CCS_INSTALL_ROOT}\utils\tiobj2bin\mkhex4bin;