Hi,
I have been trying to verify that my builds are reproducible when no source code changes. I am using the coffdiff tool and it always says the following:
C:\>coffdiff file1.out rebuild_file1.out ofd55
Processing file1.out ...
Processing rebuild_file1.out ...
Comparing files ...
Build attributes are not compared yet ... coming soon.
============================================================
Comparing Sections
============================================================
Raw data in section .vers is different
Files are different
The map files are exactly the same except the link time at the top of the file. The .out files sizes are slightly different and when I run the .out files through the hex55 I find slight differences. So I am concerned.
What is the best way to verify you can rebuild the code repeatably (bit for bit)?
I am using C55X CGT 4.3.1 and the 2.20.00 cg_xml utilities.
Thanks.