Hello,
I have inherited a CodeWarrior 10.x project that is meant to generate an S19 file and program that to a device. As a "quality assurance" step, anytime someone builds from released source it is expected that their final S19 file MD5 should match the recorded MD5 for that release source. The issue is that the S12Z linker, if set to create the s-record file, has the S0 line containing an absolute file path.
I know of Burner, but my understanding is that the default tool chain in CW 10.x doesn't use Burner. Before I jump through hoops trying to setup Burner, is there something I am missing with Linker settings to avoid the S0 record from being path dependent?
Thank you!