https://sourceware.org/bugzilla/show_bug.cgi?id=27064
Bug ID: 27064 Summary: binutils windres 2.35 "can't detect target endianness and architecture" Product: binutils Version: 2.35 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: progman3k at gmail dot com Target Milestone: --- Expectation: The command windres --target=pe-i386 -I/opt/youwin/include -i resource.rc -o resource.res should output a binary .res file. This is true on linux, osx, cygwin, mingw. But when windres is built on Solaris 11.4 it gives the following output windres: Can't detect target endianness and architecture. To build windres, I did the following cd binutils-2.35 CC=gcc ./configure gmake cd binutils/ gmake windres -- You are receiving this mail because: You are on the CC list for the bug.