I installed the Code Composer Studio in a computer before, and it works well there. But the other one installed today in another computer doesn't work, the error messages are:
**** Build of configuration Debug for project test ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'C:\Users\SJ' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [blink.obj] Error 1
'C:\Users\SJ' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
gmake: *** [msp432_startup_ccs.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
I guess the problem is that my setting is not correct, but actually not much to do by myself. Any help will be appreciated.