欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
UClibc
小 (→External links) |
|||
第18行: | 第18行: | ||
*http://docs.huihoo.com/uclibc/ | *http://docs.huihoo.com/uclibc/ | ||
− | [[ | + | [[category:c programming language]] |
2015年11月25日 (三) 09:22的最后版本
您可以在Wikipedia上了解到此条目的英文信息 UClibc Thanks, Wikipedia. |
uClibc is a small C standard library intended for embedded Linux systems. It is free software, licensed under the LGPL.
uClibc was created to support uClinux, a version of Linux not requiring a memory management unit and thus suited for microcontrollers (hence the "uC" in the name).
uClibc is much smaller than GNU C Library (glibc), the C library normally used with Linux distributions. While glibc is intended to fully support all relevant C standards across a wide range of platforms, uClibc is specifically focused on embedded Linux. Features can be enabled or disabled according to space requirements.
uClibc runs on standard and MMU-less Linux systems. It supports i386, ARM (big/little endian), Blackfin, h8300, m68k, MIPS (big/little endian), PowerPC, SuperH (big/little endian), SPARC, and v850 processors.
The project lead is Erik Andersen. The other main contributor is Manuel Novoa III.
[编辑] External links
- Project home page
- Freshmeat project page
- uCdot (embedded Linux forum site)
- http://en.wikipedia.org/wiki/UClibc
- http://docs.huihoo.com/uclibc/