Switch-Fightstick icon indicating copy to clipboard operation
Switch-Fightstick copied to clipboard

I can't compile in windows

Open eduardokenj opened this issue 4 years ago • 0 comments

I can't compile this project in WinAVR (llog attached below)

C:\Users\eduar\Desktop\Switch-Fightstick-master>make 0 [main] sh 9412 sync_with_child: child 12856(0x1D8) died before initialization with status code 0xC0000142 103 [main] sh 9412 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable 0 [main] sh 12036 sync_with_child: child 15084(0x1EC) died before initialization with status code 0xC0000142 113 [main] sh 12036 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable 0 [main] sh 12048 sync_with_child: child 15076(0x1E4) died before initialization with status code 0xC0000142 97 [main] sh 12048 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable [INFO] : Begin compilation of project "Joystick"...

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 "Joystick.c" avr-gcc -c -pipe -gdwarf-2 -g2 -mmcu=atmega32u4 -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_NONE -DF_USB=16000000UL -MMD -MP -MF obj/Joystick.d Joystick.c -o obj/Joystick.o Assembler messages: Fatal error: can't create obj/Joystick.o: No such file or directory make: *** [obj/Joystick.o] Error 3

eduardokenj avatar Sep 08 '20 00:09 eduardokenj