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.

Unresolved symbols on cc2650

Other Parts Discussed in Thread: CC3200

I am getting the following error on debugging when I am trying to use the timer on CC3200. Any help would be really appreciated.

undefined               first referenced

  symbol                     in file     

 ---------               ----------------

 Timer_IF_Init           ./main.obj      

 Timer_IF_IntSetup       ./main.obj      

 Timer_IF_InterruptClear ./main.obj      

 Timer_IF_Start          ./main.obj      

error #10234-D: unresolved symbols remain

error #10010: errors encountered during linking; "http_client_demo.out" not built

>> Compilation failure

gmake: *** [http_client_demo.out] Error 1

gmake: Target `all' not remade because of errors.

**** Build Finished ****