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.

Problem running CCS v5 on Parallels?

Other Parts Discussed in Thread: MSP430F5437A

I had previously been using CCS v4.2 on parallels just fine.  I recently updated to v5 and since then have not been able to compile my projects.  For each file I get this error respectively:

C:\ti\ccsv5\utils\bin\gmake -k all 
'\\psf\Home\Documents\CCS Workspace\Gladiator_New_Org_Blk3_EXPERIMENTAL\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
'Building file: ../FeatureExtract.c'
'\\psf\Home\Documents\CCS Workspace\Gladiator_New_Org_Blk3_EXPERIMENTAL\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
'Invoking: MSP430 Compiler'
'\\psf\Home\Documents\CCS Workspace\Gladiator_New_Org_Blk3_EXPERIMENTAL\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
"C:/ti/ccsv5/tools/compiler/msp430/bin/cl430" -vmspx --abi=coffabi -O0 -g --include_path="C:/ti/ccsv5/ccs_base/msp430/include" --include_path="C:/ti/ccsv5/tools/compiler/msp430/include" --define=__MSP430F5437A__ --diag_warning=225 --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="FeatureExtract.pp"  "../FeatureExtract.c"
Fatal error #5: could not open source file "../FeatureExtract.c"
1 fatal error detected in the compilation of "../FeatureExtract.c"
Compilation terminated.

The main outcry seems to be: "UNC paths are not supported.  Defaulting to Windows directory."  I'm not sure what this means or how to fix it.

Any help?

Thanks,

Dustin