IP.LIB error

Hello,

I’m getting this error:
line 129 : ERROR IP.LIB : Undefined (but used) global label root_pbuf_pool
Does anyone know why I’m getting this error and what it means?

Thank you.

I was calling an unnecessary library. By removing it the error was resolved.

Hi,

I was just wondering what the fix is for this problem. I am also getting the error:

line 130 : ERROR IP.LIB : Undefined (but used) global label xmem_pbuf_pool

Any ideas?

Thanks.

@ARodgers: call sock_init() near the top of your program. I added that line in my initialization routine, and it cleared up the error.