linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sum <ellenyip@netvigator.com>
To: <linux-kernel@vger.kernel.org>
Subject: Problem after installing 2.6.0-test3
Date: Sat, 16 Aug 2003 15:30:22 +0800	[thread overview]
Message-ID: <20030816073022.OXNS15634.imsm072dat.netvigator.com@imailmta.netvigator.com> (raw)

I just install the kernel 2.6.0-test3, but I can't make the modules. After I type "make modules", the error displayed as following: 

make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
  CC [M]  drivers/block/paride/pd.o
drivers/block/paride/pd.c: In function `pd_init':
drivers/block/paride/pd.c:896: warning: passing arg 1 of `blk_init_queue' from incompatible pointer type
drivers/block/paride/pd.c:896: warning: passing arg 2 of `blk_init_queue' from incompatible pointer type
drivers/block/paride/pd.c:896: too many arguments to function `blk_init_queue'
make[2]: *** [drivers/block/paride/pd.o] Error 1
make[1]: *** [drivers/block/paride] Error 2
make: *** [drivers] Error 2

When I type "make modules_install", there is also error occurred
  INSTALL drivers/atm/ambassador.ko
cp: cannot stat ‘drivers/atm/ambassador.ko’: no such directory
make[1]: *** [drivers/atm/ambassador.ko] Error 1
make: *** [_modinst_] Error 2

And so, there is only two folder in the directory /lib/modules/2.6.0-test3 which are "build" and "kernel". I can't use the modprobe command, because the /lib/modules/2.6.0-test3/modules.dep does not exist. In the kernel folder there is only the drivers/atm existed and the atm folder is empty.

I feel very confused now. Would u please help me with it. Thanks very much.


                 reply	other threads:[~2003-08-16  7:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030816073022.OXNS15634.imsm072dat.netvigator.com@imailmta.netvigator.com \
    --to=ellenyip@netvigator.com \
    --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 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).