Unable to build

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
pmahesha
Posts: 1
Joined: Sun Jul 16, 2017 3:33 am

Unable to build

Post by pmahesha » Sun Jul 16, 2017 3:38 am

I downloaded latest software for V-USB from https://www.obdev.at/products/vusb/download.html. But I get following error message towards the end:
rm -f main.hex main.eep.hex
process_begin: CreateProcess(NULL, rm -f main.hex main.eep.hex, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [main.hex] Error 2

I am not familer with makefile. So would like to know the possible reason.
I need .hex file for ATMEGA8A and not ATMEGA8. So thought of looking at the changes that may be necessary.

Post Reply