I am porting an existing product from a Stellaris to a Tiva part, and when working in CodeComposer I can create a build configuration for both the TM4C and LM3S parts and they compile for the different hardware. I can share the project with both the TivaWare or StellarisWare libraries included that I wish to use, then exclude them from the build of the respective build configurations. The problem occurs when I want to step into the TivaWare utility when debugging on TM4C part. Code Composer thinks that it should use the StellarisWare file rather than the TivaWare file. The only way I have found for the debugger to resolve to the correct source file is to delete the source file links in the .project file, then teh correct source file is referenced during debugging.