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.

ccv5 compiler cl6x error



i use ccsv5.2.10018 & c6722

when i compile every project this error Is shown

C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../hello.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv67p -g --define=c6722 --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --display_error_number --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="hello.pp"  "../hello.c"
'"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x"' is not recognized as an internal or external command,
operable program or batch file.
gmake: *** [hello.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

 i reinstall ccs several times but This problem not be solved.

in my project properties>build>variables are in Right direction

CG_TOOL_AR           C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/ar6x

CG_TOOL_CR           C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x

CG_TOOL_HEX          C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/hex6x

CG_TOOL_ROOT       C:/ti/ccsv5/tools/compiler/c6000_7.3.4

Where is the problem???????