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.

CCSv6 Linux - windows style paths in MSP430ware project definitions cause fail on import

Other Parts Discussed in Thread: MSP430WARE

CCS Version: 6.0.0.00190 - Linux

Various .projectspec files use the windows style path separator "\" vs *nix style "/" on the Linux install of CCSv6.  This causes import of projects using these files to fail.  Correction is a straightforward path separator replacement.

Example file:

CCSv6_root_folder/msp430/msp430ware_1_80_01_03/grlib/examples/grlib/MSP-EXP430G2_Grlib_Example/CCS/MSP-EXP430G2_Grlib_Example.projectspec


<projectSpec>
  <project compilerBuildOptions="-O3 -I${PROJECT_ROOT} -I${PROJECT_ROOT}\grlib -I${PROJECT_ROOT}\fonts -I${PROJECT_ROOT}\LcdDriver --advice:power=&quot;none&quot;" device="MSP430G2553" name="MSP-EXP430G2_Grlib_Example">
	<file action="copy" path="..\main.c" targetDirectory="." />
	<file action="copy" path="..\LcdDriver\Sharp96x96.c" targetDirectory="LcdDriver" />
	<file action="copy" path="..\LcdDriver\Sharp96x96.h" targetDirectory="LcdDriver" />
	<file action="copy" path="..\LcdDriver\HAL_MSP-EXP430G2_Sharp96x96.c" targetDirectory="LcdDriver" />
	<file action="copy" path="..\LcdDriver\HAL_MSP-EXP430G2_Sharp96x96.h" targetDirectory="LcdDriver" />
	<file action="copy" path="..\..\..\..\grlib\circle.c" targetDirectory="grlib" />
	<file action="copy" path="..\..\..\..\grlib\context.c" targetDirectory="grlib" />
	<file action="copy" path="..\..\..\..\grlib\grlib.h" targetDirectory="grlib" />
	<file action="copy" path="..\..\..\..\grlib\image.c" targetDirectory="grlib" />
	<file action="copy" path="..\..\..\..\grlib\line.c" targetDirectory="grlib" />
	<file action="copy" path="..\..\..\..\grlib\rectangle.c" targetDirectory="grlib" />
	<file action="copy" path="..\..\..\..\grlib\string.c" targetDirectory="grlib" />
	<file action="copy" path="..\..\..\..\fonts\fontfixed6x8.c" targetDirectory="fonts" />
    <buildVariable name="ORIGINAL_PROJECT_ROOT" scope="project" type="dir" value="." />
  </project>
</projectSpec>

List of additional instances attached below:

1346.8081.CCSv6-msp430ware-path.txt

**Attention** This is a public forum