Tool/software: TI C/C++ Compiler
I have been debugging an issue and to make it easier, I got a specific version of code out of source control and built it. The actual project (CCSv5, tools, etc) hasn't changed since that version of code. When I complete the build, I compare the MAP file to the MAP file in source code control and they are identical (except for the build date). But the new OUT file is bigger. There is no debug (-g) involved in either build. How could the OUT file be bigger if the MAP files are identical ? Thanks, Richard