Can't compile basic example

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Dondu
Posts: 1
Joined: Sun Dec 26, 2010 6:24 am

Can't compile basic example

Post by Dondu » Sun Dec 26, 2010 6:35 am

Hi,
I'm newbie in V-USB and not good in AVR Studio + GCC
I'm trying to compile a basic example V-USB Library: http://www.obdev.at/downloads/vusb/vusb-20100715.zip
I'm using: "Project: custom-class, a basic USB example" from: vusb-20100715\examples\custom-class\firmware

When i'm trying compile using Makefile from this example error occur:

Code: Select all

gcc plug-in: Error: Object file not found on expected location T:\DD_Timer_Projekty\USB_ex4\USB_ex4.elf


name of my project: USB_ex4
folder: T:\DD_Timer_Projekty\USB_ex4\
project file: USB_ex4.aps

Atmega 8 with 12MHz clock.

Options (Makefile from ZIP file):
Image

Files in folder USB_ex4:
Image

AVR Studio after compile:
Image

What i'm doing wrong?

Post Reply