[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] pnet wont compile
From: |
Rhys Weatherley |
Subject: |
Re: [Pnet-developers] pnet wont compile |
Date: |
Wed, 3 Dec 2003 09:58:50 +1000 |
User-agent: |
KMail/1.4.3 |
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.