We are building tirtos based application using simplelink_msp432e4_sdk_4_20_00_12 and MSP432 board. We are building our workspace using CCS studio. Once build is completed we are generating CRC based on .out file.
Now problem is when we change workspace path or build same source on different machine we are getting different CRC.
Please find the below CRC generated on different workspaces.
Workspace1:
==============
../../../build_utilities/CRCGenerator.exe App.hex App_crc.hex 0xFFFF0
CRCGenerator version 1.00
Input Filename: App.hex
Output Filename: App_crc.hex
CRC Header Address: 0xffff0
CRC value: 0x7e03
CRC region start: 0x100
CRC region size: 0x3f072
**** Build Finished ****
Workspace2:
============
../../../build_utilities/CRCGenerator.exe App.hex App_crc.hex 0xFFFF0
CRCGenerator version 1.00
Input Filename: App.hex
Output Filename: App_crc.hex
CRC Header Address: 0xffff0
CRC value: 0x2325
CRC region start: 0x100
CRC region size: 0x3f022
**** Build Finished ****
Please need your help on how to get constant CRC if we build the code on different workspace.