ok, ich bin weiter: der Mfile-generator hatte den Dateipfad geschnitten. ich habe jetzt das drin:
Code:
# List C source files here. (C dependencies are automatically generated.)
SRC = $(TARGET).c C:/Programme/WinAVR-20070525/programs/ErstesProgramm
aber jetzt bekomm ich das:
Code:
> "make.exe" all
-------- begin --------
avr-gcc (GCC) 4.1.2 (WinAVR 20070525)
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: ErstesProgramm.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=./ErstesProgramm.lst -std=gnu89 -Wundef -MMD -MP -MF .dep/ErstesProgramm.o.d ErstesProgramm.c -o ErstesProgramm.o
Linking: ErstesProgramm.elf
avr-gcc -mmcu=atmega8 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=ErstesProgramm.o -std=gnu89 -Wundef -MMD -MP -MF .dep/ErstesProgramm.elf.d ErstesProgramm.o C:/Programme/WinAVR-20070525/programs/ErstesProgramm --output ErstesProgramm.elf -Wl,-Map=ErstesProgramm.map,--cref -lm
c:\programme\winavr-20070525\bin\..\lib\gcc\avr\4.1.2\..\..\..\..\avr\bin\ld.exe: C:/Programme/WinAVR-20070525/programs/ErstesProgramm: No such file: Permission denied
make.exe: *** [ErstesProgramm.elf] Error 1
> Process Exit Code: 2
> Time Taken: 00:02
ich glaub ich muss da doch den Dateinamen nach dem Pfad einfügen
EDIT: NEIN, dann kommt wieder das von voher
Lesezeichen