Hello,
While investing this thread on the CCS forums:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/317962/1120921.aspx
It was determined that the differences are attributed to the full path to the source file being encoded in the constant strings section (the two projects reference some identical copies of source files in different locations). This is because of a Log_info0 call which uses a string that is the full path name of the current file. It includes __FILE__ in it somewhere. So changing the location of the source file will impact the actual generated code if Log_info0 is called. Is this known behavior and if so, is there a way to avoid this dependency?
Thanks
ki