All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Bradford <john@grabjohn.com>
To: kernelmarc@tirwhan.org (Marc)
Cc: linux-kernel@vger.kernel.org
Subject: Re: modversions problem with 2.5.48 + .49
Date: Wed, 27 Nov 2002 16:37:35 +0000 (GMT)	[thread overview]
Message-ID: <200211271637.gARGbZl6001478@darkstar.example.net> (raw)
In-Reply-To: <3DE4F143.4050106@tirwhan.org> from "Marc" at Nov 27, 2002 04:22:27 PM

> I cannot successfully make dep on either 2.5.48 or 2.5.49

You don't need to anymore.

> My steps are:
> 
> cd ~/kernel/
> tar xvzf linux-2.5.49.tar.gz
> cd linux-2.5.49
> make mrproper
> make config - (output below), choosing all default options except for 
> processor type
> make dep     - which fails with following output:

Try:

cd ~/kernel/
tar -xvzf linux-2.5.49.tar.gz
cd linux-2.5.49
make config, (or make menuconfig, etc)
make bzImage
cp arch/i386/boot/bzImage /path/to/kernel/images

then configure your bootloader and reboot.

John.

  reply	other threads:[~2002-11-27 16:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-27 16:22 modversions problem with 2.5.48 + .49 Marc
2002-11-27 16:37 ` John Bradford [this message]
2002-11-27 16:56   ` Marc
2002-11-27 17:33     ` Who maintains README? (Was: modversions problem with 2.5.48 + .49) John Bradford

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=200211271637.gARGbZl6001478@darkstar.example.net \
    --to=john@grabjohn.com \
    --cc=kernelmarc@tirwhan.org \
    --cc=linux-kernel@vger.kernel.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.