I am getting an error like this:
- Code: Select all
> "make.exe" all
avr-gcc -Os -g -Wall -I. -I../usbtiny -mmcu=attiny2313 -c ../usbtiny/crc.S
avr-gcc -Os -g -Wall -I. -I../usbtiny -mmcu=attiny2313 -c ../usbtiny/int.S
avr-gcc -Os -g -Wall -I. -I../usbtiny -mmcu=attiny2313 -c ../usbtiny/usb.c
avr-gcc -Os -g -Wall -I. -I../usbtiny -mmcu=attiny2313 -c -o main.o main.c
avr-gcc -g -mmcu=attiny2313 -o main.elf crc.o int.o usb.o main.o
process_begin: CreateProcess(NULL, python ../usbtiny/../util/check.py main.elf 32 2048 128, ...) failed.
make (e=2): The system cannot find the file specified.
make.exe: *** [main.hex] Error 2
> Process Exit Code: 2
> Time Taken: 00:00
Can someone help me? I want to compile the code for a 90S2313 because I don't have any atiny2313.

