compile vusb example

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

compile vusb example

Post by johako » Thu Aug 18, 2011 5:24 pm

Hi,

i try to compile the commandline tool for the vusb custom-class example. Compiling and flashing of the firmware worked without problems. When compiling the commandline tool the following errors occur:

Image

I tried it in a way found in this forum:

1- install winavr
2- install mingw
3- install msys
4- download libusb-win32
5- copy libusb.a from libusb-win32\lib\gcc directory to MinGW\lib
6- run msys and go to the commandline directory
7- make -f MakeFile.windows

http://forums.obdev.at/viewtopic.php?f=8&t=4749&p=15603&hilit=compile#p15603

Can someone help me to fix this problem?

MfG
johako

Post Reply