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.

RTOS/CC1350: Unable to include display driver

Part Number: CC1350
Other Parts Discussed in Thread: SIMPLELINK-CC13X0-SDK

Tool/software: TI-RTOS

Hi,

I want to add uart display for the below example "simple_peripheral". I just removed the Symbol "Display_DISABLE_ALL" from pre-defined symbols. But now I am getting errors

undefined first referenced
symbol in file
--------- ----------------
Display_doClearLines <whole-program>
Display_doInit <whole-program>
Display_doOpen <whole-program>
Display_doPrintf <whole-program>

error #10234-D: unresolved symbols remain

error #10010: errors encountered during linking; "simple_peripheral_cc1350lp_app_FlashROM.out" not built
>> Compilation failure
makefile:180: recipe for target 'simple_peripheral_cc1350lp_app_FlashROM.out' failed
gmake[1]: *** [simple_peripheral_cc1350lp_app_FlashROM.out] Error 1
gmake: *** [all] Error 2
makefile:173: recipe for target 'all' failed

**** Build Finished ****

 

Thanks

Brijesh