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.

LAUNCHXL-CC2640R2: IAR Compile error

Part Number: LAUNCHXL-CC2640R2

Hi,

  I first downloaded the SimpleLink CC2640R2 SDK Version 1.35.00. The installation was successful. The next thing I tried to do is to build the host_test example under c:\ti\simplelink_cc2640r2_sdk_1_35_00_33\examples\rtos\CC2640R2_LAUNCHXL\blestack\host_test\tirtos\iar. I simply opened the workspace host_test.eww in IAR Workbench 7.80.4 and tried to build it. Below are the errors I encountered. Can you please help how to resolve it. I'm trying to build the Host Test app/stack so I can interface with an external host processor. Please let meknow if I do something wrong. Thanks.

Building configuration: cc2640r2lp_stack - FlashROM_Library
Updating build tree...
Performing Pre-Build Action
Linking
Error[Li005]: no definition for "ICall_dispatcher" [referenced from C:\ti\simplelink_cc2640r2_sdk_1_35_00_33\examples\rtos\CC2640R2_LAUNCHXL\blestack\host_test\tirtos\iar\stack\FlashROM_Library\
Obj\icall_startup.o]
Error[Li005]: no definition for "ICall_enterCriticalSection" [referenced from C:\ti\simplelink_cc2640r2_sdk_1_35_00_33\examples\rtos\CC2640R2_LAUNCHXL\blestack\host_test\tirtos\iar\stack\
FlashROM_Library\Obj\icall_startup.o]
Error[Li005]: no definition for "ICall_leaveCriticalSection" [referenced from C:\ti\simplelink_cc2640r2_sdk_1_35_00_33\examples\rtos\CC2640R2_LAUNCHXL\blestack\host_test\tirtos\iar\stack\
FlashROM_Library\Obj\icall_startup.o]
Error[Li005]: no definition for "LL_ProcessEvent" [referenced from C:\ti\simplelink_cc2640r2_sdk_1_35_00_33\examples\rtos\CC2640R2_LAUNCHXL\blestack\host_test\tirtos\iar\stack\FlashROM_Library\
Obj\osal_icall_ble.o]

snipped...