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/CC3220SF-LAUNCHXL: Error importing project. Location cannot be resolved

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

Hi,

I have trouble with importing the project in Code composer Studio.I am using simplelink CC3320 SDK when I try to import example from development tool it show the error like,

"C:/Users/Navin/workspace_v7/@ti-rex-content/simplelink_cc32xx_sdk_1_40_01_00/examples/nortos/CC3220SF_LAUNCHXL/drivers/pwmled/ccs/pwmled_CC3220SF_LAUNCHXL_nortos_ccs.projectspec

 


How to resolve this problem?

  • Navin,

    Are you importing from Resource Explorer or from within CCS going to Project -> Import CCS Project?
    Which version of CCS are you using? From the error message I can see that it is v7 but not if it is 7.0, 7.1 or 7.2.

    I am attempting to reproduce the issue.

    Thanks,
    John
  • One thing. Could you check for a TIRex_2 file in C:/Users/Navin/ti/CCSExternalReferences

    The first line of that file should be

    ti-rex-content=c:\ti

    Does yours look like that?
  • Yes I am importing from Resource explorer and the version is 7.1
  • Yes the first line look like this only
    ti-rex-content=c:\ti
  • I am not having any luck reproducing this issue.   For some reason CCS is not able to replace the variable that represents where Resource Explorer installs packages with the value that is stored in that file.

    Could you zip up the workspace log and send it to me:

    If you go to 

    C:/Users/Navin/workspace_v7/

    If you could zip up the following folder and attach it that would be great.

    .metadata

    As a workaround can you try going to Project -> Import CCS Project

    For the path enter

    C:\ti\simplelink_cc32xx_sdk_1_40_01_00\examples\nortos\CC3220SF_LAUNCHXL\drivers\pwmled\ccs

    It should discover the example you were trying to import

    Regards,

    John

  • Hi Navin,

    Could you also please check the exact version of CCS v7.1.0 you are using? You can see it in Help > About... dialog.

    There was a related bug in the initially released build 7.1.0.00015. And CCS 7.1.0 was then re-released as build 7.1.0.00016. Could you please verify that you are using build 16?

    Thanks,
    - Baltasar
  • I am using this version
    Version: 7.1.0.00016

    But now I can able to import the project from resource explorer without any error.
  • Navin,

    So it started to work again on its own? Did you restart CCS or the PC?

    Thanks,
    John
  • Yes it started working by its own.After restarting the CCS second time.For first time restarting the CCS it won't works.After that I restarted the PC so its working properly