Search Criteria
Package Details: i686-elf-binutils 2.45-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/i686-elf-binutils.git (read-only, click to copy) |
|---|---|
| Package Base: | i686-elf-binutils |
| Description: | A set of programs to assemble and manipulate binary and object files for the i686-elf target |
| Upstream URL: | https://www.gnu.org/software/binutils/ |
| Keywords: | binutils compiler cross elf i686 |
| Licenses: | GPL |
| Submitter: | andrewchen |
| Maintainer: | andreas_baumann |
| Last Packager: | andreas_baumann |
| Votes: | 10 |
| Popularity: | 0.000027 |
| First Submitted: | 2014-12-02 22:57 (UTC) |
| Last Updated: | 2026-05-15 19:59 (UTC) |
Dependencies (2)
- libelf (elfutils-gitAUR, elfutils-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Latest Comments
arslaanpathan commented on 2026-02-14 01:20 (UTC)
I just tested this package on aarch64/arm64 (Apple M2, Asahi Arch Linux ARM) by modifying the PKGBUILD. It works perfectly for cross-compiling bare-metal OS dev projects in conjunction with i686-elf-gcc.
I'd suggest adding aarch64 to the supported architectures list in the PKGBUILD so that other users don't have to modify it themselves.
Suggested change:
arch=('x86_64')
-> arch=('x86_64' 'aarch64')
marcthe12 commented on 2017-09-19 03:21 (UTC)