From: <Fra...@ao...> - 2002-09-08 14:35:43
|
Sorry if I double posted this, I wasn't sure if it got through. I installed libelf 0.8.2 per the README instructions. I am running on Slackware Linux 8.1, with a 2.4.18 kernel. I untarred and unzipped the UDI reference implementation for Linux I got from STG, and ran 'make build' from the top-level directory. This worked fine. Just plain 'make' also works fine. My problem is running the next command in the series, 'make install'. It crashes out after a screen or two, and gave me this: --- Making install in linux --- make[2]: Entering directory `/root/udi/udiforlinux/env/linux' /usr/bin/install -d /lib/modules/2.4.18/misc; /usr/bin/install -c ./env_test.o /lib/modules/2.4.18/misc; /usr/bin/install -c ./mod_test.o /lib/modules/2.4.18/misc; /sbin/depmod /lib/modules/2.4.18/misc/env_test.o; depmod: *** Unresolved symbols in /lib/modules/2.4.18/misc/env_test.o /lib/modules/2.4.18/misc/env_test.o: # module id=string # pci module vendor device subvendor subdevice class class_mask driver_data # isapnp module cardvendor carddevice driver_data vendor function ...# usb module match_flags idVendor idProduct bcdDevice_lo bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info # module pattern # ieee1394 module match_flags vendor_id model_id specifier_id version # module id make[2]: *** [install] Error 1 make[2]: Leaving directory `/root/udi/udiforlinux/env/linux' make[1]: *** [install] Error 1 make[1]: Leaving directory `/root/udi/udiforlinux/env' make: *** [install] Error 1 root@general:~/udi/udiforlinux# Any help would be appreciated. Cheers, Frank Millea |