All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fridtjof Busse <fridtjof@fbunet.de>
To: linux-kernel@vger.kernel.org
Subject: Compile error with 2.4.20-ac1
Date: Tue, 3 Dec 2002 11:35:49 +0100	[thread overview]
Message-ID: <200212031135.49423@fbunet.de> (raw)

Hi
If I change an option (make menuconfig) and run 'make dep && make clean 
bzImage modules modules_install' afterwards, I get:

gcc -D__KERNEL__ -I/usr/src/linux-2.4.20/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 
-malign-functions=4    -nostdinc -iwithprefix include 
-DKBUILD_BASENAME=compat  -c -o compat.o compat.c
make[3]: *** No rule to make target 
`/usr/src/linux-2.4.20/drivers/pci/devlist.h', needed by `names.o'.  
Stop.
make[3]: Leaving directory `/usr/src/linux-2.4.20/drivers/pci'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.20/drivers/pci'
make[1]: *** [_subdir_pci] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20/drivers'
make: *** [_dir_drivers] Error 2

If I run 'make dep && make clean bzImage modules modules_install' again, 
without changing anything, the compilation doesn't give any errors and 
the kernel runs fine.
But if I again change an option, same thing happens.

-- 
Fridtjof Busse
BOFH excuse #185:
system consumed all the paper for paging



             reply	other threads:[~2002-12-03 10:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-03 10:35 Fridtjof Busse [this message]
2002-12-03 12:44 ` Compile error with 2.4.20-ac1 Steffen Moser

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=200212031135.49423@fbunet.de \
    --to=fridtjof@fbunet.de \
    --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.