I'm working on a project on a microzed board and it uses freeRTOS as an OS. I have used lwip141 as part of my project. Now I'm trying to add SNMP to the project. As the first step, when I add:
#define LWIP_SNMP 1
I get chunk of undefined reference errors to all SNMP functions. Any help on this issue would be greatly appreciated.