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.

Couldn't import properly project zero to CCS from simplelink academy

Other Parts Discussed in Thread: CC2650, CCSTUDIO

Hello,

We are getting many errors while trying to compile project zero imported from simplelink.

We are sure that we are missing something. Below are the things we have done so far.

1. Installed BLE SDK_2.2 with ti-rtos 2_18_00_03

2. Installed simplelink academy 1_08_00_0000

3. Imported App cc2650 launchpad project which copied both app and stack projects to workspace

When we tried to build the stack, we get the following error followed by unresolved symbols errors

error #10008-D: cannot find file "C:/Users/lenovo 2/workspace_v6_1_3/project_zero_stack_cc2650/TOOLS/lib_linker.cmd"

Even we tried downloading the project from TI resource explorer and it gives out following error while importing the project

error #10008-D: cannot find file "C:/Users/lenovo 2/workspace_v6_1_3/project_zero_stack_cc2650/TOOLS/lib_linker.cmd"

Only positive thing we had is that we could import the project to cloud and work on it but, it will be great if we had it in desktop.

Can you please help with this?

Thanks,

Maddineni

  • Can you try to re-intall ccs? I saw the same problem and it went away after I re-install ccs
  • Hi Christin,

    Coincidentally we had to reinstall the ccs and ble stack and everything where fresh installations including simplelink academy but, we are still facing the issue.

    Thanks,
    Maddineni
  • Hi.
    Did It work??
    To reinstall CCS,ble stack, and all other things??.

    Thanks.
    José.
  • Hi Maddineni, José,

    A couple of suggestions, it looks like you are already using v6.1.3 of CCS, this is required, just checking to make sure you are both using this version.

    Another thing that could be causing the issue is I noticed that there is a space in your path to the workspace. CCS can sometimes have trouble with spaces in paths when importing projectspecs. Can you try to change your workspace location (or maybe create a new workspace a different location) and try again?

    Another way to unblock you is manually point CCS to this file or to hardcode its location in the project_zero projectspec file. The file should should be located at simplelink_academy_01_08_01_0000\modules\projects\ble_projectzero\CCS\config, please verify that it is there.
  • Hi Sean.
    I created a new user in windows 10, with no space in the name of the user, so the path doen't has it neither.
    And now it's working just fine.
    thank you very much for the help.

    Best regards.
    José.
  • I had the the same problem. Your solution worked. I've applied it in a slightly different way. Instead of creating a new user, I've created a new workspace that had a path without spaces. Something along the lines of

    C:\nick\projects\workspace_ccstudio_v6_1_3
  • Hi everyone,

    Thanks for looking into this, glad you have found an acceptable solution.