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: Error while importing projects via legacyv3.3 Projects

Tool/software: Code Composer Studio

Hi!

I imported a project from older version of code composer  via "legacyv3.3  Projects" to code composer of version 8.  But while importing I got  warning about "project.log" file. I have also found some errors while building the project. Could anybody kindly help me to solve the errors shown in the picture?

Thank you very much in advance.

Best regards,

Sanzidur

  • Hi,

    Usually the project.log talks about what went wrong or important warnings during the project import. I would carefully read it first to see if they are related to the project building errors (most probably they are).

    Also, these build errors clearly explain what the issues are: a missing file that is probably caused by a misconfigured target configuration file (.ccxml) and an obsolete project option.

    --Cheers