We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have bootstrapped these two packages: arm-none-eabi-{gcc,newlib}
First, we can build arm-none-eabi-gcc with the arm-none-eabi-newlib package from x86_64 Arch Linux, because arm-none-eabi-newlib is an any package.
any
Second, we can then build arm-none-eabi-newlib with the built arm-none-eabi-gcc.
Finally, we can then finish bootstrapping arm-none-eabi-gcc by building against our own arm-none-eabi-newlib package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I have bootstrapped these two packages: arm-none-eabi-{gcc,newlib}
First, we can build arm-none-eabi-gcc with the arm-none-eabi-newlib package from x86_64 Arch Linux,
because arm-none-eabi-newlib is an
any
package.Second, we can then build arm-none-eabi-newlib with the built arm-none-eabi-gcc.
Finally, we can then finish bootstrapping arm-none-eabi-gcc by building against our own arm-none-eabi-newlib package.
The text was updated successfully, but these errors were encountered: