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.

specifying compiler location using eclipsec

Other Parts Discussed in Thread: CCSTUDIO

Hi,

I recently upgraded compilers on my C28xx project and everything works fine on my local machine where I build the project within CCS.  However, I have a remote machine (the build server) that builds the project using eclipsec.exe and it appears that it cannot find the new compiler.

Here is the build output:


>c:\ti\ccsv5\eclipse\eclipsec -noSplash -data "C:\bambooPrimaryDSP_Workspace" -application com.ti.ccstudio.apps.projectImport -ccs.location "T:\AA-DSP-JOB1\RFModule\primary" 
 --------------------------------------------------------------------------------
Importing project from 'T:/AA-DSP-JOB1/RFModule/primary'... 

!ERROR: Import failed for project 'EnligHTN_DSP_Primary' because its compiler definition is not available. Please install the C2000v6.1 compiler before importing this project.

I know the new compiler is installed, because I can remote login into the machine and build the project through CCS.  Does anyone know how to tell eclipsec.exe where the compiler is?  Thank you.