From: "Satyam Sharma" <satyam.sharma@gmail.com>
To: chris@pcburn.com
Cc: linux-kernel@vger.kernel.org, marcel@holtmann.org,
bluez-devel@lists.sourceforge.net, netdev@vger.kernel.org
Subject: Re: Getting make net/built-in.o Error with 2.6.21.1 Build
Date: Tue, 8 May 2007 05:55:38 +0530 [thread overview]
Message-ID: <a781481a0705071725i1d802dfejbcdaca4ab0a1ff55@mail.gmail.com> (raw)
In-Reply-To: <463FB6B0.3070005@pcburn.com>
On 5/8/07, Chris Bergeron <chris@pcburn.com> wrote:
> On trying to build a 2.6.21.1 kernel using the configuration at
> http://pcburn.com/files/kernel/breaks.2.6.21.1.config I'm getting the
> following error with Networking Support -> Bluetooth Subsystem Support
> -> HIDP protocol support set to built-in:
>
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> net/built-in.o: In function `hidp_add_connection':
> (.text+0x8bb08): undefined reference to `hid_ff_init'
> make: *** [.tmp_vmlinux1] Error 1
You've got CONFIG_BT_HIDP=y there but CONFIG_USB_HID=m. The trivial
patch below solves it. To test, you can just "make oldconfig" on the
same .config that broke above and then proceed to make bzImage.
Satyam
---
Make CONFIG_BT_HIDP depend on CONFIG_USB_HID and CONFIG_HID_FF.
Signed-off-by: Satyam Sharma <ssatyam@cse.iitk.ac.in>
---
net/bluetooth/hidp/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff -ruNp a/net/bluetooth/hidp/Kconfig b/net/bluetooth/hidp/Kconfig
--- a/net/bluetooth/hidp/Kconfig 2007-04-26 08:38:32.000000000 +0530
+++ b/net/bluetooth/hidp/Kconfig 2007-05-08 05:40:58.000000000 +0530
@@ -1,6 +1,6 @@
config BT_HIDP
tristate "HIDP protocol support"
- depends on BT && BT_L2CAP && INPUT
+ depends on BT && BT_L2CAP && INPUT && USB_HID && HID_FF
select HID
help
HIDP (Human Interface Device Protocol) is a transport layer
next prev parent reply other threads:[~2007-05-08 0:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-07 23:30 Chris Bergeron
2007-05-08 0:25 ` Satyam Sharma [this message]
2007-05-08 15:49 ` Jiri Kosina
2007-05-08 16:05 ` Satyam Sharma
2007-05-08 16:23 ` Jiri Kosina
2007-05-08 16:48 ` Marcel Holtmann
2007-05-08 17:47 ` Jiri Kosina
2007-05-08 17:50 ` Marcel Holtmann
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=a781481a0705071725i1d802dfejbcdaca4ab0a1ff55@mail.gmail.com \
--to=satyam.sharma@gmail.com \
--cc=bluez-devel@lists.sourceforge.net \
--cc=chris@pcburn.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=netdev@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
all inboxes | Powered by JetHome®