Forum: Compiler & IDEs Fehler beim Compilieren - XPLAINBridge


von Rudi Ratlos (Gast)


Lesenswert?

Hallo wollte soeben auf mein Xplain Board nach dieser Anleitung
http://fourwalledcubicle.com/blog/archives/508
das neue Programm für den AT90USB1287 draufschieben.

Leider komm ich nicht über den Punkt 3 hinaus.

habe das AVR Studio, Win AVR, Flip installiert und wenn ich jetzt in der 
Konsole MAKE ALL eingebe erscheint folgender Fehler
1
C:\xPlain\trunk\Projects\XPLAINBridge>make all
2
      0 [main] sh 3296 sync_with_child: child 2952(0x114) died before initializa
3
tion with status code 0x0
4
   3254 [main] sh 3296 sync_with_child: *** child state waiting for longjmp
5
/usr/bin/sh: fork: Resource temporarily unavailable
6
      0 [main] sh 2136 sync_with_child: child 3764(0x114) died before initializa
7
tion with status code 0x0
8
   2965 [main] sh 2136 sync_with_child: *** child state waiting for longjmp
9
/usr/bin/sh: fork: Resource temporarily unavailable
10
11
-------- begin --------
12
avr-gcc (WinAVR 20100110) 4.3.3
13
Copyright (C) 2008 Free Software Foundation, Inc.
14
This is free software; see the source for copying conditions.  There is NO
15
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
17
      0 [main] sh 3952 sync_with_child: child 3736(0x11C) died before initializa
18
tion with status code 0x0
19
   2976 [main] sh 3952 sync_with_child: *** child state waiting for longjmp
20
/usr/bin/sh: fork: Resource temporarily unavailable
21
      0 [main] sh 3016 sync_with_child: child 3180(0x11C) died before initializa
22
tion with status code 0x0
23
   3107 [main] sh 3016 sync_with_child: *** child state waiting for longjmp
24
/usr/bin/sh: fork: Resource temporarily unavailable
25
26
Compiling C: XPLAINBridge.c
27
avr-gcc -c -mmcu=at90usb1287 -I. -gdwarf-2 -DF_CPU=8000000UL -DF_CLOCK=8000000UL
28
 -DBOARD=BOARD_XPLAIN -D USB_DEVICE_ONLY -D FIXED_CONTROL_ENDPOINT_SIZE=8 -D FIX
29
ED_NUM_CONFIGURATIONS=1 -D USE_FLASH_DESCRIPTORS -D USE_STATIC_OPTIONS="(USB_DEV
30
ICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" -DAUX_LINE_PORT=POR
31
TB -DAUX_LINE_PIN=PINB -DAUX_LINE_DDR=DDRB -DAUX_LINE_MASK="(1 << 4)" -DVTARGET_
32
ADC_CHANNEL=2 -Os -funsigned-char -funsigned-bitfields -ffunction-sections -fno-
33
inline-small-functions -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wu
34
ndef -Wa,-adhlns=./XPLAINBridge.lst -I../..// -I../AVRISP-MKII// -std=gnu99 -Wun
35
def -MMD -MP -MF .dep/XPLAINBridge.o.d XPLAINBridge.c -o XPLAINBridge.o
36
XPLAINBridge.c:233: fatal error: opening dependency file .dep/XPLAINBridge.o.d:
37
No such file or directory
38
compilation terminated.
39
make: *** [XPLAINBridge.o] Error 1

Kann mir einer sagen was ich falsch mache???

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.