* [gentoo-embedded] x86 Embedded howto - Gentooized html page
@ 2005-10-03 2:42 Heath Holcomb
2005-10-05 18:20 ` David F. Newman
0 siblings, 1 reply; 4+ messages in thread
From: Heath Holcomb @ 2005-10-03 2:42 UTC (permalink / raw
To: gentoo-embedded
I've created a Gentooized page based on the "Documentation Development Tips &
Tricks" at http://www.gentoo.org/proj/en/gdp/doc/doc-tipsntricks.xml
Direct link
http://www.bulah.com/embedded-guide.html
It's based on v0.08, v0.09 is in the works. I'm also looking to getting an
ARM (xscale) board and setting up a cross dev, and of course creating a
how-to based on the ARM like I've done for the x86.
On a different note (a little self promotion), check our my latest design (I'm
a hardware engineer). I designed all the PCBs inside.
http://www.txdigital.com/solutions/cinemas.php
latter,
--
heath holcomb
liquidcable at bulah.com
www.bulah.com
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-embedded] x86 Embedded howto - Gentooized html page
2005-10-03 2:42 [gentoo-embedded] x86 Embedded howto - Gentooized html page Heath Holcomb
@ 2005-10-05 18:20 ` David F. Newman
2005-10-05 18:49 ` Marius Schäfer
0 siblings, 1 reply; 4+ messages in thread
From: David F. Newman @ 2005-10-05 18:20 UTC (permalink / raw
To: gentoo-embedded
On Sunday 02 October 2005 22:42, Heath Holcomb wrote:
> I've created a Gentooized page based on the "Documentation Development Tips
> & Tricks" at http://www.gentoo.org/proj/en/gdp/doc/doc-tipsntricks.xml
>
> Direct link
> http://www.bulah.com/embedded-guide.html
>
> It's based on v0.08, v0.09 is in the works. I'm also looking to getting an
> ARM (xscale) board and setting up a cross dev, and of course creating a
> how-to based on the ARM like I've done for the x86.
>
I followed these instructions and it works up to the point where I configure
the kernel. make menuconfig dies with libintl.h not found. I looked outside
of the chrooted build directory and it looks like it is part of glibc. So
how does make menuconfig work with uclibc?
Thanks.
-Dave N.
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-embedded] x86 Embedded howto - Gentooized html page
2005-10-05 18:20 ` David F. Newman
@ 2005-10-05 18:49 ` Marius Schäfer
2005-10-05 19:30 ` Hugo Melo
0 siblings, 1 reply; 4+ messages in thread
From: Marius Schäfer @ 2005-10-05 18:49 UTC (permalink / raw
To: gentoo-embedded
Hi David,
On Wednesday 05 October 2005 20:20, David F. Newman wrote:
> On Sunday 02 October 2005 22:42, Heath Holcomb wrote:
> > I've created a Gentooized page based on the "Documentation Development
> > Tips & Tricks" at
> > http://www.gentoo.org/proj/en/gdp/doc/doc-tipsntricks.xml
> >
> > Direct link
> > http://www.bulah.com/embedded-guide.html
> >
> > It's based on v0.08, v0.09 is in the works. I'm also looking to getting
> > an ARM (xscale) board and setting up a cross dev, and of course creating
> > a how-to based on the ARM like I've done for the x86.
>
> I followed these instructions and it works up to the point where I
> configure the kernel. make menuconfig dies with libintl.h not found. I
> looked outside of the chrooted build directory and it looks like it is part
> of glibc. So how does make menuconfig work with uclibc?
I've asked this question, too. There should be a kernel patch available on
this list. Haven't searched for it, yet.
Marius
>
> Thanks.
>
> -Dave N.
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-embedded] x86 Embedded howto - Gentooized html page
2005-10-05 18:49 ` Marius Schäfer
@ 2005-10-05 19:30 ` Hugo Melo
0 siblings, 0 replies; 4+ messages in thread
From: Hugo Melo @ 2005-10-05 19:30 UTC (permalink / raw
To: gentoo-embedded
You can compile the kernel out of de chroot if you dont found the patch..
I did a patch, but i deleted his.
2005/10/5, Marius Schäfer <mschaefer@mimamau.de>:
> Hi David,
>
> On Wednesday 05 October 2005 20:20, David F. Newman wrote:
> > On Sunday 02 October 2005 22:42, Heath Holcomb wrote:
> > > I've created a Gentooized page based on the "Documentation Development
> > > Tips & Tricks" at
> > > http://www.gentoo.org/proj/en/gdp/doc/doc-tipsntricks.xml
> > >
> > > Direct link
> > > http://www.bulah.com/embedded-guide.html
> > >
> > > It's based on v0.08, v0.09 is in the works. I'm also looking to getting
> > > an ARM (xscale) board and setting up a cross dev, and of course creating
> > > a how-to based on the ARM like I've done for the x86.
> >
> > I followed these instructions and it works up to the point where I
> > configure the kernel. make menuconfig dies with libintl.h not found. I
> > looked outside of the chrooted build directory and it looks like it is part
> > of glibc. So how does make menuconfig work with uclibc?
>
> I've asked this question, too. There should be a kernel patch available on
> this list. Haven't searched for it, yet.
>
> Marius
>
> >
> > Thanks.
> >
> > -Dave N.
> --
> gentoo-embedded@gentoo.org mailing list
>
>
--
-- Hugo Melo
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd
all be running around darkened rooms, munching magic pills and listening to
repetitive electronic music." (Kristian Wilson, Nintendo, Inc. 1989)
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-31 3:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-03 2:42 [gentoo-embedded] x86 Embedded howto - Gentooized html page Heath Holcomb
2005-10-05 18:20 ` David F. Newman
2005-10-05 18:49 ` Marius Schäfer
2005-10-05 19:30 ` Hugo Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox