Dear oblar!
Note:
Net_Snmp configuration for all the processors / boards are the same except the cross-compiler you are using and should be mentioned while configuring your customized Net-Snmp source code.
Do you have the open source of Net-SNMP ?
Then extract the files and configure normally for your Linux machine that you are using.
1. ./configure
2. Make
3. Make install
This will install necessary BIN files in your host system. Next you could learn about working around NET-SNMP and customizing your application (creating your MIB).
You could use this link to learn using Net-Snmp...
Link:
http://net-snmp.sourceforge.net/tutorial/tutorial-5/
Then it would be as simple as that just you have to use cross-compiler instead of your native GCC compiler (in your case you could use "arm-linux-gcc" ) while configuring your Net-Snmp source file..
Link2:
http://uuu.enseirb.fr/~kadionik/embedde ... glish.html
You could use this above link for customizing Net-Snmp for your application and it has a very detail procedure.
1. ./configure --with-mib-modules=yourMIB --cc=arm-linux-gcc
2. Make
3. Make install
Let me know if you have already thinking of an application to be made with the help of NET-SNMP by building your own MIB and want the exact configuration.
regards
esr