[Gems-users] opal compilation error on gcc4.1.1


Date: Thu, 21 Dec 2006 19:57:45 -0500
From: "Nitin Bhardwaj" <bhardwaj@xxxxxxxxxxxxxxxx>
Subject: [Gems-users] opal compilation error on gcc4.1.1
I just upgraded my system to gcc4.1.1 and started getting errors while compiling opal.

Here is my configuration: gems-1.3.1, simics 3, gcc-4.1.1 and i am getting following errors:

system/dx.i: In function 'void dx_add()':
system/dx.i:527: error: 'getSourceReg' was not declared in this scope
system/dx.i:527: error: 'getStaticInst' was not declared in this scope
system/dx.i:531: error: 'getDestReg' was not declared in this scope
system/dx.i: In function 'void dx_addcc()':
system/dx.i:538: error: 'getSourceReg' was not declared in this scope
system/dx.i:538: error: 'getStaticInst' was not declared in this scope
system/dx.i:540: error: 'getDestReg' was not declared in this scope
system/dx.i: In function 'void dx_addc()':
system/dx.i:545: error: 'getSourceReg' was not declared in this scope
system/dx.i:545: error: 'getStaticInst' was not declared in this scope
system/dx.i:546: error: 'getDestReg' was not declared in this scope
system/dx.i: In function 'void dx_addccc()':

I have looked at the code and the everything seems to be in place:

reg_id_t &getSourceReg( int sourcenum ) // is defined in dynamic.h which is included in dx.i

-Thank You




[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] opal compilation error on gcc4.1.1, Nitin Bhardwaj <=