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.

import fails from command line , compiler definition is not available

Other Parts Discussed in Thread: CCSTUDIO, CODECOMPOSER

Hello,

I'm using CCS v5.1.1. When CCS was installed, the CGT 7.3.1 for C6000  was installed with it.

WIth that configuration , I could compile and use the command line below to import my project :

>> eclipsec -nosplash -data c:\tmp -application com.ti.ccstudio.apps.projectImport -ccs.copyIntoWorkspace -ccs.location c:\project_path

ans it works very well.

I detected a problem in the CGT 7.3.1 version and decided to install the 7.4.12 version. I followed the procedure and I can compile  my project with the new CGT using the GUI.

The problem is that now, when I'm using the previous command line to import my project, I have this error :

####

!ERROR: Import failed for project 'MyProject' because its compiler definition is not available. Please install the C6000v7.4 compiler before importing this project.

#####

I don't undertand this error because the compiler was installed and I could used it  with the CCS GUI.


I just want to add that when I go to WIndows->Preferences->CodeComposer Studio ->Build->Compiler , The Tool discovery path contains the CGT 7.4.12 path and I could see the TI v7.4.12 in the discovered tools.

Maybe someone can help me ? Thank you very much in advance for you help.

Best regards.

Pat.

  • Pat,

    Are you importing into the same workspace both when importing using CCS GUI and when using command line or into different workspaces?

    Prior to importing into a particular workspace could you check if the compiler version 7.4.12 is detected for that specific workspace by going to WIndows->Preferences->Code Composer Studio ->Build->Compiler?

  • Hello,

    Thank you very much for your answer. I have already made this verification.

    I found the solution, I just copied the C6000_7.4.xml file to the directory :
    "ccsv5\eclipse\plugins\com.ti.ccstudio.buildDefinitions.C6000_5.1.1.201201061800\resources\buildDefinitions"
    and now it works.

    pat.