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.

UNC paths are not supported?

At work, all our files are on a network drive. This way, anywhere you login, you will have access to your files. So my Code Composer files are all on a network drive. I have been using CCSv4 for 7 months without problems developing on a network drive. Today, we opened our new lab and I am trying to compile my project on a new computer, but since I am logged in, all my development files are in the usual place. However, now I get this error:

"\\<path_to_my_user_space>\My Documents\Code Composer\workspace\Motor_Drive\F2833x_RAM'

CMD.EXE was started with the above path as the current directory.

UNC paths are not supported. Defaulting to Windows directory.

Fatal error: could not open source file "../HVPM_Sensorless.c"

1 fatal error detected in the compilation of "../HVPM_Sensorless.c".

Compilation terminated.

 

It says that UNC paths are not supported but I have been doing it this way for the past 7 months. Why would it work on one computer and not another? What setting am I missing?

I am using CCSv4 4.2.1 with compiler 5.2.10.

I would have posted this in the CCS forum but this looks like a compiler error

 

Thanks