Hello,
I'm trying to build a project in CCS 5.3.0.00090, however it fails with the following log:
Build of configuration Debug for project myFirstProject ****
"C:\\ti\\ccsv5\\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: *** [ISRs.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: *** [LCDK_Support_DSP.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.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
gmake: Target `all' not remade because of errors.
**** Build Finished ****
On the computer on which I'm trying to build I'm logged as R&V user; and I think the errors are due to the ampersand. But I don't know how to overcome this issue.
Any solution?
Thank you!
Michael