Andreas Höschler <ahoe...@smartsoft.de> wrote: > Do I need libusb?
Yes, you do, and it must be "in sight" when you run the configure script for AVRDUDE, i.e., you might have to source something like the following script before running configure: LIBUSB=/usr/local export CPPFLAGS="-I${LIBUSB}/include" export LDFLAGS="-L${LIBUSB}/lib" (CPPFLAGS is the conventional name for the C preprocessing flags, it's *not* for the C++ compiler -- that would be CXXFLAGS.) Make sure the test program that ships as part of the libusb source can detect (at least) your ISP programming device. Once that is done, using AVRDUDE is as simple as avrdude -c avrisp2 -P usb -p atmega328p -U yourimagefile.hex Of course, this could as well be placed into a Makefile if you want. Sorry, I can't help you with Virtualbox and Windows. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list