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/CC2650: Stack build error

Part Number: CC2650

Tool/software: Code Composer Studio

HI 

I build CC2650 project has some problems!

I use the CCS v7.2, CC2650 project have two parts APP and stack

my app build well but my stack build error.

I fround Linked Resources have four error! 

error image : 

I search the same problems in this forum but it doesn't have specific solution!

I using Windows search function to find CC2640stack.a , CC2640Stack_HCI_TL.a ....etc,but files not exist!

my  C:\ti image:

my  C:\ti\simplelink image:

build error image:

please tell me if I have any wrongs

Thank you!!

  • Hi,

    I can't recognize the project you are using; is this an example code present on one of the BLE Stack SDKs you have installed?

    Regardless, the project seems to be missing a specific header file <board.h> that will cause the Stack to fail. Given that I don't know how the project was created, please check section 4.2 of the following page:
    processors.wiki.ti.com/.../Build_Errors_in_CCS

    The subsequent errors may or may not come from this missing file, therefore it is recommended to repair this, rebuild and see if the project builds fine. The page above will greatly help in your investigation.

    Hope this helps,
    Rafael