I am trying to convert a project from CCSv3.3 to CCSv5.1 I was able to succesfully build the project but noticed that the linker was moving a section around. It turns out that the case of the object files passed to the linker v4.3.1 results in the object file getting linked in a different location. I noticed that CCSv5.1 converts all of the file names to lower case when passing to the compiler or linker. Is there a way to keep the Case of the file in tact.