Messages in this thread |  | | From | "Claude LeFrancois (LMC)" <> | Date | Fri, 13 Oct 2000 13:52:12 -0400 | Subject | Re: 2.4.0-test9-pre8, usb, unresolved symbols |
| |
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> Hello, <p>I had the same problem with the USB core driver compiled statically into the kernel 2.4.0-test10pre1. If I get the whole USB distribution compiled as a modules, everything works fine. Here is the content of my /proc/ksyms related to USB with the USB core driver compiled into the kernel. The __VERSIONED_SYMBOL seem strange to me. I think this is why the symbols are unresolved. Is it a compiler problem ? <p>c01dd8b0 __VERSIONED_SYMBOL(usb_ifnum_to_if) <br>c01dd904 __VERSIONED_SYMBOL(usb_epnum_to_ep_desc) <br>c01dd6b0 __VERSIONED_SYMBOL(usb_register) <br>c01dd83c __VERSIONED_SYMBOL(usb_deregister) <br>c01dd748 __VERSIONED_SYMBOL(usb_scan_devices) <br>c01ddce4 __VERSIONED_SYMBOL(usb_alloc_bus) <br>c01ddd54 __VERSIONED_SYMBOL(usb_free_bus) <br>c01ddd68 __VERSIONED_SYMBOL(usb_register_bus) <br>c01dde28 __VERSIONED_SYMBOL(usb_deregister_bus) <br>c01de298 __VERSIONED_SYMBOL(usb_alloc_dev) <br>c01de318 __VERSIONED_SYMBOL(usb_free_dev) <br>c01de348 __VERSIONED_SYMBOL(usb_inc_dev_use) <br>c01dded4 __VERSIONED_SYMBOL(usb_driver_claim_interface) <br>c01ddef4 __VERSIONED_SYMBOL(usb_interface_claimed) <br>c01ddf14 __VERSIONED_SYMBOL(usb_driver_release_interface) <br>c01defb4 __VERSIONED_SYMBOL(usb_root_hub_string) <br>c01dfd18 __VERSIONED_SYMBOL(usb_new_device) <br>c01e1640 __VERSIONED_SYMBOL(usb_reset_device) <br>c01df1c0 __VERSIONED_SYMBOL(usb_connect) <br>c01df0ac __VERSIONED_SYMBOL(usb_disconnect) <br>c01ddba4 __VERSIONED_SYMBOL(usb_check_bandwidth) <br>c01ddc68 __VERSIONED_SYMBOL(usb_claim_bandwidth) <br>c01ddca4 __VERSIONED_SYMBOL(usb_release_bandwidth) <br>c01df308 __VERSIONED_SYMBOL(usb_set_address) <br>c01df338 __VERSIONED_SYMBOL(usb_get_descriptor) <br>c01df3e8 __VERSIONED_SYMBOL(usb_get_class_descriptor) <br>c01df040 __VERSIONED_SYMBOL(__usb_get_extra_descriptor) <br>c01df498 __VERSIONED_SYMBOL(usb_get_device_descriptor) <br>c01df444 __VERSIONED_SYMBOL(usb_get_string) <br>c01dfbe0 __VERSIONED_SYMBOL(usb_string) <br>c01df4fc __VERSIONED_SYMBOL(usb_get_protocol) <br>c01df548 __VERSIONED_SYMBOL(usb_set_protocol) <br>c01df8cc __VERSIONED_SYMBOL(usb_get_report) <br>c01df928 __VERSIONED_SYMBOL(usb_set_report) <br>c01df588 __VERSIONED_SYMBOL(usb_set_idle) <br>c01df6a0 __VERSIONED_SYMBOL(usb_clear_halt) <br>c01df764 __VERSIONED_SYMBOL(usb_set_interface) <br>c01df97c __VERSIONED_SYMBOL(usb_get_configuration) <br>c01df7fc __VERSIONED_SYMBOL(usb_set_configuration) <br>c01de708 __VERSIONED_SYMBOL(usb_get_current_frame_number) <br>c01de350 __VERSIONED_SYMBOL(usb_alloc_urb) <br>c01de3a4 __VERSIONED_SYMBOL(usb_free_urb) <br>c01de3b8 __VERSIONED_SYMBOL(usb_submit_urb) <br>c01de3e8 __VERSIONED_SYMBOL(usb_unlink_urb) <br>c01de608 __VERSIONED_SYMBOL(usb_control_msg) <br>c01de6a0 __VERSIONED_SYMBOL(usb_bulk_msg) <p>Thanks, <p>Claude. <pre>-- Claude LeFrançois, System and Network Administrator Ericsson Research Canada (LMC) 8300 Décarie, Ville Mont-Royal, Québec, Canada, H4P 2N2 Tel: (514) 345-7900 x7579, Fax: (514) 345-6149 Email: lmcclef@lmc.ericsson.se <mailto: lmcclef@lmc.ericsson.se></pre> </html>
|  |