V-USB - compile errors, avr-gcc 4.7.0

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Eugen_E
Posts: 2
Joined: Sun Jul 01, 2012 1:19 am

V-USB - compile errors, avr-gcc 4.7.0

Post by Eugen_E » Sun Jul 01, 2012 1:44 am

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

Post Reply