You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the same thing. What's missing here is --disable-werror in the configure flags for binutils. With this, building binutils on macOS works fine.
The reason for this is that Clang has much more warnings than GCC, and binutils by default turns them into errors.
I'm trying to build adtools on macOS Mojave, and this warning causes the compilation to fail:
The compiler is: Apple LLVM version 10.0.0 (clang-1000.10.44.4)
The text was updated successfully, but these errors were encountered: