Unable to build
Posted: 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.
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.