Category Archives: linux

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-building LibGTop »

Skipping incompatible /lib/libc.so.6 when searching for /lib/libc.so.6

When cross-building a program (but this could also happen when building natively), it’s normal that we don’t have the environment variables and building flags set with the right paths that indicate where the toolchain and the sysroot are. The wrong paths can lead to many types of building errors at different stages. This one happened… Read More: Skipping incompatible /lib/libc.so.6 when searching for /lib/libc.so.6 »