Witam Kolegów
Mam taki komunikat w MkCLIPSE
"C:\Program Files (x86)\Atmel\AVR Tools\AVR Toolchain\bin\avr-gcc" -Wall -Os -Wstrict-aliasing=1 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=11059200UL -MMD -MP -MF"Release/main.d" -MT"Release/main.o" -c -o "Release/main.o" "main.c""
main.c:22:48: fatal error: max7219.h: No such file or directory
#include "max7219.h"
^
compilation terminated.
"C:\Program Files (x86)\Atmel\AVR Tools\AVR Toolchain\bin\avr-gcc" -Wall -Os -Wstrict-aliasing=1 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -mmcu=atmega32 -DF_CPU=11059200UL -MMD -MP -MF"Release/mk_build.d" -MT"Release/mk_build.o" -c -o "Release/mk_build.o" "mk_build.c""
mk_build.c:18:26: fatal error: max7219.h: No such file or directory
#include "max7219.h"
^
compilation terminated.
----------------
FATAL ERROR --> main.c --> Line: 22
Nie widzi pliku ,ale plik jest więc nie wiem o co chodzi może ktoś mi pomóc
Z góry dziękuję