Lexis
05.12.2007, 08:03
Hallo,
bekomme folgenden Fehlerbericht bei "Programmers Notepad 2"-"Test.c" ist geöffnet - tools-make und dann Fehlerbericht:
D:\Asuro\Bsp.programme\FirstTry>make all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -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
AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x3C0000, State 0x10000
D:\Asuro\WinAVR\utils\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 487
make: *** [test.d] Error 1
> Process Exit Code: 2
Was bedeutet in der Anleitung "test.c (und Asuro.c)"? Wo kommt das Asuro.c her, muss ich das extra laden, wenn ja, wie oder hat man die Wahl zwichen test.c und asuro.c?
Entweder die Anleitung ist nicht sehr aufschlussreich oder ich bin nicht gerade geschickt. Vielen Dank für evtl. Tipp.
bekomme folgenden Fehlerbericht bei "Programmers Notepad 2"-"Test.c" ist geöffnet - tools-make und dann Fehlerbericht:
D:\Asuro\Bsp.programme\FirstTry>make all
set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -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
AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x3C0000, State 0x10000
D:\Asuro\WinAVR\utils\bin\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 487
make: *** [test.d] Error 1
> Process Exit Code: 2
Was bedeutet in der Anleitung "test.c (und Asuro.c)"? Wo kommt das Asuro.c her, muss ich das extra laden, wenn ja, wie oder hat man die Wahl zwichen test.c und asuro.c?
Entweder die Anleitung ist nicht sehr aufschlussreich oder ich bin nicht gerade geschickt. Vielen Dank für evtl. Tipp.