Other Parts Discussed in Thread: CC3220SF
Tool/software: Code Composer Studio
I have a CC3220SF Launchpad and am working through the example on adding http server to the portable example.
I have followed the steps here: http://dev.ti.com/tirex/explore/node?node=ADEhJZXpIbgto5nkF.NeGg__fc2e6sr__2.10.00.04
As I modified the example per these instructions to add the http server I often rebuilt the project and only at step 6 Add TI-RTOS threads have I run into a problem.
I get the build error: unresolved symbol SlNetIf_add, first referenced in ./httpserver.obj
The code in httpserver.c at /* Initialize SlNetSock layer with CC3x20 interface causes the problem.
Screen shot of problem.
It is unexpected that the error reports unresolved but when I place cursor over the function the IDE expands the function.
With the IDE, I can open the deceleration which I find in the file slnetif.h.