Ticket #54 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

picoLCD drivers compile errors.

Reported by: foobar Owned by: michael
Priority: highest Component: lcd4linux
Version: Severity: normal
Keywords: picoLCD Cc:

Description

drv_picoLCD.o(.text+0x16): In function `drv_pL_send': /home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:162: undefined reference to `usb_interrupt_write' drv_picoLCD.o(.text+0x630): In function `drv_pL_init': /home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:100: undefined reference to `usb_debug' drv_picoLCD.o(.text+0x639):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:102: undefined reference to `usb_init' drv_picoLCD.o(.text+0x63e):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:103: undefined reference to `usb_find_busses' drv_picoLCD.o(.text+0x643):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:104: undefined reference to `usb_find_devices' drv_picoLCD.o(.text+0x648):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:105: undefined reference to `usb_get_busses' drv_picoLCD.o(.text+0x6b3):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:113: undefined reference to `usb_open' drv_picoLCD.o(.text+0x6c9):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:115: undefined reference to `usb_get_driver_np' drv_picoLCD.o(.text+0x705):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:120: undefined reference to `usb_detach_kernel_driver_np' drv_picoLCD.o(.text+0x720):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:126: undefined reference to `usb_set_configuration' drv_picoLCD.o(.text+0x73c):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:129: undefined reference to `usb_claim_interface' drv_picoLCD.o(.text+0x757):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:134: undefined reference to `usb_set_altinterface' drv_picoLCD.o(.text+0x77a):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:136: undefined reference to `usb_get_string_simple' drv_picoLCD.o(.text+0x79d):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:137: undefined reference to `usb_get_string_simple' drv_picoLCD.o(.text+0x7c0):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:138: undefined reference to `usb_get_string_simple' drv_picoLCD.o(.text+0x967): In function `drv_pL_quit': /home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:153: undefined reference to `usb_release_interface' drv_picoLCD.o(.text+0x973):/home/root/Downloads/lcd4linux-0.10.1-RC1/drv_picoLCD.c:154: undefined reference to `usb_close' collect2: ld returned 1 exit status make[1]: *** [lcd4linux] Error 1 make[1]: Leaving directory `/home/root/Downloads/lcd4linux-0.10.1-RC1' make: *** [all] Error 2 bash-3.1#

Attachments

Change History

Changed 21 months ago by michael

  • status changed from new to closed
  • resolution set to fixed

Thanks for pointing this out! Fixed in SVN, both trunk and branches/0.10.1: linking in libusb was missing...

Add/Change #54 (picoLCD drivers compile errors.)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.