Hi. I bought a Brain Machine at Austin Maker Faire. I've set up my MiniPOV, and it tested out OK. I've followed the tutorials, and downloaded Avrdude, WinAVR, and the MiniPOV3 code, following the instructions in the Brain Machine manual. I've gotten to the following steps, and here is the error message I get:
C:\slm>make mypov.hex
ECHO is off.
Compiling: mypov.c
avr-gcc -c -I. -g -Os -funsigned-char -funsigned-bitfields -f
pack-struct -fshort-enums -Wall -Wstrict-prototypes -DF_CPU=8000000 -Wa,-ad
hlns=mypov.lst -mmcu=attiny2313 -std=gnu99 mypov.c -o mypov.o
process_begin: CreateProcess(NULL, avr-gcc -c -I. -g -Os -funsigned-char -funsig
ned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -DF_CPU=8000
000 -Wa,-adhlns=mypov.lst -mmcu=attiny2313 -std=gnu99 mypov.c -o mypov.o, ...) f
ailed.
make (e=2): The system cannot find the file specified.
make: *** [mypov.o] Error 2
C:\slm>
I'm using Windows XP. Can anyone help me figure out what's wrong? Thanks.


