Re: [Crosspost] GNU/Linux userland?
John Lenz <[email protected]> Wed, 13 Apr 2005 20:36:14 +0000
| Newsgroups | org.kernel.vger.linux-gcc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <1113424574l.5708l.0l@hydra> |
On 04/13/05 14:40:31, Oliver Korpilla wrote: > Hello! > > I wondered if there is a project or setup that does allow me to build a > GNU/Linux userland including kernel, build environment, basic tools with > a single script just as you can in NetBSD (build.sh) or FreeBSD (make > world). > You might also look at www.openembedded.org It has support for cross compiling, and with one command can build an entire userland. Not sure if it is exactly a fit for what you want to do, but it seems very close. John