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.

CCS/CC2650: Error : uartLog_flush and uartLog_outputFxn first reference in project

Part Number: CC2650
Other Parts Discussed in Thread: SYSBIOS

Tool/software: Code Composer Studio

Hello I am getting this error in Simple_peripheral when I am trying to use Seconds_set() function.

I have added

#include <time.h>

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


undefined first referenced
symbol in file
--------- ----------------
uartLog_flush C:\Users\lv6ryaq\Desktop\proj\simple_peripheral_cc2650lp_app\FlashROM\configPkg\package\cfg\app_ble_pem3.oem3
uartLog_outputFxn C:\Users\lv6ryaq\Desktop\proj\simple_peripheral_cc2650lp_app\FlashROM\configPkg\package\cfg\app_ble_pem3.oem3

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "simple_peripheral_cc2650lp_app.out" not built

>> Compilation failure
makefile:198: recipe for target 'simple_peripheral_cc2650lp_app.out' failed
gmake[1]: *** [simple_peripheral_cc2650lp_app.out] Error 1
makefile:194: recipe for target 'all' failed
gmake: *** [all] Error 2

Why I am getting this errors even after adding libraries ?