Software:libc
From Motorola 68000 Homebrew Computer Project
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/ |