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.

CCS/LAUNCHXL-CC2640R2: CCS7 Project import does not recognize project(file)s

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Hi, I am just a beginner with CCS7 (7.2.0.00013), but this is strange as I already got this basic thing working with CCS6:

I try to import an example project from simplelink_cc2640r2_sdk_1_35_00_33 package into CCS7:

File - Import -
General - Projects from Folder of Archive -
Next I select the "Import source" directory ...simple_broadcaster/tirtos/css -folder and I do have "Search for nested projects" checked.

The import does not recognize .projectspec files in the directory (although it did in CCS6). The result is that the directory css is "imported" in Project Explorer, but not useful.


I probably missed something very basic, but what?

Br, JS

  • Hello,
    Can you try importing using "project -> Import CCS Projects..." instead? projectspecs are something specific to CCS and should be importing using the import option for CCS project (and not the general Eclipse import option).

    Thanks
    ki
  • Thanks! This simple tip seems to help.

    I do have further issues as I now get errors about already existing projects in the workspace and the newly imported stuff does not build without errors. Probably I need to clean the workspace and everything for this. I may be back after some time :-)