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.

Linker error keyfobdemo

Hello,

I have EZ430-RF256x Bluetooth Evaluation Tool and I'm trying to compile the keyfobdemo sample, I get several linker errors.
I've seen in other post (http://e2e.ti.com/support/wireless_connectivity/f/660/p/336742/1179081.aspx#1179081) that I should incude links in the linker extra otions but I don't know which ones.

Could someone tell me which ones I need?

Thanks!!

  • Hi,

    Include the below

    -C $PROJ_DIR$\..\..\..\..\Bluetopia\lib\IAR\DefaultMTU\libBluetopia_LE.a
    -C $PROJ_DIR$\..\..\..\..\Bluetopia\profiles\GATT\lib\server\IAR\libSS1BTGAT.a
    -C $PROJ_DIR$\..\..\..\..\Bluetopia\profiles\GAPS\lib\IAR\libSS1BTGAP.a
    -C $PROJ_DIR$\..\..\..\..\Bluetopia\profiles_ti\KFS\lib\IAR\libSS1BTKFS.a
    -C $PROJ_DIR$\..\..\..\..\Bluetopia\profiles_ti\ACC\lib\IAR\libSS1BTACC.a