All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Carlos O'Donell Jr." <carlos@baldric.uwo.ca>
To: marc <marc@centraltx.com>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] Building my first kernel
Date: Wed, 5 Jun 2002 22:26:52 -0400	[thread overview]
Message-ID: <20020605222652.C1118@systemhalted> (raw)
In-Reply-To: <200206052016.AA1508901426@mail.centraltx.com>; from marc@centraltx.com on Wed, Jun 05, 2002 at 08:16:24PM -0500

> I'm trying to build the 2.4.18 kernel, and everything goes great
> until I get to the `make bzImage` part and it screams about palo.
> I'm assuming I need the palo source. is this right??
> 
> -Marc
>

Yup.

$SRC-TREE--|
           |--- /linux
           |
           |--- /palo

cd linux;
make oldconfig;
make menuconfig; (Fiddle)
make dep;
make palo;

This puts the required lifimage in $SRC-TREE/palo

c.

  reply	other threads:[~2002-06-06  2:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-06  1:16 [parisc-linux] Building my first kernel marc 
2002-06-06  2:26 ` Carlos O'Donell Jr. [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-06-06  3:34 marc 
2002-06-06  3:46 ` Carlos O'Donell Jr.
2002-06-06  4:39 marc 
2002-06-06  7:19 ` Helge Deller
2002-06-06  9:06 Kenneth Westelinck
2002-06-06 14:58 marc 

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020605222652.C1118@systemhalted \
    --to=carlos@baldric.uwo.ca \
    --cc=marc@centraltx.com \
    --cc=parisc-linux@lists.parisc-linux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.