https://sourceware.org/bugzilla/show_bug.cgi?id=32250
Bug ID: 32250 Summary: ppc/hw_sem.c does not build for x86_64-w64-mingw32 host Product: binutils Version: 2.44 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: euloanty at live dot com Target Milestone: --- Windows has no sys/ipc.h and i use --enable-targets=all to build all targets for binutils. The don't work. /home/csrg/toolchains_build/binutils-gdb/sim/ppc/hw_sem.c:27:10: fatal error: sys/ipc.h: No such file or directory 27 | #include <sys/ipc.h> | ^~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:4250: ppc/hw_sem.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /home/csrg/toolchains_build/binutils-gdb/sim/ppc/hw_shm.c:27:10: fatal error: sys/ipc.h: No such file or directory 27 | #include <sys/ipc.h> | ^~~~~~~~~~~ compilation terminated. make[3]: *** [Makefile:4250: ppc/hw_shm.o] Error 1 -- You are receiving this mail because: You are on the CC list for the bug.