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/LP-CC2652RB: When I enable in host_test -DGAP_BOND_MGR I get linking errors

Part Number: LP-CC2652RB
Other Parts Discussed in Thread: CC2652RB

Tool/software: Code Composer Studio

I try now to compile Host_Test_CC2652RB sdk_4_30_00_54 for a custom board.

When I enable  -DGAP_BOND_MGR in build_config.opt I get linking errors.

These errors are not present when I try for another device: CC2642R1

  • Hey krs,

    I tested the CC2652RB host_test example with GAP_BOND_MGR defined and was able to get it to build successfully. I first had to build the dependent Stack_Wrapper project and then build the host_test project.

    Here are some of my other environment variables which you could validate on your end:

    • CCS Version: 10.1.1
    • Compiler version: v20.2.1 LTS
    • XDC Tools Ver: 3.61.2.27

  • After finding nothing was out of place when I did a comparison with an untouched version of the host_test example... I have deleted the whole thing and started from a fresh host_test.

    It worked! I do not know where the issue was but it's gone.

    Thank you for your support.