I'm taking a programming class, and we're using an AVR Butterfly board along with AVR Studio 4 and WinAVR. The install went fine, but every time I go to build a program (Blinky.c from our textbook), I get the following error message:
"Blinky.c:28: fatal error: opening dependency file .dep/Blinky.o.d: No such file or directory"
My professor suggested making sure the installation went to the default directories, but other than that offered no other solutions. I'm suspecting that because Vista x64 uses a "Program Files (x86)" folder for 32-bit applications, the directories are getting messed up.
Does anyone know a solution/the true cause behind this error?
Thank you,
Marc