login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
March
»
2
Re: 2.6.33-git6 problem (compal-laptop)
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Randy Dunlap
Subject:
Re: 2.6.33-git6 problem (compal-laptop)
Date: Tuesday, March 2, 2010 - 3:05 pm
On 03/01/10 04:21,
werner@guyane.dyn-o-saur.com
wrote:
quoted text
> before, these errors didn't occur > .... > CC arch/x86/lib/strstr_32.o > AS arch/x86/lib/thunk_32.o > CC arch/x86/lib/usercopy_32.o > AR arch/x86/lib/lib.a > LD vmlinux.o > MODPOST vmlinux.o > WARNING: modpost: Found 9 section mismatch(es). > To see full details build your kernel with: > 'make CONFIG_DEBUG_SECTION_MISMATCH=y' > GEN .version > CHK include/generated/compile.h > UPD include/generated/compile.h > CC init/version.o > LD init/built-in.o > LD .tmp_vmlinux1 > drivers/built-in.o: In function `compal_rfkill_poll': > compal-laptop.c:(.text+0x6317cf): undefined reference to `rfkill_set_hw_state' > drivers/built-in.o: In function `compal_init': > compal-laptop.c:(.init.text+0x3967d): undefined reference to `rfkill_alloc' > compal-laptop.c:(.init.text+0x3968d): undefined reference to `rfkill_register' > compal-laptop.c:(.init.text+0x396b2): undefined reference to `rfkill_alloc' > compal-laptop.c:(.init.text+0x396c7): undefined reference to `rfkill_register' > compal-laptop.c:(.init.text+0x396d7): undefined reference to `rfkill_destroy' > compal-laptop.c:(.init.text+0x396e1): undefined reference to `rfkill_unregister' > compal-laptop.c:(.init.text+0x396eb): undefined reference to `rfkill_destroy' > drivers/built-in.o: In function `compal_cleanup': > compal-laptop.c:(.exit.text+0x6b4b): undefined reference to `rfkill_unregister' > compal-laptop.c:(.exit.text+0x6b55): undefined reference to `rfkill_destroy' > compal-laptop.c:(.exit.text+0x6b5f): undefined reference to `rfkill_unregister' > compal-laptop.c:(.exit.text+0x6b69): undefined reference to `rfkill_destroy' > make: [.tmp_vmlinux1] Error 1 (ignored) > KSYM .tmp_kallsyms1.S > nm: '.tmp_vmlinux1': No such file > No valid symbol. > make: [.tmp_kallsyms1.S] Error 1 (ignored) > AS .tmp_kallsyms1.o > LD .tmp_vmlinux2 > drivers/built-in.o: In function `compal_rfkill_poll': > compal-laptop.c:(.text+0x6317cf): undefined reference to `rfkill_set_hw_state' > drivers/built-in.o: In function `compal_init': > compal-laptop.c:(.init.text+0x3967d): undefined reference to `rfkill_alloc' > compal-laptop.c:(.init.text+0x3968d): undefined reference to `rfkill_register' > compal-laptop.c:(.init.text+0x396b2): undefined reference to `rfkill_alloc' > compal-laptop.c:(.init.text+0x396c7): undefined reference to `rfkill_register' > compal-laptop.c:(.init.text+0x396d7): undefined reference to `rfkill_destroy' > compal-laptop.c:(.init.text+0x396e1): undefined reference to `rfkill_unregister' > compal-laptop.c:(.init.text+0x396eb): undefined reference to `rfkill_destroy' > drivers/built-in.o: In function `compal_cleanup': > compal-laptop.c:(.exit.text+0x6b4b): undefined reference to `rfkill_unregister' > compal-laptop.c:(.exit.text+0x6b55): undefined reference to `rfkill_destroy' > compal-laptop.c:(.exit.text+0x6b5f): undefined reference to `rfkill_unregister' > compal-laptop.c:(.exit.text+0x6b69): undefined reference to `rfkill_destroy' > make: [.tmp_vmlinux2] Error 1 (ignored) > KSYM .tmp_kallsyms2.S > nm: '.tmp_vmlinux2': No such file > No valid symbol. > make: [.tmp_kallsyms2.S] Error 1 (ignored) > AS .tmp_kallsyms2.o > LD vmlinux > drivers/built-in.o: In function `compal_rfkill_poll': > compal-laptop.c:(.text+0x6317cf): undefined reference to `rfkill_set_hw_state' > drivers/built-in.o: In function `compal_init': > compal-laptop.c:(.init.text+0x3967d): undefined reference to `rfkill_alloc' > compal-laptop.c:(.init.text+0x3968d): undefined reference to `rfkill_register' > compal-laptop.c:(.init.text+0x396b2): undefined reference to `rfkill_alloc' > compal-laptop.c:(.init.text+0x396c7): undefined reference to `rfkill_register' > compal-laptop.c:(.init.text+0x396d7): undefined reference to `rfkill_destroy' > compal-laptop.c:(.init.text+0x396e1): undefined reference to `rfkill_unregister' > compal-laptop.c:(.init.text+0x396eb): undefined reference to `rfkill_destroy' > drivers/built-in.o: In function `compal_cleanup': > compal-laptop.c:(.exit.text+0x6b4b): undefined reference to `rfkill_unregister' > compal-laptop.c:(.exit.text+0x6b55): undefined reference to `rfkill_destroy' > compal-laptop.c:(.exit.text+0x6b5f): undefined reference to `rfkill_unregister' > compal-laptop.c:(.exit.text+0x6b69): undefined reference to `rfkill_destroy'
Ingo posted a patch for this. See
http://lkml.org/lkml/2010/3/2/153
-- ~Randy --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
2.6.33-git6 problem
, werner
, (Mon Mar 1, 5:21 am)
Re: 2.6.33-git6 problem (compal-laptop)
, Randy Dunlap
, (Tue Mar 2, 3:05 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v2 11/11] sched: update tg->shares after cpu.shares write
Ingo Molnar
Re: [RFC] Cpu-hotplug: Using the Process Freezer (try2)
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Eric W. Biederman
Re: init's children list is long and slows reaping children.
Jeffrey V. Merkey
Re: Versioning file system
git
:
Matthieu Moy
Re: Bugs in Gitosis
Daniel Barkalow
Re: About git and the use of SHA-1
David Lang
Re: mingw, windows, crlf/lf, and git
Shawn O. Pearce
Re: Bugs in Gitosis
Junio C Hamano
Re: [PATCH 14/21] Convert ce_path_match() to use struct pathspec
linux-netdev
:
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
Cong Wang
Re: [PATCH] s2io: add dynamic LRO disable support
Tobacco New Year Promo
Eric Dumazet
Re: [PATCH] net: implement emergency route cache rebulds when gc_elasticity is exc...
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
of/flattree: merge early_init_dt_scan_memory() common code
Linux Kernel Mailing List
b43: N-PHY: add some registers and structs definitions
Linux Kernel Mailing List
powerpc: Move /proc/ppc64 to /proc/powerpc and add symlink
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Tony Abernethy
Re: The Atheros story in much fewer words
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate