Difference between revisions of "Software:libc"
From Motorola 68000 Homebrew Computer Project
(Created page with "We'll be needing a libc and I've rounded up a few candidates. libc will be statically linked initially until shared libraries are implemented; that is something to keep in mind a...") |
|||
Line 4: | Line 4: | ||
!colspan="3"|Candidates for Standard C Library | !colspan="3"|Candidates for Standard C Library | ||
!Library Name||License||Notes||Website | !Library Name||License||Notes||Website | ||
+ | |- | ||
|newlib||Various BSD/MIT||Very popular libc for embedded systems designed with easy porting in mind||[http://www.sourceware.org/newlib/ http://www.sourceware.org/newlib/] | |newlib||Various BSD/MIT||Very popular libc for embedded systems designed with easy porting in mind||[http://www.sourceware.org/newlib/ http://www.sourceware.org/newlib/] | ||
|- | |- |
Revision as of 23:39, 9 March 2011
We'll be needing a libc and I've rounded up a few candidates. libc will be statically linked initially until shared libraries are implemented; that is something to keep in mind as far as licensing is concerned.
Candidates for Standard C Library | Library Name | License | Notes | Website | ||
---|---|---|---|---|---|---|
newlib | Various BSD/MIT | Very popular libc for embedded systems designed with easy porting in mind | http://www.sourceware.org/newlib/ | |||
Embedded GLIBC (EGLIBC) | GNU LGPL | Variant of glibc for embedded systems | http://www.eglibc.org/ | |||
dietlibc | GNU GPL | libc for embedded systems | http://www.fefe.de/dietlibc/ |