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.

Build errors using ccs 6

I am getting the following errors:

**** Clean-only build of configuration Debug for project Vbyf ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F "Vbyf.out" "Vbyf.hex"
DEL /F "DSP2833x_Adc.pp" "DSP2833x_CpuTimers.pp" "DSP2833x_DefaultIsr.pp" "DSP2833x_GlobalVariableDefs.pp" "DSP2833x_PieCtrl.pp" "DSP2833x_PieVect.pp" "DSP2833x_SysCtrl.pp" "main.pp"
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: [clean] Error 1 (ignored)
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: [clean] Error 1 (ignored)
DEL /F "DSP2833x_ADC_cal.obj" "DSP2833x_Adc.obj" "DSP2833x_CodeStartBranch.obj" "DSP2833x_CpuTimers.obj" "DSP2833x_DefaultIsr.obj" "DSP2833x_GlobalVariableDefs.obj" "DSP2833x_PieCtrl.obj" "DSP2833x_PieVect.obj" "DSP2833x_SysCtrl.obj" "DSP2833x_usDelay.obj" "main.obj"
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: [clean] Error 1 (ignored)
DEL /F "DSP2833x_ADC_cal.pp" "DSP2833x_CodeStartBranch.pp" "DSP2833x_usDelay.pp"
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: [clean] Error 1 (ignored)
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: [clean] Error 1 (ignored)
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: [clean] Error 1 (ignored)

**** Build Finished ****

**** Build of configuration Debug for project Vbyf ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_ADC_cal.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_Adc.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_CodeStartBranch.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_CpuTimers.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_DefaultIsr.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_GlobalVariableDefs.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_PieCtrl.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_PieVect.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_SysCtrl.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [DSP2833x_usDelay.obj] Error 1
'C:\DOCUME~1\AG' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [main.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

How to resolve this .

Thanks