I need to create a image file from the output of the CCS V4 linker. It looks like using hex430.exe to create an ascii file of some type and then parsing that will get me the actual contents that need to be burned to flash. However, I also need to obtain the version number to put in the image file header.
Right now the version is defined, well, as a define:
#define HOSTBOX_VERSION 1
But this doesn't show up in any of the linker output files that I can find. Has anyone found a way to define a version number that can be extracted?