All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bill Beebe" <wbeebe@cfl.rr.com>
To: "David Ashley" <dash@xdr.com>, <linux-kernel@vger.kernel.org>
Subject: Re: 2.5.40 compile errors with my CONFIG options (included)
Date: Thu, 5 Dec 2002 16:19:33 -0500	[thread overview]
Message-ID: <010c01c29ca4$01d43810$6501a8c0@titan> (raw)
In-Reply-To: 200212051721.gB5HLpb07596@xdr.com

I had this same problem with 2.5.4x in general, and got this very helpful clue
from Rusty Lynch:

The problem is that when Virtual Terminal support is built into the kernel
(not a module) then Input support also needs to be built into the kernel
because it is making function calls that are implemented in the VT section.

To fix this, change the build input support to be built in the kernel instead
of building it as a module.  This can be done from "make xconfig" by
clicking on the "Input device support" on the left, and then change the "Input
devices (needed for keyboard, mouse, ...)" so that it has
a check mark instead of a dot.

Hope this helps.
----- Original Message -----
From: "David Ashley" <dash@xdr.com>
To: <linux-kernel@vger.kernel.org>
Sent: Thursday, December 05, 2002 12:21 PM
Subject: 2.5.40 compile errors with my CONFIG options (included)


> drivers/built-in.o: In function `kd_nosound':
> drivers/built-in.o(.text+0x110b0): undefined reference to `input_event'
> drivers/built-in.o(.text+0x110cd): undefined reference to `input_event'
> drivers/built-in.o: In function `kd_mksound':
> drivers/built-in.o(.text+0x1117a): undefined reference to `input_event'
> drivers/built-in.o: In function `kbd_bh':
> drivers/built-in.o(.text+0x1200a): undefined reference to `input_event'
> drivers/built-in.o(.text+0x12018): undefined reference to `input_event'
> drivers/built-in.o(.text+0x12029): more undefined references to
`input_event' follow
> drivers/built-in.o: In function `kbd_connect':
> drivers/built-in.o(.text+0x1245f): undefined reference to
`input_open_device'
> drivers/built-in.o: In function `kbd_disconnect':
> drivers/built-in.o(.text+0x12477): undefined reference to
`input_close_device'
> drivers/built-in.o: In function `kbd_init':
> drivers/built-in.o(.init.text+0x216e): undefined reference to
`input_register_handler'
[snip]


      parent reply	other threads:[~2002-12-05 21:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-05 17:21 2.5.40 compile errors with my CONFIG options (included) David Ashley
2002-12-05 17:27 ` James Simmons
2002-12-05 21:19 ` Bill Beebe [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='010c01c29ca4$01d43810$6501a8c0@titan' \
    --to=wbeebe@cfl.rr.com \
    --cc=dash@xdr.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 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.