Hi,
I am using ccs 5.4.x, lm3s9b96, and stellarisware 10636.
I found out a strange things in ccs project as I use lwip1.3.2.
#include "utils/lwiplib.h" // "sockets.h" is nested
I added "${SW_ROOT}/third_party/lwip-1.3.2/src/include" in include options in properties.
Whenever any functions is used and typed on ccs, the function names turn to bold letter to highlight the functions with a certain color.
As you see, "lwip_bind" and "lwip_recvfrom" don't get bold. Also, as I try to open declaration by right click on the function name, tool says "could not find symbol 'function name" in index.
I don't see any compilation errors,which means ccs recognizes those functions.
I wonder what I miss to use lwip api.
Thanks,
Jin