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.

ccs5 "${CG_TOOL_CL}"

on one computer this is the string that is set for the compiler and linker comand.  since ${CG_TOOL_CL} is not defined this evaluates to an empty string - nothing is built,.nothing is linked.

on another computer the string is "${CG_TOOL_ROOT}/bin/cl6x".  if I change the ${CG_TOOL_CL} to "${CG_TOOL_ROOT}/bin/cl6x" then we compile and build.  but..every project has the wrong commands.

I cannot find any reference in files or on the internet to CG_TOOL_CL.  what is it?  why is it there (and not the 'correct' string)? will it come back?