AVR Studio build error

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
ThomasWe

AVR Studio build error

Post by ThomasWe » Wed Nov 12, 2008 5:32 pm

Hello,

I have a problem with the AVR Studio to build the USB driver. My problem is, that the Studio not compiling the driver and I don't know the problem.

The only warnings the program is showing are:
../usbdrvasm.S:77:1: warning: "usbTxLen1" redefined
../usbdrvasm.S:78:1: warning: "usbTxBuf1" redefined
../usbdrvasm.S:79:1: warning: "usbTxLen3" redefined
../usbdrvasm.S:80:1: warning: "usbTxBuf3" redefined

gcc plug-in: Error: Object file not found on expected location [...]\USB_Leer.elf


If somebody can look at my Program (it is only the code from the HID Data example) and can me tell whats the problem or what I have to do to get it running. That would be of great help to me.

AVR Studio Files

Post Reply