[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 on gcc-5.2.0
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gm2 on gcc-5.2.0 |
Date: |
Sun, 25 Dec 2016 00:15:39 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Dragiša Durić <address@hidden> writes:
> gcc_5.2.0_gm2 is current development branch. master branch changes are
> in April, and gcc_5.2.0_gm2 - today.
>
> Ok, I pull this, I switch to mentioned branch, then:
>
> cd scratch/source/gm2
> mkdir build
> cd build
> ../gcc-versionno/configure --enable-languages=c,c++,gm2
>
> make SHELL=/bin/bash
> ….
> ….
> And then this:
>
> In file included from ../../gcc-versionno/gcc/cp/except.c:990:0:
> cfns.gperf: At top level:
> cfns.gperf:101:1: error: ‘gnu_inline’ attribute present on
> ‘libc_name_p’
> cfns.gperf:26:14: error: but not here
>
> Some things are, I don’ know - unclear?
>
> 1. combine-trees pulls gcc-4.7.4
> 2. last lines of its execution mention lot of patches to gcc-4.7.4
> 3. again this failure (last console snippet)
Hi Dragiša,
ah thanks - yes I need to overhaul combine-trees and friends.
At present, every time I git commit a change a script on
floppsie.comp.glam.ac.uk will rebuild the tarballs for any branch
necessary.
You should be able to pull the changes from:
git clone http://git.savannah.gnu.org/r/gm2.git
or alternatively download a tarball from
http://floppsie.comp.glam.ac.uk/download/c/gcc-5.2.0+gm2-git-latest.tar.gz
regards,
Gaius
Re: [Gm2] gm2 on gcc-5.2.0, Gaius Mulley, 2016/12/24
Re: [Gm2] gm2 on gcc-5.2.0, john o goyo, 2016/12/29