public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [Fwd: Gentoo install]
@ 2008-07-14 21:27 Adrian McMenamin
  2008-07-15  1:20 ` Harley Laue
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Adrian McMenamin @ 2008-07-14 21:27 UTC (permalink / raw)
  To: linux-sh

apologies sent this to the SF list by mistake. I know this isn't a
kernel issue but i suspect the real knowledge of how to do this is
here...

Is there a guide anywhere to how I can install gentoo on my Dreamcast?

I have got a stage 3 tarball and installed the latest portage snapshot,
but it seems like madness to me to try to compile packages natively and
I have read fragmentary emails suggesting that I can get some sort of
x-compile system up and running.

But I cannot find anything coherent that explains how to do it? Any
clues/experience?





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Fwd: Gentoo install]
  2008-07-14 21:27 [Fwd: Gentoo install] Adrian McMenamin
@ 2008-07-15  1:20 ` Harley Laue
  2008-07-15  9:08 ` Paul Mundt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Harley Laue @ 2008-07-15  1:20 UTC (permalink / raw)
  To: linux-sh

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Adrian McMenamin wrote:
> apologies sent this to the SF list by mistake. I know this isn't a
> kernel issue but i suspect the real knowledge of how to do this is
> here...
> 
> Is there a guide anywhere to how I can install gentoo on my Dreamcast?
> 
> I have got a stage 3 tarball and installed the latest portage snapshot,
> but it seems like madness to me to try to compile packages natively and
> I have read fragmentary emails suggesting that I can get some sort of
> x-compile system up and running.
> 
> But I cannot find anything coherent that explains how to do it? Any
> clues/experience?

It's been awhile since I played with this specifically. There were
several different ways. One is explained
http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
Another was using Overlays to do basically the same thing. You can use
this to build programs that are easy to put into the NFS (one of the
easier setups IMO)

The other option would be to setup a Gentoo cross compiler to use with
distcc then to compile things from the Dreamcast but offloading the
actual compiling to another system. When I did this I didn't have the
Dreamcast doing any compiling but rather offloading all compiling to my
desktop.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkh7+1UACgkQulFr2MEc2vvDLACeIC74AyaRiilAVNxw9fbHaGol
6nkAn0zaEOWhGGtOjVpifFW7zaCqVi7M
=Ul4d
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Fwd: Gentoo install]
  2008-07-14 21:27 [Fwd: Gentoo install] Adrian McMenamin
  2008-07-15  1:20 ` Harley Laue
@ 2008-07-15  9:08 ` Paul Mundt
  2008-07-15 10:42 ` Adrian McMenamin
  2008-07-15 10:47 ` Manuel Lauss
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2008-07-15  9:08 UTC (permalink / raw)
  To: linux-sh

On Mon, Jul 14, 2008 at 10:27:04PM +0100, Adrian McMenamin wrote:
> apologies sent this to the SF list by mistake. I know this isn't a
> kernel issue but i suspect the real knowledge of how to do this is
> here...
> 
> Is there a guide anywhere to how I can install gentoo on my Dreamcast?
> 
> I have got a stage 3 tarball and installed the latest portage snapshot,
> but it seems like madness to me to try to compile packages natively and
> I have read fragmentary emails suggesting that I can get some sort of
> x-compile system up and running.
> 
> But I cannot find anything coherent that explains how to do it? Any
> clues/experience?
> 
What you are probably going to end up having to do is stick with binary
distributions of the packages anyways. While you can toss everything over
the fence to a cross-compiler on a slightly less neutered host, you are
still going to run in to a world of pain on the target side with things
like updating the portage cache.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Fwd: Gentoo install]
  2008-07-14 21:27 [Fwd: Gentoo install] Adrian McMenamin
  2008-07-15  1:20 ` Harley Laue
  2008-07-15  9:08 ` Paul Mundt
@ 2008-07-15 10:42 ` Adrian McMenamin
  2008-07-15 10:47 ` Manuel Lauss
  3 siblings, 0 replies; 5+ messages in thread
From: Adrian McMenamin @ 2008-07-15 10:42 UTC (permalink / raw)
  To: linux-sh

On Tue, July 15, 2008 10:08 am, Paul Mundt wrote:
> On Mon, Jul 14, 2008 at 10:27:04PM +0100, Adrian McMenamin wrote:
>>
>> Is there a guide anywhere to how I can install gentoo on my Dreamcast?
>>
> What you are probably going to end up having to do is stick with binary
> distributions of the packages anyways. While you can toss everything over
> the fence to a cross-compiler on a slightly less neutered host, you are
> still going to run in to a world of pain on the target side with things
> like updating the portage cache.

I am right in thinking, though, aren't I, that there is no automatic way
of pulling in binary packages?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Fwd: Gentoo install]
  2008-07-14 21:27 [Fwd: Gentoo install] Adrian McMenamin
                   ` (2 preceding siblings ...)
  2008-07-15 10:42 ` Adrian McMenamin
@ 2008-07-15 10:47 ` Manuel Lauss
  3 siblings, 0 replies; 5+ messages in thread
From: Manuel Lauss @ 2008-07-15 10:47 UTC (permalink / raw)
  To: linux-sh

On Tue, Jul 15, 2008 at 11:42:36AM +0100, Adrian McMenamin wrote:
> On Tue, July 15, 2008 10:08 am, Paul Mundt wrote:
> > On Mon, Jul 14, 2008 at 10:27:04PM +0100, Adrian McMenamin wrote:
> >>
> >> Is there a guide anywhere to how I can install gentoo on my Dreamcast?
> >>
> > What you are probably going to end up having to do is stick with binary
> > distributions of the packages anyways. While you can toss everything over
> > the fence to a cross-compiler on a slightly less neutered host, you are
> > still going to run in to a world of pain on the target side with things
> > like updating the portage cache.
> 
> I am right in thinking, though, aren't I, that there is no automatic way
> of pulling in binary packages?

there's "emerge -K <pkg>" provided you have a repository.

-- 
 Manuel Lauss

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-07-15 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 21:27 [Fwd: Gentoo install] Adrian McMenamin
2008-07-15  1:20 ` Harley Laue
2008-07-15  9:08 ` Paul Mundt
2008-07-15 10:42 ` Adrian McMenamin
2008-07-15 10:47 ` Manuel Lauss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox