Search found 2 matches

by Eugen_E
Sun Jul 01, 2012 9:28 pm
Forum: V-USB
Topic: AtmelStudio6
Replies: 7
Views: 10175

Re: AtmelStudio6

Hello,

I had the same problems with avr-gcc 4.7.0, as described here http://forums.obdev.at/viewtopic.php?f=8&t=6753&start=0
by Eugen_E
Sun Jul 01, 2012 1:44 am
Forum: V-USB
Topic: V-USB - compile errors, avr-gcc 4.7.0
Replies: 0
Views: 5789

V-USB - compile errors, avr-gcc 4.7.0

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...