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.
Hi,
I've installed CCS v3.3 on a 64bit system with Windows 7 Professional. When I start building the project, the process stops at the first file and I see the error: "Command-line error: cannot open command file 'C:\Users\piero': No such file pr directory". I know that there is a problem with the space character in the windows account (that is "piero stocco") but all the project files and dependances are out of the user directory and the CCS installation directory too. Why does this problem happen? Do you have a workaround?
Best regards,
Piero
Piero,
I haven't used CCSv3.3 in Windows 7, but I have a guess: the compiler and linker use the user's temporary directory during the project build, which is located under C:\Users\piero stocco\AppData\Temp
If that is the source of this problem, you can create a directory C:\temp and set the environment variable to point there. For details, check here.
Hope this helps,
Rafael
Thanks Rafael,
I've changed enviroment variable settings as you suggested and the building process now works correctly.
Piero