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 about Seconds_get() and Seconds_set()

Other Parts Discussed in Thread: SYSBIOS, CC2650

Hi,

I am trying to use the Seconds_set() and Seconds_get() to specify the time to send data. But although I include the 2 header file:

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

As long as I used the function Seconds_set() or Seconds_get(), there will be error

Undefined reference to 'ti_sysbios_hal_Seconds_SecondsProxy_set__E' in file xxx.obj .xdchelp /SensorTag C/C++ Problem

Undefined reference to 'ti_sysbios_hal_Seconds_SecondsProxy_get__E' in file xxx.obj .xdchelp /SensorTag C/C++ Problem

My program can be built correctly if I don't use the Seconds function.