Difference between revisions of "Software:libc"
From Motorola 68000 Homebrew Computer Project
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="1" | {| border="1" | ||
− | !colspan=" | + | !colspan="4"|Candidates for Standard C Library |
+ | |- | ||
!Library Name||License||Notes||Website | !Library Name||License||Notes||Website | ||
|- | |- |
Latest 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/ |