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 8 9 Next › Last »
smallAndSimple commented on 2021-02-20 15:09 (UTC) (edited on 2021-02-20 15:17 (UTC) by smallAndSimple)
Edit: this is about the missing libctf problem.
I digged around a bit, and the actual problem lies in arm-linux-gnueabihf-binutils. I did the following as a workaround:
Cleaned up all arm-linux-gnueabihf-* related stuff completely.
Download arm-linux-gnueabihf-binutils PKGBUILD and add --disable-libctf\ to the list of ./configure parameters
makepkg -sri to install arm-linux-gnueabihf-binutils
Install arm-linux-gnueabihf-gcc-stage1
Install arm-linux-gnueabihf-gcc-stage2
Install this
A less thorough approach might be possible. Also, libctf apparantly can do something useful with debug sections, so you might run into trouble down the line.
smallAndSimple commented on 2021-02-20 14:37 (UTC)
So, since the libctf.so.0 situation will probably not be solved very soon (https://bugs.archlinux.org/task/69567 is closed because of upstream), is there a way around it? Can you compile this without libctf?
CapSel commented on 2021-02-18 11:13 (UTC)
Can't compile. libctf.so.0 is missing. Here is bug for it https://bugs.archlinux.org/task/69567
tayspen72 commented on 2021-01-31 18:56 (UTC)
@AchmadFathoni My mistake. I pasted them in the wrong order. It should be stage 1 -> stage 2 -> gcc. I called them progressive because stage 1 is used to build stage 2, stage 2 is used to build the final gcc.
AchmadFathoni commented on 2021-01-30 23:38 (UTC)
@tayspen72 Are you sure that sequence correct? Becasue
arm-linux-gnueabihf-gcc-stage2
requiresarm-linux-gnueabihf-glibc-headers
which requiresarm-linux-gnueabihf-gcc-stage1
. I get this error when installingarm-linux-gnueabihf-gcc-stage2
tayspen72 commented on 2021-01-30 16:41 (UTC) (edited on 2021-01-31 18:54 (UTC) by tayspen72)
@AchmadFathoni remember that this cross-compile gcc is a progressive or sequential install. They must be installed in order. IE:
I just verified this, also using yay.
AchmadFathoni commented on 2021-01-30 15:54 (UTC) (edited on 2021-01-30 16:30 (UTC) by AchmadFathoni)
Yay error
Is there any AUR helper beside yay that can successfully install this package?
tavianator commented on 2021-01-19 14:50 (UTC)
My Raspberry Pi died, so I don't have the ability to test this package any more. If anyone wants to take over maintenance please be my guest!
lightning1141 commented on 2021-01-15 09:27 (UTC)
Please change source url to use a mirror.
yshui commented on 2021-01-04 10:34 (UTC)
Can you install libatomic in
package()
?« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »