Package Details: powerpc64-linux-gnu-gcc 13.2.0-2

Git Clone URL: https://aur.archlinux.org/powerpc64-linux-gnu-gcc.git (read-only, click to copy)
Package Base: powerpc64-linux-gnu-gcc
Description: The GNU Compiler Collection - cross compiler for PPC64 target
Upstream URL: https://gcc.gnu.org/
Licenses: GPL, LGPL, FDL
Conflicts: powerpc64-linux-gnu-gcc-stage1, powerpc64-linux-gnu-gcc-stage2
Submitter: thrimbor
Maintainer: ImperatorStorm
Last Packager: ImperatorStorm
Votes: 1
Popularity: 0.000000
First Submitted: 2018-08-09 14:11 (UTC)
Last Updated: 2023-08-03 22:11 (UTC)

Latest Comments

Mallock commented on 2021-01-23 01:23 (UTC)

I get this error during compilation:

In file included from /home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-2.32/gold/debug.h:29,
                 from /home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-2.32/gold/descriptors.cc:31:
/home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-2.32/gold/errors.h:87:50: error: ‘string’ in namespace ‘std’ does not name a type
   87 |   undefined_symbol(const Symbol* sym, const std::string& location);
      |                                                  ^~~~~~
/home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-2.32/gold/errors.h:29:1: note: ‘std::string’ is defined in header ‘<string>’; did you forget to ‘#include <string>’?
   28 | #include "gold-threads.h"
  +++ |+#include <string>
   29 |
make[4]: *** [Makefile:1133: descriptors.o] Error 1
make[4]: Leaving directory '/home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-build/gold'
make[3]: *** [Makefile:1156: all-recursive] Error 1
make[3]: Leaving directory '/home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-build/gold'
make[2]: *** [Makefile:896: all] Error 2
make[2]: Leaving directory '/home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-build/gold'
make[1]: *** [Makefile:6044: all-gold] Error 2
make[1]: Leaving directory '/home/ryan/.cache/yay/powerpc64-linux-gnu-binutils/src/binutils-build'
make: *** [Makefile:850: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x55ea18e6d810)

ruscur commented on 2019-06-27 03:26 (UTC)

Hey, thanks for this! Any chance for powerpc64le as well?