I am working on an MSP430 application and I have two projects in the workspace. One references the other and they both have similar included files. On one pc (running vista), when I compile the workspace, i only get 14 warnings from the first project, most due to unreferenced variables (I didn't write the code), and they are all explained fine. Also the second project produces no warnings or errors when compiled, even though it includes the same files as the first. On the other computer, I get the original 14 on the first project, but an additional 15 warnings on the second. 14 of them are repeats of the warnings from the same files in the first project, but there is now the addition of an internal/external linkage error because the included files in the project are the same, and so the one that declares the static variable is compiled twice, I guess. Why isn't this happening on the first computer? I thought it was maybe something in the environment settings but I am not familiar enough with CCSv4 to do anything about it. Any help would be appreciated!