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: Getting error while importing project

Tool/software: Code Composer Studio

I have got a CCS project from 3rd party. When I am importing this project in CCS6, I am getting this error.

I tried installing the latest C2000 compile via App Center but still getting the same error.

What do I need to do to fix this issue?

Regards,

Vivek Singh

  • Vivek,

    You are on the right track; however, I want to be sure of what you actually installed via the App Center.

    Can you go to menu Window --> Preferences --> Code Composer Studio --> Build --> Compilers and see if you have a compiler 16.9 or 16.12 on the list? That would be critical to allow importing the project.

    Otherwise it would be interesting to get a copy of the example project and see what else could go wrong.

    Regards,
    Rafael
  • Hi Rafael,

    Thanks. I have installed the latest and it's showing 16.12. Is that issue?

    How to fix this issue?

    Regards,

    Vivek Singh

  • Vivek,

    I was just made aware of the existence of the excellent wiki page below. Please check a detailed explanation and, in the "Solutions" section there are procedures to workaround the issue you are having.

    processors.wiki.ti.com/.../Importing_CCS_Projects

    Hope this helps,
    Rafael
  • Thanks Rafael. That was helpful. I uninstall the latest update and then install the 16.9.1 version.  After that when I try to import the project, I get error for different compiler version now (v16.6).

    I am wondering how it can have multiple versions. Also I can not find v16.6 in the TI Compile Updates list.

    Regards,

    Vivek Singh

  • Vivek,

    The problem is the same in this case - lack of compiler definitions in the specific CCS.

    My best guess is that the project has multiple build configurations (Debug/Release) that use different compilers.

    Interesting; I found the 16.6 compiler in the Install New Software list. Just make sure the checkboxes match what is shown below. 

    Given you already installed 16.9.x, I suspect you will have to follow the procedure of uninstalling/reinstalling as you did before with 16.12. 

    To address this issue I filed the enhancement CCSIDE-3034.

    I apologize for the troubles,

    Rafael

    Hope this helps,

    Rafael

  • Ok, thanks. I was able to install all the required update and import the project. Thank you for filing the enhancement. It's really needed :-).