I need to perform some automated manipulation to the .srec file that is generated when I Build my project. I tried using the e2studio "Post-build step" in Project / Properties / C/C++ Build / Settings but it looks like this operation is called before the actual .srec file is generated in the build process.
Is there a method to add a command that will be executed after the entire Build process has completed?
-- Jeff