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
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
Please always follow these steps:
Confirmed this is a problem with brew installing one, specific Homebrew/homebrew-core formula (not cask or tap) and not every time you run brew? If it's a general brew problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's a brew cask problem please file this issue at https://github.com/Homebrew/caskroom/homebrew-cask/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.
Ran brew update and retried your prior step?
[ x Ran brew doctor, fixed all issues and retried your prior step?
Ran brew gist-logs <formula> (where <formula> is the name of the formula that failed) and included the output link?
If brew gist-logs didn't work: ran brew config and brew doctor and included their output with your issue?
I believe this package should include the gld (GNU ld) program, but it does not. I have verified it does not exist in the cellar.
The text was updated successfully, but these errors were encountered:
Does it not build at all on darwin, or does it not target darwin?
In my use case I would like to just generate a normal ELF just as if I were on linux.
You can build binutils as cross-tools, hosted on macOS and targeting ELF/Linux. But this is not what this formula does (and we do not include a Linux cross-binutils in Homebrew currently).
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
Please always follow these steps:
brew install
ing one, specific Homebrew/homebrew-core formula (not cask or tap) and not every time you runbrew
? If it's a generalbrew
problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/caskroom/homebrew-cask/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?I believe this package should include the
gld
(GNUld
) program, but it does not. I have verified it does not exist in the cellar.The text was updated successfully, but these errors were encountered: