Page 1 of 1

V-USB - compile errors, avr-gcc 4.7.0

Posted: Sun Jul 01, 2012 1:44 am
by Eugen_E
Hello,

I want to let you know that V-USB 20120109 (and older) give compilation errors with avr-gcc 4.7.0, avr-libc 1.8.0 . The errors are about PROGMEM variables not being declared const in usbdrv.h (lines 455, ...) and usbdrv.c (lines 70, ...). After declaring those variables const, it compiles and works fine.

Thank you for providing V-USB