в зависимости от того чем (winavr или с коммандной строки atmelstudio) собирал получил такие ошибки:
cmd atmelstudio:
Спойлер
D:\Documents\Electronic WORK\lufa-master\Projects\AVRISP-MKII>make all0 [main] sh 6616 sync_with_child: child 1208(0x218) died before initialization with status code 0xC0000142
236 [main] sh 6616 sync_with_child: *** child state waiting for longjmp
/bin/sh: fork: Resource temporarily unavailable
0 [main] sh 11388 sync_with_child: child 1152(0x20C) died before initialization with status code 0xC0000142
226 [main] sh 11388 sync_with_child: *** child state waiting for longjmp
/bin/sh: fork: Resource temporarily unavailable
0 [main] sh 5828 sync_with_child: child 9308(0x210) died before initialization with status code 0xC0000142
216 [main] sh 5828 sync_with_child: *** child state waiting for longjmp
/bin/sh: fork: Resource temporarily unavailable
[INFO] : Begin compilation of project "AVRISP-MKII"...
avr-gcc (AVR_8_bit_GNU_Toolchain_3.6.1_1750) 5.4.0
Copyright (C) 2015 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 "AVRISP-MKII.c"
avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=at90usb162 -fshort-enums -fno-inline-small-functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections -I. -DARCH=ARCH_AVR8 -DF_CPU=16000000UL -mrelax -fno-jump-tables -x c -Os -std=gnu99 -Wstrict-prototypes -DUSE_LUFA_CONFIG_HEADER -IConfig/ -I. -I../../LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BOARD_USBTINYMKII -DF_USB=16000000UL -MMD -MP -MF obj/AVRISP-MKII.d AVRISP-MKII.c -o obj/AVRISP-MKII.o
Assembler messages:
Fatal error: can't create obj/AVRISP-MKII.o: No such file or directory
AVRISP-MKII.c:46:4: warning: #warning Board specific drivers have been selected; make sure the board LED driver does not conflict with the programmer ISP/PDI/TPI interfaces. [-Wcpp]
#warning Board specific drivers have been selected; make sure the board LED driver does not conflict with the programmer ISP/PDI/TPI interfaces.
^
AVRISP-MKII.c:163:1: fatal error: error writing to -: Invalid argument
}
^
compilation terminated.
../../LUFA/Build/DMBS/DMBS/gcc.mk:216: recipe for target 'obj/AVRISP-MKII.o' failed
make: *** [obj/AVRISP-MKII.o] Error 1
Спойлер
D:\Documents\Electronic WORK\lufa-master\Projects\AVRISP-MKII>make all0 [main] sh 4316 sync_with_child: child 11460(0x208) died before initialization with status code 0xC0000142
121 [main] sh 4316 sync_with_child: *** child state waiting for longjmp
/bin/sh: fork: Resource temporarily unavailable
0 [main] sh 6384 sync_with_child: child 1128(0x214) died before initialization with status code 0xC0000142
138 [main] sh 6384 sync_with_child: *** child state waiting for longjmp
/bin/sh: fork: Resource temporarily unavailable
0 [main] sh 1172 sync_with_child: child 11528(0x214) died before initialization with status code 0xC0000142
217 [main] sh 1172 sync_with_child: *** child state waiting for longjmp
/bin/sh: fork: Resource temporarily unavailable
[INFO] : Begin compilation of project "AVRISP-MKII"...
avr-gcc (WinAVR 20100110) 4.3.3
Copyright (C) 2008 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 "AVRISP-MKII.c"
avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=at90usb162 -fshort-enums -fno-inline-small-functions -fpack-struct -Wall -fno-strict-aliasing -funsigned-char -funsigned-bitfields -ffunction-sections -I. -DARCH=ARCH_AVR8 -DF_CPU=16000000UL -mrelax -fno-jump-tables -x c -Os -std=gnu99 -Wstrict-prototypes -DUSE_LUFA_CONFIG_HEADER -IConfig/ -I. -I../../LUFA/.. -DARCH=ARCH_AVR8 -DBOARD=BOARD_USBTINYMKII -DF_USB=16000000UL -MMD -MP -MF obj/AVRISP-MKII.d AVRISP-MKII.c -o obj/AVRISP-MKII.o
Assembler messages:
Fatal error: can't create obj/AVRISP-MKII.o: No such file or directory
AVRISP-MKII.c:46:4: warning: #warning Board specific drivers have been selected; make sure the board LED driver does not conflict with the programmer ISP/PDI/TPI interfaces.
Это на Win10Pro x64 1709 (с последним обновлением falls creator update)
Попробовал собрать собрать winavr'ом на виртуальной машине с Win7Pro x32 SP1 и все чудесным образом собралось без проблем.
Какой из этого вывод? А хрен его знает, но с 10й явно что-то не то.


