USBaspLoader icon indicating copy to clipboard operation
USBaspLoader copied to clipboard

WinAVR make failure, New Install

Open PeterHouseJr opened this issue 5 months ago • 17 comments

Experienced first time user if and brand new install of WinAVR-20100110 on Latest Win11. Have written assembler and c for several decades and still learning - tired of UI issues with MPLABX and yearning for an IDE-less existence again!

I seem to be able to run the compiler manually but get this message when running "make all" using a Makefile generated by mFile.

PS C:\Users\Peter\Desktop\WA-UnivTSB24A> make all 0 [main] sh 9088 sync_with_child: child 5772(0x224) died before initialization with status code 0xC0000142 39 [main] sh 9088 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable 0 [main] sh 34660 sync_with_child: child 31028(0x228) died before initialization with status code 0xC0000142 39 [main] sh 34660 sync_with_child: *** child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable

-------- begin -------- 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.

make: *** No rule to make target main.elf', needed by elf'. Stop. PS C:\Users\Peter\Desktop\WA-UnivTSB24A>

PeterHouseJr avatar Sep 13 '24 18:09 PeterHouseJr