Search Criteria
Package Details: powerpc-wrs-vxworks-gcc 7.2.0-1
Git Clone URL: | https://aur.archlinux.org/powerpc-wrs-vxworks-gcc.git (read-only, click to copy) |
---|---|
Package Base: | powerpc-wrs-vxworks-gcc |
Description: | The GNU Compiler Collection (powerpc-wrs-vxworks) |
Upstream URL: | http://gcc.gnu.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | calcmogul |
Maintainer: | calcmogul |
Last Packager: | calcmogul |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-15 00:01 |
Last Updated: | 2017-09-10 21:02 |
Dependencies (4)
- powerpc-wrs-vxworks-binutils
- wrs-vxworks-headers
- libmpc (libmpc-git) (make)
- wget (wget-git) (make)
Required by (1)
- frc-wpilib-git (requires gcc-powerpc-wrs-vxworks) (make)
Latest Comments
buha commented on 2017-01-17 13:47
It works, thank you very much!
calcmogul commented on 2017-01-16 22:04
I tried compiling it and got an error from a missing include directory (not the same error as yours). I made a bad symlink in wrs-vxworks-headers which has been fixed. It built after that. See if the new version of wrs-vxworks-headers works for you.
In my experience, this package is very sensitive to makepkg.conf settings. I had the following diff from the default makepkg.conf:
diff --git a/makepkg.conf.old b/etc/makepkg.conf
index 058da9b..c927c77 100644
--- a/makepkg.conf.old
+++ b/etc/makepkg.conf
@@ -41,7 +41,7 @@ CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
#-- Make Flags: change this for DistCC/SMP systems
-#MAKEFLAGS="-j2"
+MAKEFLAGS="-j$(nproc)"
#-- Debugging flags
DEBUG_CFLAGS="-g -fvar-tracking-assignments"
DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
@@ -59,14 +59,14 @@ DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
#-- check: Run the check() function if present in the PKGBUILD
#-- sign: Generate PGP signature file
#
-BUILDENV=(!distcc color !ccache check !sign)
+BUILDENV=(!distcc color ccache check !sign)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.
#DISTCC_HOSTS=""
#
#-- Specify a directory for package building.
-#BUILDDIR=/tmp/makepkg
+BUILDDIR=/tmp/makepkg
#########################################################################
# GLOBAL PACKAGE OPTIONS
@@ -129,7 +129,7 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
#
COMPRESSGZ=(gzip -c -f -n)
COMPRESSBZ2=(bzip2 -c -f)
-COMPRESSXZ=(xz -c -z -)
+COMPRESSXZ=(xz -T 0 -c -z -)
COMPRESSLRZ=(lrzip -q)
COMPRESSLZO=(lzop -q)
COMPRESSZ=(compress -c -f)
@@ -141,7 +141,8 @@ COMPRESSZ=(compress -c -f)
# WARNING: Do NOT modify these variables unless you know what you are
# doing.
#
-PKGEXT='.pkg.tar.xz'
+#PKGEXT='.pkg.tar.xz'
+PKGEXT='.pkg.tar'
SRCEXT='.src.tar.gz'
# vim: set ft=sh ts=2 sw=2 et:
buha commented on 2017-01-16 14:10
I get a compiling error when compiling gcc. The dependencies of this package build/install just fine.
I added the -v flag to the last *-g++ call that threw the error.
http://pastebin.com/tYbkrcEU
If you need extra info on this, let me know.
alexbrinister commented on 2013-03-18 00:20
Added necessary dependencies
alexbrinister commented on 2013-03-17 16:28
Fixed unnecessary untar'ing
gtmanfred commented on 2013-03-17 07:19
you shouldn't have to untar anything, makepkg will automatically do that for you