Forum Discussion
Altera_Forum
Honored Contributor
14 years agoBinary Comparisons
I want to compare two version of compiled/linked software, where the only changes are the values of two constants. But when I perform a binary compare, the results show thousands of differences, rat...
Altera_Forum
Honored Contributor
14 years agoActually, the files I am trying to compare are .srec files we get from the developer of the software. Regardless, they are hexidecimal text files and a binary compare does show there are differences. My problem is that only two 16-bit constants were changed, then all the files were recompiled and linked into the .srec file. My only guess is that the constant got replaced in lots of code during the compilation/linkage phases causing massive changes in the resulting .srec file. Does that sound right?