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.

RTOS/CC2642R: IAR Li005 - where to fix? SDK3.10

Part Number: CC2642R
Other Parts Discussed in Thread: BLE-STACK

Tool/software: TI-RTOS

Hello Guys,

all the project compiled, but issue with the linker like below:

Linking
Error[Li005]: no definition for "GATT_Indication" [referenced from C:\BLE_DEMO\I2S_TEST\LAUNCHPAD\examples\rtos\CC26X2R1_LAUNCHXL\ble5apps\peripheral_bidirectional_audio\tirtos\iar\app\FlashROM_Release\Obj\
gattservapp_util.o]
Error[Li005]: no definition for "GATT_Notification" [referenced from C:\BLE_DEMO\I2S_TEST\LAUNCHPAD\examples\rtos\CC26X2R1_LAUNCHXL\ble5apps\peripheral_bidirectional_audio\tirtos\iar\app\FlashROM_Release\Obj\
gattservapp_util.o]
Error[Li005]: no definition for "GATT_RegisterService" [referenced from gattservapp.o(profiles_pxxx.a)]
Error[Li005]: no definition for "gattServApp_RegisterServiceCBs" [referenced from gattservapp.o(profiles_pxxx.a)]
Error[Li005]: no definition for "GATT_FindHandleUUID" [referenced from gapbondmgr.o(cc26x2r1lp_stack_FlashROM_Library.a)]
Error[Li005]: no definition for "GATT_FindNextAttr" [referenced from gapbondmgr.o(cc26x2r1lp_stack_FlashROM_Library.a)]
Error[Li005]: no definition for "gattServApp_FindAuthorizeAttrCB" [referenced from gattservapp.o(profiles_pxxx.a)]
Error[Li005]: no definition for "GATT_FindHandle" [referenced from gattservapp.o(profiles_pxxx.a)]
Error[Li005]: no definition for "gattServApp_FindReadAttrCB" [referenced from gattservapp.o(profiles_pxxx.a)]
Error[Li005]: no definition for "gattServApp_FindWriteAttrCB" [referenced from gattservapp.o(profiles_pxxx.a)]
Error[Li005]: no definition for "gattServApp_ProcessMsg" [referenced from gattservapp.o(profiles_pxxx.a)]
Error[Li005]: no definition for "GATT_SendRsp" [referenced from gattservapp.o(profiles_pxxx.a)]

All the project in app.

Please help

peripheral_bidirectional_audio.zip