27 lines
938 B
HTML
27 lines
938 B
HTML
|
<!--#include file="header.html" -->
|
||
|
|
||
|
|
||
|
<!-- Begin Introduction section -->
|
||
|
|
||
|
<h3>buildroot: making Embedded Linux easy</h3>
|
||
|
|
||
|
|
||
|
Buildroot is a set of Makefiles and patches that makes it easy generate a
|
||
|
cross-compilation toolchain and root filesystem for your target Linux
|
||
|
system using the <a href= "http://www.uclibc.org/">uClibc C library</a>.
|
||
|
Buildroot is useful mainly for people working with small or embedded
|
||
|
systems. Embedded systems often use processors that are not the regular
|
||
|
x86 processors everyone is used to using on their PC. It can be PowerPC
|
||
|
processors, MIPS processors, ARM processors, etc. And to be extra safe,
|
||
|
you do not need to be root to build or run buildroot.
|
||
|
|
||
|
<p>
|
||
|
|
||
|
buildroot is maintained by <a href=
|
||
|
"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>, and
|
||
|
licensed under the
|
||
|
<a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>.
|
||
|
|
||
|
|
||
|
<!--#include file="footer.html" -->
|