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: dummy file added during legacy v.3.3 project import

Tool/software: Code Composer Studio

Hello!

I have legacy project in CCS v.3.3. I import it in CCS v.10. Once this process was fine. Now I face an issue. At linking stage I see error that symbol _main is defined multiple times, once in the object where my main() really exists, another - in dummy.obj. I did not specified that file for input.

I wonder, what did I mess so that dummy is pulled into the project. I have checked all compiler, linker settings, they seems to be okay between operational and failing project.

Project is built with CGT v.6.0.31, DSP/BIOS is 5.42.02.10.

Thanks.