This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28335: CCS Linker Error after adding new file via CCS : Unterminated quote in command file; aborting

Part Number: TMS320F28335

Tool/software: Code Composer Studio

It seems as if,  there is a limit on how many .c and .h on can add on TI's CCS 6 , 7.4 and perhaps  the problem is all versions.

When adding a new .c or .h file via CCS method in a large project with many files, it seems as LINKER cannot tolerate any more file addition and gives the following error shown below

( NOTE: On reducing the number of files , even by 1 file the problem goes away and I get clean compile and successful Build, with checksum) 

Add just 1 more more results in the following output from Code Composer Studio when linking:   I never touched the make file or any other , except  .c and .h

"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.6.LTS/bin/cl2000" -@"ccsLinker.opt" -o "steering.out"

makefile:371: recipe for target 'steering.out' failed

>> Unterminated quote in command file; aborting

   Quote starts at "

gmake[1]: *** [steering.out] Error -1

makefile:367: recipe for target 'all' failed

gmake: *** [all] Error 2

I thought I has a bad character is one of my files, so I re-enterd all  .c and .h all files and used CCS only to create and edit all the files. 

TEXAS INSTRUMENT CCS experts please post ans show me how I can solve this problem.

I need to add more files, now my project is stuck!