[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Build Problems on Mac
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Build Problems on Mac |
Date: |
07 Feb 2007 23:11:28 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Michael Lambert <address@hidden> writes:
> Build environment: MacOS 10.4.8 using the latest Apple compiler tools
> (Xcode 2.4.1). CVS sources as of about 0000 GMT today. gcc-4.1.1.
>
> PowerPC G5:
>
> ./xgm2 -Wnil -Wcase -Wbounds -Wreturn -g -funbounded-by-reference
> -Wverbose-unbounded -Wpim -Wpedantic-param-names -Wextended-opaque
> -Wpedantic-cast -c -B./stage1/gm2
> -I../../gcc-4.1.1/gcc/gm2/ulm-lib-gm2/std:../../gcc-4.1.1/gcc/gm2/ulm-lib-gm2/sys:../../gcc-4.1.1/gcc/gm2/gm2-libs
> ../../gcc-4.1.1/gcc/gm2/ulm-lib-gm2/std/TimeIO.mod
> -o gm2/ulm-lib-gm2/std/TimeIO.o
> Internal error: in make_decl_rtl, at varasm.c:890
> Please report this crash to the GNU Modula-2 mailing list
> <address@hidden>
> make[2]: *** [gm2/ulm-lib-gm2/std/TimeIO.o] Error 1
> make[1]: *** [all-gcc] Error 2
> make: *** [all] Error 2
>
> Intel Core 2 Duo:
>
> ./xgm2 -Wnil -Wcase -Wbounds -Wreturn -g -funbounded-by-reference
> -Wverbose-unbounded -Wpim -Wpedantic-param-names -Wextended-opaque
> -Wpedantic-cast -c -B./stage1/gm2
> -I../../gcc-4.1.1/gcc/gm2/ulm-lib-gm2/std:../../gcc-4.1.1/gcc/gm2/ulm-lib-gm2/sys:../../gcc-4.1.1/gcc/gm2/gm2-libs
> ../../gcc-4.1.1/gcc/gm2/ulm-lib-gm2/std/TimeIO.mod
> -o gm2/ulm-lib-gm2/std/TimeIO.o
> Internal error: in make_decl_rtl, at varasm.c:890
> Please report this crash to the GNU Modula-2 mailing list
> <address@hidden>
> make[2]: *** [gm2/ulm-lib-gm2/std/TimeIO.o] Error 1
> make[1]: *** [all-gcc] Error 2
> make: *** [all] Error 2
>
> I get exactly the same error (on the Intel at least) when building
> installing the FSF gcc-4.1.1 C compiler first and using it for the gm2
> build.
>
> Michael
Hi Michael,
I've just checked in a fix for the above - on my LP64 Athlon64 system
at least. Any chance you could rerun your tests?
Many thanks,
Gaius