gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] poisoned?


From: Gaius Mulley
Subject: Re: [Gm2] poisoned?
Date: 23 Feb 2003 08:35:53 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Dragiša Durić <address@hidden> writes:

> Hello,
> 
> Wihle trying to make GNU M2 from latest 20030124 tarball, I got this:
> 
> ...
> ../../gcc-3.2+gm2-20030124/gcc/gm2/gm2-compiler/SymbolConversion.mod:54:*** 
> internal error *** gcc symbol has been poisoned
> make[2]: *** [gm2/gm2-compiler/M2Reserved.o] Error 1
> make[2]: Leaving directory `/home/dragisha/GM2/host-build/gcc'
> cp: cannot stat `stage2/gm2/cc1gm2': No such file or directory
> make[1]: *** [cc1gm2] Error 1
> make[1]: Leaving directory `/home/dragisha/GM2/host-build/gcc'
> make: *** [all-gcc] Error 2
> 

Hi,

yes this is showing a known bug in gm2. At present we get around this by 
disabling
the garbage collection. This can be done by patching the file 
../../gcc-3.2+gm2-20030124/gcc/ggc-page.c
so that the function ggc_collect returns immediately ie:

void
ggc_collect ()
{
  return;

this line was commented out (my mistake). I've now rebuilt the tar-ball with
this patch applied.

> 
> What can I do?
> 

you should be able to make clean and make gm2 again. This time it should
build gm2 successfully!

Good luck and thanks for the report,

Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]