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 !