Undefined reference problems
Posted: Sun Apr 14, 2013 7:37 pm
Ok, so i wanted to compile my program which uses vusb and this error always comes up:
i tried both with older and newer versions of the library, multiple makefiles, but nothing
Code: Select all
usbdrv/usbdrv.o: In function `usbPoll':
usbdrv.c:(.text+0x132): undefined reference to `usbDescriptorHidReport'
usbdrv.c:(.text+0x134): undefined reference to `usbDescriptorHidReport'
usbdrv.c:(.text+0x256): undefined reference to `usbEventResetReady'
i tried both with older and newer versions of the library, multiple makefiles, but nothing