Search found 2 matches

by Arzhel
Tue Aug 17, 2010 9:02 pm
Forum: V-USB
Topic: Strange setting for USB_CFG_CLOCK_KHZ (solved)
Replies: 2
Views: 5135

Re: Strange setting for USB_CFG_CLOCK_KHZ

Thanks for the hint. The problem was with the Eclipse plugin. In order to compile .S source files, i have added an extra parameter for avr-gcc: Properties/ C/C++Build/ Settings/ Tool Settings/ AVR Assembler/ General/ where Other GCC Flags is set to -DF_CPU=${AVRTARGETFCPU} The compile was then succe...
by Arzhel
Sun Aug 15, 2010 7:07 pm
Forum: V-USB
Topic: Strange setting for USB_CFG_CLOCK_KHZ (solved)
Replies: 2
Views: 5135

Strange setting for USB_CFG_CLOCK_KHZ (solved)

Hi I am trying to compile a sample project and i have the following error while dealing with usbdrvasm.S : ../src/usbdrv/usbdrvasm.S:391:9: erreur: #error "USB_CFG_CLOCK_KHZ is not one of the supported non-crc-rates!" I don't use make but Eclipse with the avr-plugin. In usbdrvasm.S, USB_CF...