[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] build fails under cygwin.
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] build fails under cygwin. |
Date: |
Sat, 28 Nov 2009 21:10:45 +0000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Mark <address@hidden> writes:
> Hello Gaius
>> I wonder if you could try leaving -g but removing -ffunction-sections
>> -fdata-sections as these last two options have recently been
>> introduced to gm2.
>>
> Ok, here is the result:
> $ ./xgm2 -fcheck-all -g -funbounded-by-reference -fpim
> -fextended-opaque -Wpedantic-cast -Wpedantic-param-names -c
> -B./stage1/gm2 -g -gdwarf-2 -B./
> -I../../gcc-4.1.2+gm2-20091117/gcc/gm2/gm2-compiler
> -Igm2/gm2-libs:../../gcc-4.1.2+gm2-20091117/gcc/gm2/gm2-libs
> ../../gcc-4.1.2+gm2-20091117/gcc/gm2/gm2-libs/RTint.mod -o
> gm2/gm2-libs/RTint.o
> Internal error: Segmentation fault
> Please report this crash to the GNU Modula-2 mailing list <address@hidden>
>
> Regards,
>
> Mark
Hi Mark,
ahh - very interesting, definitely the -g -gdwarf-2 and nothing to do
with -ffunction-sections then..
regards,
Gaius