From: "werner" <w.landgraf@ru.ru>
To: linux-kernel@vger.kernel.org
Subject: 3.9-rc2 this dont compile / link dwc3_gadget , usb_gadget_map_request
Date: Mon, 11 Mar 2013 05:27:40 -0400 [thread overview]
Message-ID: <web-853669895@zbackend1.aha.ru> (raw)
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x2a64a): Section mismatch in
reference from the function apply_microcode_early() to the
function .cpuinit.text:print_ucode()
The function apply_microcode_early() references
the function __cpuinit print_ucode().
This is often because apply_microcode_early lacks a
__cpuinit
annotation or the annotation of print_ucode is wrong.
WARNING: vmlinux.o(.text+0x76e662): Section mismatch in
reference from the function acpi_sleep_dmi_check() to the
variable .init.data:acpisleep_dmi_table
The function acpi_sleep_dmi_check() references
the variable __initdata acpisleep_dmi_table.
This is often because acpi_sleep_dmi_check lacks a
__initdata
annotation or the annotation of acpisleep_dmi_table is
wrong.
WARNING: vmlinux.o(.text+0x9e3716): Section mismatch in
reference from the function cpqarray_register_ctlr() to
the function .init.text:ida_procinit()
The function cpqarray_register_ctlr() references
the function __init ida_procinit().
This is often because cpqarray_register_ctlr lacks a
__init
annotation or the annotation of ida_procinit is wrong.
WARNING: vmlinux.o(.text+0xa4197f): Section mismatch in
reference from the function bmp085_init_client() to the
function .init.text:bmp085_get_of_properties()
The function bmp085_init_client() references
the function __init bmp085_get_of_properties().
This is often because bmp085_init_client lacks a __init
annotation or the annotation of bmp085_get_of_properties
is wrong.
WARNING: vmlinux.o(.data+0xa5c78): Section mismatch in
reference from the variable sim710_eisa_driver to the
function .init.text:sim710_eisa_probe()
The variable sim710_eisa_driver references
the function __init sim710_eisa_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or
name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one,
*_console
WARNING: vmlinux.o(.data+0xe16b0): Section mismatch in
reference from the variable el3_eisa_driver to the
function .init.text:el3_eisa_probe()
The variable el3_eisa_driver references
the function __init el3_eisa_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or
name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one,
*_console
WARNING: vmlinux.o(.data+0xe1d74): Section mismatch in
reference from the variable vortex_eisa_driver to the
function .init.text:vortex_eisa_probe()
The variable vortex_eisa_driver references
the function __init vortex_eisa_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or
name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one,
*_console
WARNING: vmlinux.o(.data+0xe6b1c): Section mismatch in
reference from the variable de4x5_eisa_driver to the
function .init.text:de4x5_eisa_probe()
The variable de4x5_eisa_driver references
the function __init de4x5_eisa_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or
name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one,
*_console
WARNING: vmlinux.o(.data+0xe73a0): Section mismatch in
reference from the variable hp100_eisa_driver to the
function .init.text:hp100_eisa_probe()
The variable hp100_eisa_driver references
the function __init hp100_eisa_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or
name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one,
*_console
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
drivers/built-in.o: In function
`__dwc3_gadget_kick_transfer':
gadget.c:(.text+0xbb21d9): undefined reference to
`usb_gadget_unmap_request'
drivers/built-in.o: In function `__dwc3_gadget_ep_queue':
gadget.c:(.text+0xbb22a9): undefined reference to
`usb_gadget_map_request'
drivers/built-in.o: In function `dwc3_gadget_giveback':
(.text+0xbb24db): undefined reference to
`usb_gadget_unmap_request'
drivers/built-in.o: In function `dwc3_gadget_exit':
(.text+0xbb2e52): undefined reference to
`usb_del_gadget_udc'
drivers/built-in.o: In function `dwc3_gadget_init':
(.text+0xbb3a88): undefined reference to
`usb_add_gadget_udc'
drivers/built-in.o: In function
`__dwc3_ep0_do_control_data':
ep0.c:(.text+0xbb3f10): undefined reference to
`usb_gadget_map_request'
ep0.c:(.text+0xbb3f6a): undefined reference to
`usb_gadget_map_request'
make: [vmlinux] Error 1 (ignored)
CC arch/x86/boot/a20.o
AS arch/x86/boot/bioscall.o
CC arch/x86/boot/cmdline.o
AS arch/x86/boot/copy.o
HOSTCC arch/x86/boot/mkcpustr
CPUSTR arch/x86/boot/cpustr.h
CC arch/x86/boot/cpu.o
CC arch/x86/boot/cpucheck.o
CC arch/x86/boot/early_serial_console.o
CC arch/x86/boot/edd.o
make[1]: *** No rule to make target `vmlinux', needed by
`arch/x86/boot/voffset.h'.
---
Professional hosting for everyone - http://www.host.ru
next reply other threads:[~2013-03-11 9:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 9:27 werner [this message]
2013-04-22 21:45 ` 3.9-rc2 this dont compile / link dwc3_gadget , usb_gadget_map_request Randy Dunlap
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=web-853669895@zbackend1.aha.ru \
--to=w.landgraf@ru.ru \
--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.