| Busybox: | The Swiss Army Knife of Embedded Linux.
BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete environment for any small or embedded system.
Please attach your .config file in all bug reports! |
|---|---|
| Infrastructure: | For issues related to this Bugzilla, the website (uclibc.org and busybox.net), git, or other services hosted here. |
| buildroot: | Buildroot is a distro that makes it easy to generate a cross-compilation toolchain and root filesystem for your target Linux system using a variety of C libraries. |
| uClibc: | uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for developing embedded Linux systems. It is much smaller than the GNU C Library, but nearly all applications supported by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc typically involves just recompiling the source code. uClibc even supports shared libraries and threading. It currently runs on standard Linux and MMU-less (also known as µClinux) systems with support for alpha, amd64, ARM, Blackfin, cris, h8300, hppa, i386, i960, ia64, m68k, mips/mipsel, PowerPC, SH, SPARC, and v850 processors. |
| uClibc++: | uClibc++ is a C++ standard library targeted towards the embedded systems/software market. |