最終更新:2022-10-19 (水) 04:03:43 (548d)  

uClibc
Top / uClibc

http://www.uclibc.org/

A C library for embedded Linux

後継

  • While uClibc releases are on hold, you may use uClibc-ng
  • uClibcは2012/05/15 (0.9.33.2)が最後のリリース

メモ

  • Compact C library for use with Linux kernel

概要

  • 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.

ツール

実装しているライブラリ

参考

関連