While pulling some older project from Git using new Code Composer Studio (Eclipse) I tried to use Import Existing Project from Git option. The import itself worked and workspace recognized projects but build was failing with the error:
warning #10211-D: cannot resolve archive C:/ti/ccsv5/tools/compiler/msp430_4.1.5/lib/libc.a
>> Compilation failure
C:/ti/ccsv5/tools/compiler/msp430_4.1.5/lib/libc.a to a compatible library,
as no input files have been encountered
fatal error #10009: no input files
I verified all path variables and include paths and they looked correct. I was able to make it work by closing projects and re-importing them using Import Existing CCS Eclipse Project.
I'm not sure what the problem was but may be aggressive .gitignore I use had something to do with it (it excludes .metadata folder).