Gast
#2016792
hallo! ich weiß nicht ob ich ihr richtig bin. meine frage,wo liegt der Fehler beim compilieren. > "make.exe" all set -e; avr-gcc -MM -mmcu=atmega32 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=main.lst -std=gnu99 -DCPU_CLK=8000000 -DRS232_TX -DUART_TX_BUFFER_SIZE=256 main.c \ | sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > main.d; \ [ -s main.d ] || rm -f main.d main.c:30:38: error: ../../AVR/Common/common.h: No such file or directory main.c:31:36: error: ../../AVRCommon/Serial.h: No such file or directory -------- begin -------- avr-gcc (WinAVR 20100110) 4.3.3 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. make.exe: *** No rule to make target `main.hex', needed by `all'. Stop. > Process Exit Code: 2 > Time Taken: 00:00 gruß thomas