Co jest przyczyną tego błędu i co mam zrobić?> "make.exe" all
-------- begin --------
avr-gcc (WinAVR 20081205) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiling C: test.c
avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=./test.lst -std=gnu99 -MMD -MP -MF .dep/test.o.d test.c -o test.o
test.c:7:1: warning: "F_CPU" redefined
<command-line>: warning: this is the location of the previous definition
test.c:67: fatal error: opening dependency file .dep/test.o.d: No such file or directory
compilation terminated.
make.exe: *** [test.o] Error 1
> Process Exit Code: 2
> Time Taken: 00:00
Problem z kompilacją w WinAVR
Problem z kompilacją w WinAVR
Podczas kompilacji programu w WinAVR pojawia się komunikat: