Hi,
I am getting unresolved symbols error from the CCS for Event related functions as given below,
undefined first referenced
symbol in file
--------- ----------------
ti_sysbios_knl_Event_create <whole-program>
ti_sysbios_knl_Event_post__E <whole-program>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "simple_peripheral_cc2650lp_app.out" not built
gmake: *** [simple_peripheral_cc2650lp_app.out] Error 1
How can I avoid such an error?
But one interesting thing is that I have a different workspace where I am using Events to communicate between the Tasks. I my second workspace the build was successful.
Regards,
Danish

