I am trying to upload the Drive sample program that came on the irobot create command module CD. I put the programs drive.c, makefile, and oi.h in a project and then clicked [WinAVR] Make All in the tools menu, in Programmers Notepad. I got the following error message
> "make.exe" program
Compiling: drive.c
avr-gcc -c -mmcu=atmega168 -I. -gdwarf-2 -DF_CPU=18432000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=drive.lst -std=gnu99 -MD -MP -MF .dep/drive.o.d drive.c -o drive.o
drive.c:262: fatal error: opening dependency file .dep/drive.o.d: No such file or directory
compilation terminated.
make.exe: *** [drive.o] Error 1
> Process Exit Code: 2
> Time Taken: 00:00
Any help is much apreciated. And if my explanation isn't sufficient please let me know. Thanks.