This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

socket functions

Trying to create a simple server, using the 'socket' type functions, but i get the errors:

.\obj\workspace.axf: Error: L6218E: Undefined symbol bsd_NumSocks (referred from at_bsd.o).
.\obj\workspace.axf: Error: L6218E: Undefined symbol bsd_RcvTout (referred from at_bsd.o).
.\obj\workspace.axf: Error: L6218E: Undefined symbol bsd_T200ms (referred from at_bsd.o).
.\obj\workspace.axf: Error: L6218E: Undefined symbol bsd_socket (referred from at_bsd.o).

I have the TCP_CM3.lib included. The docs on Keil's website calls for the "RL-TCPnet library", which i assume is 'TCP_CM3.lib' (or is it?).

Any ideas?

PS. i've tried using the tcp_get_socket function and it works, but i'd like to use the 'socket' class of functions instead.

0