Hi
I've followed the directions on this link
http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create
and the IDE .out is not the same as the cmd line build .out.
Most of the differences appear to be related to a timestamp (see image).
The reason I think its a timestamp is because it also is different from successive IDE builds.

The difference occurs many times and its the last numbers of teh line EVM\M2_EVM6472.opt64P:$C$L163:2:1321996950
The reason its important that the IDE and command line build match is that we need to confirm that all the optimization and build flags are correct. The difference we see above occurs many times in the code (likely as many times as there are .c files).
It there a way to turn off the timestamp? (or whatever is incrementing in the .out file)
Cheers