-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm-none-eabi-binutils 2.41 arm-none-eabi-gcc 13.2.0 arm-none-eabi-gdb 13.2 (new formulae) #138370
Conversation
GNU binutils for the 32-bit ARM baremetal toolchain.
Added GCC for the 32-bit ARM baremetal toolchain.
Added GDB for the 32-bit ARM baremetal toolchain (arm-none-eabi).
Thanks @glingy for your contribution to Homebrew! I'm adding checks so that the versions of binutils, gcc and gdb in those new formulas stay in sync with other targets. |
I didn't know that version check file existed, thanks! |
Thanks for contributing to Homebrew! 🎉 It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request. |
@chenrui333 Is there a way to manually re-run the failing test? It doesn't seem to have a good failure reason except something got stuck and the build froze? |
I've triggered a rerun. |
Thanks @glingy! |
Hi, what is the point of this? It does not include newlib nor have multilib enabled. It also conflicts with the |
We would be glad to consider improvements to the formula, to make a more complete toolchain. |
Add arm-none-eabi-binutils (2.41), arm-none-eabi-gcc (13.2.0), and arm-none-eabi-gdb (13.2).
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?