Package Details: arm-linux-gnueabihf-gcc 14.2.1.git+ab884fffe3f-2

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)

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:

  1. Cleaned up all arm-linux-gnueabihf-* related stuff completely.

  2. Download arm-linux-gnueabihf-binutils PKGBUILD and add --disable-libctf\ to the list of ./configure parameters

  3. makepkg -sri to install arm-linux-gnueabihf-binutils

  4. Install arm-linux-gnueabihf-gcc-stage1

  5. Install arm-linux-gnueabihf-gcc-stage2

  6. 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 requires arm-linux-gnueabihf-glibc-headers which requires arm-linux-gnueabihf-gcc-stage1. I get this error when installing arm-linux-gnueabihf-gcc-stage2

==> Missing dependencies:
  -> arm-linux-gnueabihf-gcc-stage1>=10.2.0-1
==> ERROR: Could not resolve all dependencies.
error making: arm-linux-gnueabihf-glibc-headers

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:

-> arm-linux-gnueabihf-gcc-stage1
-> arm-linux-gnueabihf-gcc-stage2
-> arm-linux-gnueabihf-gcc

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

==> Missing dependencies:
  -> arm-linux-gnueabihf-gcc-stage2>=10.2.0-1
==> ERROR: Could not resolve all dependencies.
error making: arm-linux-gnueabihf-glibc

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()?