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.
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 !
Can you copy the entire output from the build console, save it to a file and attach it here?
Thanks, Aarti.
Is there a place I can post the file, other than this public forum (due to confidentiality reasons) ?
Looks like all the files fail compile, because source file # 49 is not found.
Is there a way to determine what source file can not be found ?
Thanks !
I sent you a friend request. When you accept it, you'll be able to send me files via private conversation. In addition to the build output, could you also attach the .opt file found in the \Debug folder, and the migration.log file generated during your project conversion?