Hi Marvin,
Danke für den Hinweis. Ich habe das jetzt alles so gemacht, wie auf madwizzard beschrieben, aber ich erhalte immernoch diese Fehlermeldungen
Code:
> "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=../../lib/asuro.lst ../../lib/asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
0 [main] sh 4264 sync_with_child: child 3356(0x150) died before initialization with status code 0x0
23170 [main] sh 4264 sync_with_child: *** child state waiting for longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
make.exe: *** [asuro.d] Error 128
> Process Exit Code: 2
Lesezeichen