Search Criteria
Package Details: arm-linux-gnueabi-binutils 2.46.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/arm-linux-gnueabi-binutils.git (read-only, click to copy) |
|---|---|
| Package Base: | arm-linux-gnueabi-binutils |
| Description: | A set of programs to assemble and manipulate binary and object files for the ARM GNU EABI little-endian target |
| Upstream URL: | https://www.gnu.org/software/binutils/ |
| Licenses: | GPL |
| Submitter: | Megver83 |
| Maintainer: | bschnei |
| Last Packager: | bschnei |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-05-05 22:58 (UTC) |
| Last Updated: | 2026-03-21 03:19 (UTC) |
Dependencies (1)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Latest Comments
jnbrains commented on 2025-03-10 10:47 (UTC) (edited on 2025-12-01 09:19 (UTC) by jnbrains)
Version 2.45 didn't build/compile for me using
clang:Didn't have the time to troubleshoot further, but... using GCC works fine.
So, if anyone else is using clang as a default compiler, it might bump into this issue. Setting it to use GCC worked. Quick fix (
PKGBUILD):makedepends=(gcc)export CC=gccandexport CXX=g++near the beginning ofbuild()van0014 commented on 2021-02-16 05:31 (UTC) (edited on 2021-02-16 05:31 (UTC) by van0014)
To get it working, add the key http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/
The below commands are dangerous. Make sure the key is trusted before adding "gpg --recv-key 13FCEF89DD9E3C4F" "gpg --lsign 13FCEF89DD9E3C4F"
zero_note commented on 2018-06-08 14:55 (UTC) (edited on 2018-06-08 14:55 (UTC) by zero_note)
Try with:
gpg --recv-keys 13FCEF89DD9E3C4F
luben93 commented on 2018-06-08 11:17 (UTC)
hello
i get: => Verifying source file signatures with gpg... binutils-2.30.tar.bz2 ... FAILED (unknown public key 13FCEF89DD9E3C4F) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build arm-linux-gnueabi-binutils.
i have tried: pacman-key --recv-keys 13FCEF89DD9E3C4F pacman-key --lsign-keys 13FCEF89DD9E3C4F
but i still get unknown public key