[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] pnet wont compile
From: |
Colin JN Breame |
Subject: |
Re: [Pnet-developers] pnet wont compile |
Date: |
Wed, 03 Dec 2003 15:25:23 +0000 |
On Tue, 2003-12-02 at 23:58, Rhys Weatherley wrote:
> On Wednesday 03 December 2003 05:27 am, Colin JN Breame wrote:
> > Im using GCC 3.3.2-r3 but get the following error while making pnet:
> >
> > cvm.c: In function `_ILCVMInterpreter':
> > cvm.c:711: error: unable to find a register to spill in class `SIREG'
> > cvm.c:711: error: this is the insn:
>
> This can happen because gcc gets too agressive with optimizations. If you
> are
> using -O3, then change back to -O2 instead. You'll probably have to fiddle
> with the optimization flags a little to figure out how to stop it doing this.
>
> Cheers,
>
> Rhys.
>
>
It compiles now with less optimisation. Thanks.