Search Criteria
Package Details: mingw-w64-gcc-base 10.1.0-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-gcc-base.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-gcc-base |
Description: | Cross GCC for the MinGW-w64 cross-compiler (bootstrap) |
Upstream URL: | http://gcc.gnu.org |
Licenses: | |
Groups: | |
Conflicts: | |
Submitter: | Barthalion |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 18 |
Popularity: | 0.071520 |
First Submitted: | 2018-01-11 19:28 |
Last Updated: | 2020-05-14 14:12 |
Dependencies (5)
Required by (2)
- mingw-w64-crt-git (make)
- mingw-w64-winpthreads-git (make)
Latest Comments
1 2 Next › Last »
Lonec commented on 2020-07-13 11:58
When trying to install this package with pamac i get this:
Building mingw-w64-gcc-base... ==> Making package: mingw-w64-gcc-base 10.1.0-1 (pon 13 jul 2020 13:51:29) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading gcc-10.1.0.tar.xz... ** Resuming transfer from byte position 74591240 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 416 ==> ERROR: Failure while downloading https://ftp.gnu.org/gnu/gcc/gcc-10.1.0/gcc-10.1.0.tar.xz Aborting... Failed to build mingw-w64-gcc-base
friedrichr commented on 2020-07-04 18:18
@hormiga: It's been a while, but: It lookes to me like you're having an only partially functioning C/C++ compiler. Have a look at https://wiki.archlinux.org/index.php/Makepkg, especially, make sure the
base-devel
group is installed. Is this the case already? Maybe have a look at which executable is used when issuinggcc
by invoking$ which gcc
?abd commented on 2020-07-03 06:10
Tried it and got link time error
...
echo NO_PIE_CFLAGS = "$NO_PIE_CFLAGS" >> tmp-libgcc.mvars
mv tmp-libgcc.mvars libgcc.mvars
echo timestamp > s-fixinc_list
/usr/bin/ld: caller-save.o: in function
reg_save_code(int, machine_mode)': caller-save.c:(.text+0xafe): undefined reference to
recog(rtx_def, rtx_insn, int)'/usr/bin/ld: caller-save.c:(.text+0xc3c): undefined reference to `recog(rtx_def, rtx_insn, int)'
...
...
its dependencies were installed, what'd be the culprit here?
hormiga commented on 2020-01-31 14:30
Compilation with
and
fails complaining about unsupported architecture. See messages
and
below.
Output from aurman -S mingw-w64-gcc-base:
File config.log from directory /home/core/.cache/aurman/mingw-w64-gcc-base/src/gcc-build-i686-w64-mingw32/gcc:
ToxicAvenger commented on 2019-03-07 15:22
I tried what Hagar suggested, and it worked. Thanks a lot!!
Hagar commented on 2018-12-25 23:11
To build rust the rust developers actually require that gcc be built using --disable-sjlj-exceptions rather than --disable-dw2-exceptions
I changed my gcc build and then had no problems building rust.
I then had to rebuild every mingw package to reflect this change.
I only build using makechrootpkg.
xantares commented on 2018-08-01 06:59
indeed, seems an api incompatibility, I'll try include isl like the non bootstrap package
xiretza commented on 2018-07-31 18:50
Well, it pulls in the isl package through the cloog dependency. And with isl 0.19 it builds, with 0.20 it doesn't (both in clean chroot). Probably an upstream problem, but it's definitely related to the isl update.
xantares commented on 2018-07-31 17:12
mingw-w64-gcc builds his own isl 0.19
kingcreole commented on 2018-07-31 09:46
Hey, i just upgraded to isl 0.20 before trying to build this, and it crashes on my machine because isl_id_free, isl_id_get_user, isl_space_free, isl_space_dim and isl_id_alloc are undefined. could that be because of isl 0.20 changes? Thanks xantares for maintaining the package :)