jetzt hab ich das problem das ich mir die lib v23 erneut heruntergeladen habe (da ich sie vorher gelöscht hatte)
ich hab im ordner examples/first try die test.c-datei durch mein eigenes programm (Namme: test.c) ersetzt sowie die asuro.c und asuro.h aus der lib dazu kopiert.
wenn ich allerdings mein programm kompilieren möchte kommt folgende nachricht:
> "make.exe" all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
avr-gcc.exe: CreateProcess: No such file or directory
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
[ -s test.d ] || rm -f test.d
avr-gcc.exe: CreateProcess: No such file or directory
-------- begin --------
avr-gcc --version
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.
avr-gcc -c -mmcu=atmega8 -I. -g -Os -I../../lib/inc -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
avr-gcc: CreateProcess: No such file or directory
make.exe: *** [test.o] Error 1
> Process Exit Code: 2
> Time Taken: 00:00
vielleicht könnt ihr (radbruch,Torrentula) oder andere mir nochmals helfen.
Vielen Dank für weitere Antworten.
Lesezeichen