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
A recent change in macOS's POSIX headers breaks fdopen used by zlib in binutils. The proper fix is to update zlib to 1.3.1 or newer. For the homebrew build of this repo, I have a hack that comments out the macOS specific macros because the default case seems to work (riscv-software-src/homebrew-riscv@8288bc1). I'm posting this issue in case any macOS users run into this issue.