linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Stoian Atanasov <stoian@ucc.uni-sofia.bg>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Compiling problem with certain options
Date: Sun, 27 Jul 2003 16:18:35 +0200	[thread overview]
Message-ID: <20030727141835.GA944@mars.ravnborg.org> (raw)
In-Reply-To: <bg0lvc$7nj$1@main.gmane.org>

On Sun, Jul 27, 2003 at 05:01:18PM +0300, Stoian Atanasov wrote:
> 
> Funny, but now i did the menuconfig again and clear, dep, bzImage, modules
> and it is ok, maybe i missed removing some module before as i want to
> compile a quite light kernel.

make dep is obsolete in 2.6

> Many times i wanted to compile a kernel with just a fiew options and get
> some errors, and when want to kompile with lot of options it's ok. I guess
> there are some dependency problems, which are not handled properly by make
> dep? And i heard somewhere that it is a common error.

When reconfiguring a 2.4 kernel it is adviced to do a:
cp .config ..
make mrproper
cp ../.config .
make oldconfig
make dep
etc.

For 2.6 you can just run make, without cleaning up before.
To get a resonable small configuration you can start out with
"make allnoconfig", which compiles ok in 2.6 for now.

> Is there a dedicated site, forum about this problem?

This is a good place - you can also try kernelnewbies.

	Sam

      reply	other threads:[~2003-07-27 14:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-27  9:56 Compiling problem with certain options Stoian Atanasov
2003-07-27 10:56 ` Sean Neakums
2003-07-27 14:01   ` Stoian Atanasov
2003-07-27 14:18     ` Sam Ravnborg [this message]

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=20030727141835.GA944@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stoian@ucc.uni-sofia.bg \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).