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.