Search found 1 match

by durl
Fri Jan 29, 2010 3:44 pm
Forum: V-USB
Topic: undefined reference to `usbDescriptorStringSerialNumber'
Replies: 1
Views: 2832

undefined reference to `usbDescriptorStringSerialNumber'

hi I'm trying to use V-USB with the Atmega8. But i am not able to compile my code. I am using this makefile: DEVICE = atmega8 F_CPU = 12000000 # in Hz FUSE_L = 0x1f FUSE_H = 0xc1 AVRDUDE = avrdude -c usbasp -p $(DEVICE) # edit this line for your programmer CFLAGS = -Iusbdrv -I. -DDEBUG_LEVEL=0 OBJEC...