Search Criteria
Package Details: arm-linux-gnueabihf-gcc 14.2.1.git+ab884fffe3f-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/arm-linux-gnueabihf-gcc.git (read-only, click to copy) |
---|---|
Package Base: | arm-linux-gnueabihf-gcc |
Description: | The GNU Compiler Collection |
Upstream URL: | https://gcc.gnu.org |
Licenses: | GPL, custom, LGPL, FDL |
Conflicts: | arm-linux-gnueabihf-gcc-stage1, arm-linux-gnueabihf-gcc-stage2 |
Provides: | arm-linux-gnueabihf-gcc-stage1, arm-linux-gnueabihf-gcc-stage2 |
Replaces: | arm-linux-gnueabihf-gcc-stage1, arm-linux-gnueabihf-gcc-stage2 |
Submitter: | tavianator |
Maintainer: | wgottwalt |
Last Packager: | wgottwalt |
Votes: | 81 |
Popularity: | 1.18 |
First Submitted: | 2015-09-14 15:41 (UTC) |
Last Updated: | 2024-12-05 18:03 (UTC) |
Dependencies (11)
- arm-linux-gnueabihf-binutilsAUR (arm-linux-gnueabihf-linaro-binAUR)
- arm-linux-gnueabihf-glibcAUR
- elfutils (elfutils-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- base-devel (make)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR) (make)
- libelf (elfutils-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (5)
- arm-linux-gnueabihf-armcl-neon (make)
- arm-linux-gnueabihf-glibc (requires arm-linux-gnueabihf-gcc-stage2) (make)
- arm-linux-gnueabihf-glibc-headers (requires arm-linux-gnueabihf-gcc-stage1) (make)
- arm-linux-gnueabihf-musl (make)
- hakchi-git (make)
Sources (10)
- 0001-gm2-add-missing-debug-output-guard.patch
- 0002-gm2-fix-bad-programming-practice-identifier-warning.patch
- 0003-gm2-fix-bad-programming-practice-warning.patch
- git+https://github.com/gcc-mirror/gcc.git#commit=ab884fffe3fc82a710bea66ad651720d71c938b8
- https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz
- https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz
- https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz.sig
- https://libisl.sourceforge.io/isl-0.26.tar.xz
- https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1.tar.xz
- https://www.mpfr.org/mpfr-4.2.1/mpfr-4.2.1.tar.xz.asc
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »
paranoidAndroid0 commented on 2023-12-20 17:31 (UTC)
I keep getting issues with PGP keys importing
:: PGP keys need importing: -> ABAF11C65A2970B130ABE3C479BE3E4300411886, required by: arm-linux-gnueabihf-linux-api-headers gpg: keyserver receive failed: No data -> problem importing keys
I can only install stage 1, stage 2 and this package have the issue.
tafiir commented on 2023-08-25 14:47 (UTC) (edited on 2023-08-25 14:47 (UTC) by tafiir)
Link to the MPFR archive does not stay constant with new releases, which means this package currently does not find MPFR 4.2.0. The solution is to use the perma links to the MPFR archives in the sources:
From:
https://www.mpfr.org/mpfr-current/mpfr-${_mpfrver}.tar.xz{,.asc}
To:
https://www.mpfr.org/mpfr-${_mpfrver}/mpfr-${_mpfrver}.tar.xz{,.asc}
rbrugo commented on 2022-12-17 00:21 (UTC)
Is there any way to get the
libstdc++.a
static library along with the shared one? I can't find a way to get itkillruana commented on 2022-05-03 18:01 (UTC) (edited on 2022-05-03 18:02 (UTC) by killruana)
Hi AUR user!
You tried to install this package and get some errors? me too :)
To summarize what it said below, you need to install
arm-linux-gnueabihf-gcc-stage1
, thenarm-linux-gnueabihf-gcc-stage2
and finallyarm-linux-gnueabihf-gcc
[1].You also need the edit the PKGBUILD of the thee package to add theses lines at the begin of the
build
functions [2]:E.G.:
1: https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc#comment-788911 2: https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc#comment-816423
xzz53 commented on 2021-10-08 21:01 (UTC) (edited on 2021-10-08 21:02 (UTC) by xzz53)
isl.gforge.inria.fr seems to be gone for good, so can't download
isl-0.24.tar.xz
needed for this recipe. It's now available via [1]. More details: [2].[1] https://libisl.sourceforge.io/isl-0.24.tar.xz
[2] https://groups.google.com/g/isl-development/c/JGaMo2VUu_8
aguegu commented on 2021-07-08 11:08 (UTC)
if building failed, try to add these two lines to PKGBUILD.
CFLAGS="${CFLAGS/ -Werror=format-security/}" CXXFLAGS="${CXXFLAGS/ -Werror=format-security/}"
https://aur.archlinux.org/packages/arm-linux-gnueabihf-gcc-stage1/#comment-811696
felipebalbi commented on 2021-06-30 09:21 (UTC) (edited on 2021-06-30 09:30 (UTC) by felipebalbi)
Getting unknown key when trying to install stage1.
UPDATE: manually importing the key worked fine
smallAndSimple commented on 2021-06-05 11:52 (UTC) (edited on 2021-06-05 11:55 (UTC) by smallAndSimple)
Every single time an update comes out for this package, I need to install stage-1 -> stage-2 -> this. Is it possible to update directly without having to reinstall stage-1 and stage-2 every single time?
Edit: the problem is arm-linux-gnueabihf-glibc, which requires a newer gcc, but the newer gcc requires the newer glibc. Only way to break the cycle is to install the new stage-2, which requires the new stage-1.
mtudan commented on 2021-03-17 09:35 (UTC)
Got the following error with
paru
:JanSurft commented on 2021-03-05 13:55 (UTC) (edited on 2021-03-05 13:55 (UTC) by JanSurft)
Is there a straight forward way to also provide the
libstdc++.a
static library together with the shared?I can only see the
*.so
files of libstdc++ and I would need the static one for some cross compilation issues.@smallAndSimple: it worked perfectly the way you described it
« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »