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/CC3200: CC3200 : Errors in WLAN Station Project.

Part Number: CC3200

Tool/software: Code Composer Studio

Hello,

I have used "SimpleLink Wi-Fi CC3200 Project 0: Code Composer Studio IDE" you tube video for WLAN station. I had imported that project previously and it worked as per the expectation. But I tried to do import it again in different work space, but I am getting following errors. Please help. (Using SDK v1.2, CCS v  6.2.0.00050 )

  • Hi Trupti,

    If you aren't trying to use provisioning and just want to test the WLAN station example, make sure you are building the host driver without support for provisioning. To do this use the following steps:
    1) Open your user.h file in the simplelink host driver
    2) Comment out the #include "provisioning_api.h" and #define SL_EXT_LIB_1 sl_Provsioning lines
    3) Rebuild

    If you are using a pre-built version of the simplelink.a, then you'll have to import the source for the library into your workspace before you can follow the steps above. Once it is rebuilt, go into the linker settings in the project properties and update the project to reference the new build of the library.

    FYI, SDK v1.2 was released without the "provisioning" library. The provisioning library was added through an add-on installer. The two were integrated together in the SDK v1.3 release.

    Please update to the latest SDK as soon as possible.

    Best,
    Ben M