Hi,
I have same project being built on two different host machines. I have ensured that both hosts have same development software versions as below.
Software |
Version # |
Code composer studio |
Version: 5.5.0.00077 |
TI RTOS |
1.21.0.09 |
TI Compiler |
V 5.1.5 |
SYS/BIOS |
6.34.06.26 |
XDC tools |
3.24.03.33 |
At the end of build process, CCS displays the checksum
C:\Projects\project_name\ccs\_Debug>copy ..\..\..\..\..\_Tools\HeaderGen.exe .
1 file(s) copied.
C:\Projects\project_name\ccs\_Debug>cmd /c cd | .\HeaderGen.exe ALMaster_Boot_M4.BIN -TYPE 18 -YNUM "Y02301" -VER 01 -r -SFA -AG -NAD -L
Output name: Y02301-01_111542B_04-16-2015.bin
Output path: C:\Projects\project_name\ALMASTER_BOOT_M4\ccs\_Debug
Checksum: 0x0111542B
Thanks for using the Header Generator®!
Problem definition: The checksum of output file on two hosts are not matching.
I have compared console output, makefile, .ccsproject, .cproject and .project file of both host machines but I could not find any difference.
Since the application and development tools are same, I am expecting the output bin file checksum to be same. Why there is difference?
What am I missing here? Any help on this is greatly appreciated.
Regards
Srinivasa