Hi,
I have rebuild a release package twice using "TMS470 C/C++ CODE GENERATION TOOLS 4.6.3", when i compare the binaries using objdiff.pl, instead of showing it as identical i get following result:
======================================================================
Comparing Sections : section = .const
======================================================================
Raw data is different
======================================================================
Comparing Sections : section = .strtab
======================================================================
Raw data is different
======================================================================
Comparing Sections : section = ti.sdo.ipc.SharedRegion_0
======================================================================
Raw data is different
Files are different
Following is the command i am using for comparison:
perl objdiff.pl binary1 binary1 ofd470.exe
Would like to know why difference is coming even though same tools are used and build is done on same machine.