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.

CCSv4 compile fails, can't open "myFile_ccsCompiler.opt"

Hi,

I have been migrating a project from CCS 2.2.1 to CCS 4.4.2

Compilation of "./myFile.c" fails, because "myFile_ccsCompiler.opt" is not found.

 

"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c5500/bin/cl55" -@"myFile_ccsCompiler.opt"

ERROR! : Cannot open source file 49: No such file or directory

After compilation fails, I see that "myFile_ccsCompiler.opt" exists under ./Debug

How do I get around this ?

Thanks !