Tool/software: Linux
Hello All
We have designed a custom board using AM3358 and have taken General Purpose EVM as reference.
The linux sdk we are using is 05.03.00.07.
In this SDK net-snmp is available and the version is 5.7.3.
I wanted to create a agentx for my custom MIB and respond for snmp requests , but I am unable to compile the c code for snmp-agentx as I couldn't find certain libraries.
Every example in the internet shows to include
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/agent/net-snmp-agent-includes.h>
I didn't find those libraries . I wanted to write the code in Qt. How to add the existing installed libraries in Qt. I tried by adding
LIBS+=-L -lnetsnmp
LIBS+=-L -lnetsnmpagent
in Qt but its throwing error.
Kinjdly help me in resolving this issue by replying at the earliest.
Regards
Mad_hu