I'm trying to apply the serial port service along with the SDI from https://github.com/ti-simplelink/ble_example
to the simple_peripheral_cc2650stk project. I haven't found a guide on how to port this using the latest ble-stack.
My problem is when I add the line to create the sditask in main.c( SDITask_createTask();), I get the following errors:
>> Compilation failure
makefile:204: recipe for target 'simple_peripheral_cc2650stk_app.out' failed
undefined first referenced
symbol in file
--------- ----------------
ti_sysbios_knl_Event_Params__init__S <whole-program>
ti_sysbios_knl_Event_construct <whole-program>
ti_sysbios_knl_Event_pend__E <whole-program>
ti_sysbios_knl_Event_post__E <whole-program>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "simple_peripheral_cc2650stk_app.out" not built
gmake: *** [simple_peripheral_cc2650stk_app.out] Error 1
gmake: Target 'all' not remade because of errors.
Any ideas?
Thanks,
Mike.