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/CC1352R: Stack_Wrapper.lib Error.

Part Number: CC1352R

Tool/software: Code Composer Studio

Hello, I'm just trying to compile ble5_host_test on my cc1352R1 launchpad with a fresh install of CCS v10.0.0.00010 with SDK 4.10.00.78 but the first error says the following: 

#10008-D cannot find file "C:/Users/Alvaro/workspace_v10/Stack_Wrapper/Stack_Wrapper/Stack_Wrapper.lib" ble5_host_test_cc13x2r1lp_app C/C++ Problem

How can I add those libraries to CCS and how can I avoid this to start happening?

How can I download tirtos builds dependencies?

Thank you very much in advance and best regards!

  • Alvaro,

    I can reproduce this problem as well.  Basically the Stack_Wrapper project has not yet been built so the host_test project is not able to find the library.

    You could just select the Wrapper project and build it but it is better to setup a dependency.  Really we (TI) should have that setup in the example.  For now what you can do is add the dependency yourself.

    Go to the properties for the ble5_host_test_cc13x2r1lp_app project.

    Click on show advanced settings at the bottom left.  Then go to project references and add the Stack_Wrapper project.

    Now when you build the host test project it will check if the Stack_Wrapper project needs to be built and if so it will build it automatically.

    I will follow up with the CC1352 team about having that setup by default.

    Regards,

    John