Re: aarch64-w64-mingw32 hosts: fatal error: sys/wait.h: No such file or directory
coshvji cujmlqef via Gcc-help <[email protected]> Tue, 17 Mar 2026 13:30:40 +0000
| Newsgroups | gmane.comp.gcc.help |
|---|---|
| Message-ID | <LV2P220MB08479BA2639A9BA7DD19EBA0FB41A@LV2P220MB0847.NAMP220.PROD.OUTLOOK.COM> |
2025-11-17 Evgeny Karpov <[email protected]> PR diagnostics/122666 * config/i386/x-mingw32 (LIBS): Add -lws2_32 * diagnostics/sarif-sink.cc: Move sockets includes to before config.h and support __MINGW32__. Hi Evgeny Karpov, I think it did not put the support for woa ________________________________ From: coshvji cujmlqef <[email protected]> Sent: Tuesday, March 17, 2026 20:35 To: [email protected] <[email protected]> Subject: aarch64-w64-mingw32 hosts: fatal error: sys/wait.h: No such file or directory make[1]: Entering directory '/home/sehihd/toolchains_build/toolchainbuildscripts/gcc/.artifacts/gcc/aarch64-w64-mingw32/aarch64-w64-mingw32/gcc/fixincludes' aarch64-w64-mingw32-gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/sehihd/toolchains_build/gcc/fixincludes -I../include -I/home/sehihd/toolchains_build/gcc/fixincludes/../include /home/sehihd/toolchains_build/gcc/fixincludes/fixincl.c /home/sehihd/toolchains_build/gcc/fixincludes/fixincl.c:29:10: fatal error: sys/wait.h: No such file or directory 29 | #include <sys/wait.h> | ^~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:76: fixincl.o] Error 1 make[1]: Leaving directory '/home/sehihd/toolchains_build/toolchainbuildscripts/gcc/.artifacts/gcc/aarch64-w64-mingw32/aarch64-w64-mingw32/gcc/fixincludes' make: *** [Makefile:4107: all-fixincludes] Error 2 gcc: make all-gcc failed {build:x86_64-linux-gnu, host:aarch64-w64-mingw32, target:aarch64-w64-mingw32}