I am trying to modify one of the driver examples that comes with the TI-RTOS for SimpleLink to get the Wi-Fi features working also.
But when I attempt to I get the following type of errors:-
unresolved symbol sl_Bind, first referenced in ./myapp.obj myapp_CC3200 C/C++ Problem
unresolved symbol SL_FD_ISSET, first referenced in ./myapp.obj myapp_CC3200 C/C++ Problem
unresolved symbol SL_FD_SET, first referenced in ./myapp.obj myapp_CC3200 C/C++ Problem
What is the status of getting Ti-RTOS working with the CC3200, including the Wi-Fi features?
Do we need to set it up as per the CC3200 SDK (by referencing and compiling other projects), or can we get it to work in a more "self contained" manner, just like you can get the Tiva C/CC3100 examples working?
I would really appreciate any help with this, as having everything in the one project will be so much easier to manage and distribute.
Glenn.