I'm getting a "recipe for target 'main.o' failed in Makefile in line 79 when I try to compile. I'm running Atmel Studio 7 with Windows 7. When I double-click on the error, it brings me to the second line in the code attached. I've tried putting the file in different locations like the default directory, the desktop, and another location on the C drive but I keep getting this error. It was working just fine and then all of a sudden I started getting this error. I don't think that I changed any settings but it's possible. Any help would be greatly appreciated. Thanks
./%.o: .././%.cpp @echo Building file: $< @echo Invoking: AVR8/GNU C Compiler : 4.9.2 $(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\avr8\avr8-gnu-toolchain\bin\avr-g++.exe$(QUOTE) -funsigned-char -funsigned-bitfields -DDEBUG -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.0.106\include" -O1 -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -mrelax -g2 -Wall -mmcu=atmega128 -B "C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\ATmega_DFP\1.0.106\gcc\dev\atmega128" -c -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<" @echo Finished building: $<