------ Build started: Project: GccBoardProject1, Configuration: Debug AVR ------ Build started. Project "GccBoardProject1.cproj" (default targets): Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!=''). Target "CoreBuild" in file "C:\Program Files (x86)\Atmel\Atmel Studio 6.2\Vs\Compiler.targets" from project "C:\lufa-LUFA-140928\Demos\Device\LowLevel\Keyboard\GccBoardProject1\GccBoardProject1\GccBoardProject1.cproj" (target "Build" depends on it): Using "RunCompilerTask" task from assembly "C:\Program Files (x86)\Atmel\Atmel Studio 6.2\Extensions\Application\AvrGCC.dll". Task "RunCompilerTask" Shell Utils Path C:\Program Files (x86)\Atmel\Atmel Studio 6.2\shellUtils C:\Program Files (x86)\Atmel\Atmel Studio 6.2\shellUtils\make.exe -C "C:\lufa-LUFA-140928\Demos\Device\LowLevel\Keyboard" -f "makefile" all 0 [main] sh 1208 sync_with_child: child 852(0x20) died before initialization with status code 0xC0000142 21 [main] sh 1208 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable 0 [main] sh 3824 sync_with_child: child 4112(0x158) died before initialization with status code 0xC0000142 21 [main] sh 3824 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable make: Entering directory `C:/lufa-LUFA-140928/Demos/Device/LowLevel/Keyboard' [INFO] : Begin compilation of project "Keyboard"... avr-gcc (AVR_8_bit_GNU_Toolchain_3.4.5_1522) 4.8.1 Copyright (C) 2013 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. [GCC] : Compiling C file "Keyboard.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=at90usb1287 -fshort-enums -fno-inline-small-functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections -I. -I../../../../LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BOARD_USBKEY -DF_USB=8000000UL -DF_CPU=8000000UL -mrelax -fno-jump-tables -x c -Os -std=gnu99 -Wstrict-prototypes -DUSE_LUFA_CONFIG_HEADER -IConfig/ -MMD -MP -MF Keyboard.d Keyboard.c -o Keyboard.o [GCC] : Compiling C file "Descriptors.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=at90usb1287 -fshort-enums -fno-inline-small-functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections -I. -I../../../../LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BOARD_USBKEY -DF_USB=8000000UL -DF_CPU=8000000UL -mrelax -fno-jump-tables -x c -Os -std=gnu99 -Wstrict-prototypes -DUSE_LUFA_CONFIG_HEADER -IConfig/ -MMD -MP -MF Descriptors.d Descriptors.c -o Descriptors.o [LNK] : Linking object files into "Keyboard.elf" avr-gcc Keyboard.o Descriptors.o ../../../../LUFA/Drivers/USB/Class/Common/HIDParser.o ../../../../LUFA/Drivers/USB/Core/AVR8/Device_AVR8.o ../../../../LUFA/Drivers/USB/Core/AVR8/EndpointStream_AVR8.o ../../../../LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.o ../../../../LUFA/Drivers/USB/Core/AVR8/Host_AVR8.o ../../../../LUFA/Drivers/USB/Core/AVR8/PipeStream_AVR8.o ../../../../LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.o ../../../../LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.o ../../../../LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.o ../../../../LUFA/Drivers/USB/Core/ConfigDescriptors.o ../../../../LUFA/Drivers/USB/Core/DeviceStandardReq.o ../../../../LUFA/Drivers/USB/Core/Events.o ../../../../LUFA/Drivers/USB/Core/HostStandardReq.o ../../../../LUFA/Drivers/USB/Core/USBTask.o -o Keyboard.elf -lm -Wl,-Map=Keyboard.map,--cref -Wl,--gc-sections -Wl,--relax -mmcu=at90usb1287 [OBJCPY] : Extracting HEX file data from "Keyboard.elf" avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature Keyboard.elf Keyboard.hex [OBJCPY] : Extracting EEP file data from "Keyboard.elf" avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings Keyboard.elf Keyboard.eep || exit 0 0 [main] sh 2392 sync_with_child: child 3316(0x140) died before initialization with status code 0xC0000142 22 [main] sh 2392 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable make: *** [Keyboard.eep] Error 128 make: Leaving directory `C:/lufa-LUFA-140928/Demos/Device/LowLevel/Keyboard' Done executing task "RunCompilerTask" -- FAILED. Done building target "CoreBuild" in project "GccBoardProject1.cproj" -- FAILED. Done building project "GccBoardProject1.cproj" -- FAILED. Build FAILED.