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.

CCS/cc3200: ccs 7 compiler issues

Part Number: CC3200
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

During code compilation getting following error message,Example code in blink(cc3200)

C:\\TI\\ccsv7\\utils\\bin\\gmake" -k all
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [adc_userinput.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [base64.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [email.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [gpio_if.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [ini.obj] Error 1
'C:\Users\r' 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
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [network_common.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [nonos.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [pinmux.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [smartconfig.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [startup_ccs.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [timer_if.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [uart_if.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [udma_if.obj] Error 1
'C:\Users\r' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [wdt_if.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

 

 

 

  • Does your Windows username have spaces or non-ascii characters in it? If so, that could pose a problem. If that is the case, please create a temporary user name with admin privileges that does not have any non-ascii characters, and reinstall CCS. Make sure to also install CCS to a directory that does not have any non-ascii characters.