Category Archives: buildroot

Cross-building LibGTop

LibGTop is a library used to get system specific data such as CPU, memory usage and info about running processes. Since it’s part of the GNOME desktop environment, it’s used by some system monitor applets, but it’s main interface is completely independent, so it can be used as a standalone library even for embedded system… Read More »

Cross-compiling a custom Net-SNMP agent

Building the default agents in Net-SNMP is quite easy if you’re using tools such as Buildroot, and even when building directly from the sources is not a problem. However, is not that easy if you want to cross-build a custom agent inside Net-SNMP. This procedure worked for me, but keep in mind that it was… Read More »