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.

Why can't I open up projects that exist and were working a few weeks ago?

I try to open a project in a few ways:

1 - double click on .ccsproject file

2 - click on CCS icon and then browse to the project folder

When the project opens - I get an error that there's an Invalid project description

This has happened many times - and each time I'm forced to create a new project based on the same source files.

5543.ccsproject.txt
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" ?>
<?ccsproject version="1.0"?>
<projectOptions>
<deviceVariant value="TMS320C28XX.TMS320F28069"/>
<deviceFamily value="C2000"/>
<codegenToolVersion value="6.4.2"/>
<isElfFormat value="false"/>
<linkerCommandFile value="28069_RAM_lnk.cmd"/>
<rts value="libc.a"/>
<templateProperties value="id=com.ti.common.project.core.emptyProjectTemplate,"/>
<connection value="common/targetdb/connections/TIXDS2XXUSB_Connection.xml"/>
<isTargetManual value="true"/>
</projectOptions>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
3162.cproject.txt
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
<storageModule configRelations="2" moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="com.ti.ccstudio.buildDefinitions.C2000.Debug.1657312761">
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.ti.ccstudio.buildDefinitions.C2000.Debug.1657312761" moduleId="org.eclipse.cdt.core.settings" name="Debug">
<externalSettings/>
<extensions>
<extension id="com.ti.ccstudio.binaryparser.CoffParser" point="org.eclipse.cdt.core.BinaryParser"/>
<extension id="com.ti.ccstudio.errorparser.CoffErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="com.ti.ccstudio.errorparser.LinkErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="com.ti.ccstudio.errorparser.AsmErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
</extensions>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<configuration artifactExtension="out" artifactName="${ProjName}" buildProperties="" cleanCommand="${CG_CLEAN_CMD}" description="" id="com.ti.ccstudio.buildDefinitions.C2000.Debug.1657312761" name="Debug" parent="com.ti.ccstudio.buildDefinitions.C2000.Debug" postbuildStep="${CG_TOOL_ROOT}\bin\hex2000 -romwidth 16 -memwidth 16 -i -o ${ProjName}.hex ${ProjName}.out;C:\Program Files (x86)\C2Prog\C2ProgShell.exe -hex=${ProjName}.hex -ehx=${ProjName}.ehx -target=28035,34_JTAG;">
<folderInfo id="com.ti.ccstudio.buildDefinitions.C2000.Debug.1657312761." name="/" resourcePath="">
<toolChain id="com.ti.ccstudio.buildDefinitions.C2000_20.2.exe.DebugToolchain.1175287834" name="TI Build Tools" superClass="com.ti.ccstudio.buildDefinitions.C2000_20.2.exe.DebugToolchain" targetTool="com.ti.ccstudio.buildDefinitions.C2000_20.2.exe.linkerDebug.2026514124">
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.840637962" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS" valueType="stringList">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
6886.project.txt
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>xbl_2803x-191.1</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • I saw many posts with this problem - and all of the solutions are by erasing and moving projects to other locations, other workspaces...

    I'm going to try this - but I still can't understand why a project that opened and ran a week a go is all of a sudden unavailable...

  • Hello,

    Mechi Fendel said:
    1 - double click on .ccsproject file

    This is not supported.

    Mechi Fendel said:
    2 - click on CCS icon and then browse to the project folder

    This is the correct way.

    I do not see anything wrong with the project meta file you attached. I can import it into my CCS environment without issue. 

    Please try using a new empty workspace folder. If that does not help, please provide the full Eclipse Error logs in:

    <WORKSPACE PATH>\.metadata\.log

    Thanks

    ki