Gast
#371577
Habe ein Problem mit Make. Ich bekomme wenn ich make all aufrufe folgende Fehlermeldung -------- begin -------- avr-gcc (GCC) 3.4.6 Copyright (C) 2006 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: 1wire.c avr-gcc -c -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/1wire.lst -std=gnu99 -Wundef -MD -MP -MF .dep/1wire.o.d 1wire.c -o obj/1wire.o make.exe: *** No rule to make target `obj/main.o', needed by `1wire.elf'. Stop. Weiß nicht mehr was ich tun soll habe alle mein Wissen eingesetzt um alle Source files in Objektfiles zu compilieren.