Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79341 - speedtouch make gentoo-dev-sources 2.6.10-r6 compile fails
Summary: speedtouch make gentoo-dev-sources 2.6.10-r6 compile fails
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 08:01 UTC by navidson
Modified: 2005-04-13 08:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
.config kernel file (.config,30.57 KB, text/plain)
2005-02-09 10:16 UTC, navidson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description navidson 2005-01-24 08:01:31 UTC
when speedtouch friver is "y" in kernel configuration , compiling the kernel make fails
CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
drivers/built-in.o(.text+0xcb9b7): In function `speedtch_find_firmware':
: undefined reference to `request_firmware'
drivers/built-in.o(.text+0xcba30): In function `speedtch_find_firmware':
: undefined reference to `request_firmware'
drivers/built-in.o(.text+0xcba64): In function `speedtch_find_firmware':
: undefined reference to `request_firmware'
drivers/built-in.o(.text+0xcbb31): In function `speedtch_load_firmware':
: undefined reference to `release_firmware'
drivers/built-in.o(.text+0xcbb57): In function `speedtch_load_firmware':
: undefined reference to `release_firmware'
make: *** [.tmp_vmlinux1] Erreur 1

but compiling it as a module (speedtch.o) works well

Reproducible: Always
Steps to Reproduce:
1.emerge gentoo-dev-sources-2.6.10-r6
2.in configuration make speedtouch usb driver "yes"
3.make

Actual Results:  
cannot compile kernel

Expected Results:  
compile kernel works
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2005-02-09 07:57:10 UTC
Please upload your .config as plain text attachment.
Comment 2 navidson 2005-02-09 10:16:10 UTC
Created attachment 50841 [details]
.config kernel file
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2005-02-11 08:41:17 UTC
You need CONFIG_FW_LOADER=y
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2005-04-13 08:58:04 UTC
Upstream don't seem too bothered, closing as user error.