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.