From: Luis C. <lfc...@lf...> - 2006-08-16 20:31:43
|
Till Harbaum wrote: > Hi, > > lcd4linux now has a KVV plugin. It is inly useful to you if you live > in Karlsruhe, Germany. But if you do you can now display the > train departure times of any given train station in realtime just > as displayed on the real displays at the stations. > > Till > Hi! I've checked out CVS but it has some errors... maybe I done something wrong here? drv_LCD2USB.o: In function `drv_L2U_timer': /opt/buildtool/source/lcd4linux/lcd4linux-0.10.0/drv_LCD2USB.c:476: undefined reference to `drv_generic_keypad_press' drv_LCD2USB.o: In function `drv_L2U_init': /opt/buildtool/source/lcd4linux/lcd4linux-0.10.0/drv_LCD2USB.c:632: undefined reference to `drv_generic_keypad_real_press' /opt/buildtool/source/lcd4linux/lcd4linux-0.10.0/drv_LCD2USB.c:660: undefined reference to `drv_generic_keypad_init' drv_LCD2USB.o: In function `drv_L2U_quit': /opt/buildtool/source/lcd4linux/lcd4linux-0.10.0/drv_LCD2USB.c:693: undefined reference to `drv_generic_keypad_quit' plugin_kvv.o: In function `plugin_exit_kvv': /opt/buildtool/source/lcd4linux/lcd4linux-0.10.0/plugin_kvv.c:780: undefined reference to `thread_destroy' collect2: ld returned 1 exit status These functions are missing: drv_LCD2USB.c: 476: undefined reference to `drv_generic_keypad_press' 632: undefined reference to `drv_generic_keypad_real_press' 660: undefined reference to `drv_generic_keypad_init' 693: undefined reference to `drv_generic_keypad_quit' 780: undefined reference to `thread_destroy' Since I really want to test my LCD2USB today, i'll just comment out these offending functions from my local copy. Ah, as a reminder, i'm cross-compiling it for uClibc. Luis -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |