Other Parts Discussed in Thread: TMS320F28335
Hi there,
I've been developing the SW project for C2000(TMS320F28335) with CCSv3.3.
Today, I found that my projet build results(*.out) are different under same condition.
That is, binary compare result for two MyProject.out files shows that there are so many differences even thouth I made no change in my project.
(Even two MyProject.map files are same without 'Linking Time' line.)
How can I make two MyProject.out files EXACTLY same?
Or, how can I assure that two MyProject.out will do same operation?
Thanks.