Gast
#366648
Hallo zusammen Nach langer zeit wollte ich mal wieder etwas Programmieren. zuerst hab ich mir den neuen WinAVR installiert, und meine C Files geschrieben. Nun hab ich allerdins das Problem, daß wenn ich aller kompilieren will er nur aus dem ersten File im makefile ein Object macht und mehr nicht. Ich verwende das Standardmakefile. Die Ausgabe sieht so aus: -------- 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: PWM.c avr-gcc -c -mmcu=atmega16 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wundef -Wa,-adhlns=obj/PWM.lst -std=gnu99 -Wundef -MD -MP -MF .dep/PWM.o.d PWM.c -o obj/PWM.o Kann mir jemand hier helfen? MfG Stephan