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.

CC2650: none

Part Number: CC2650
Other Parts Discussed in Thread: SYSBIOS

IAR7.8 

I use 

#include <ti/sysbios/hal/Seconds.h>
#include <time.h>

......

uint32_t seconds;
Seconds_set(1000);
seconds = Seconds_get();

...........

build:

Linking
Error[Li005]: no definition for "ti_sysbios_hal_Seconds_SecondsProxy_get__E" [referenced from C:\ti\simplelink\ble_sdk_2_02_01_18\examples\cc2650iot\5.11_advance_ibeacon\iar\app\FlashROM_TFT\Obj\Seconds.o]
Error while running Linker