Gast
#1908919
Hallo,
habe gerade ein Projekt von einem Freund bekommen, welches bei ihm
einwandfrei kompiliert, bei mir jedoch nicht. Nach öffnen der .aps Datei
klicke ich direkt auf "Build Active Configuration (F7)" oder auf
"Rebuild all" aber es kommt nur immer wieder die Ausgabe unten. Daher
nichtmal irgendwo eine Zeilennummer ist, wo der Fehler zu suchen ist,
wäre ich echt dankbar für ein paar Tipps. Ich verwende "AVR Studio 4"
Version 4.18 Build 684. Vielleicht fehlt irgendwo eine Abhängigkeit oder
so? (Ich weiß das das Programm an sich fehlerfrei läuft mit 0 errors und
0 warnings, es kann also fast nur an Einstellungen oder IDE liegen. Aber
da nützt mir die Ausgabe unten nicht viel. Zumindest kann ich nicht
wirklich was damit anfangen...)
Danke im voraus für jede Antwort!
Build started 23.10.2010 at 17:28:20
0 [main] sh 4076 sync_with_child: child 2744(0x11C) died before
initialization with status code 0x0
63126 [main] sh 4076 sync_with_child: *** child state waiting for
longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load"
--change-section-lma .eeprom=0 --no-change-warnings -O ihex Program.elf
Program.eep || exit 0
0 [main] sh 1304 sync_with_child: child 4060(0x114) died before
initialization with status code 0x0
66582 [main] sh 1304 sync_with_child: *** child state waiting for
longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
make: [Program.eep] Error 128 (ignored)
avr-objdump -h -S Program.elf > Program.lss
0 [main] sh 3792 sync_with_child: child 3664(0x114) died before
initialization with status code 0x0
73735 [main] sh 3792 sync_with_child: *** child state waiting for
longjmp
/usr/bin/sh: fork: Resource temporarily unavailable
make: *** [Program.lss] Error 128
Build failed with 1 errors and 0 warnings...