Hi,

I have downloaded the stable and development version on my local system. It compiles and properly simulates the FS ans SE modes. However, it does not work in the cluster.

For dev version I get the following message:
----------------------------------------------------------
scons: Reading SConscript files ...

*Mercurial libraries cannot be found, ignoring style hook.  If
you are a gem5 developer, please fix this and run the style
hook. It is important. (Do you this can create problem?)*/-> I have modified the .hg/hgrc file according (./util/style.py and some extra lines added) to some previous post, but still the error shows./

Checking for leading underscore in global variables...no
Checking for C header file Python.h... yes
Checking for C library pthread... yes
Checking for C library dl... yes
Checking for C library util... yes
Checking for C library m... yes
Checking for C library python2.4... yes
Checking for accept(0,0,0) in C++ library None... yes
Checking for zlibVersion() in C++ library z... yes
Checking for clock_nanosleep(0,0,NULL,NULL) in C library None... no
Checking for clock_nanosleep(0,0,NULL,NULL) in C library rt... yes
Checking for C header file fenv.h... yes
Reading /hpc/scratch/nil/research/gem5/src/arch/alpha/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/arch/arm/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/arch/mips/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/arch/noisa/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/arch/power/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/arch/sparc/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/arch/x86/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/cpu/checker/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/cpu/inorder/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/cpu/nocpu/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/cpu/o3/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/cpu/ozone/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/cpu/simple/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/mem/protocol/SConsopts
Reading /hpc/scratch/nil/research/gem5/src/mem/ruby/SConsopts
Building in /hpc/scratch/nil/research/gem5/build/X86_FS
Variables file /hpc/scratch/nil/research/gem5/build/variables/X86_FS not found,
  using defaults in /hpc/scratch/nil/research/gem5/build_opts/X86_FS
scons: done reading SConscript files.
scons: Building targets ...
 [     CXX] X86_FS/sim/main.cc -> .do
 ....
 [ TRACING]  -> X86_FS/debug/VNC.hh
 [SO PARAM] VncServer -> X86_FS/params/VncServer.hh
 [     CXX] X86_FS/base/vnc/vncserver.cc -> .do
cc1plus: warnings being treated as errors
build/X86_FS/base/vnc/vncserver.hh:64: warning: 'class VncKeyboard' has virtual functions but non-virtual destructor build/X86_FS/base/vnc/vncserver.hh:76: warning: 'class VncMouse' has virtual functions but non-virtual destructor build/X86_FS/arch/x86/isa_traits.hh:78: warning: 'X86ISA::NoopMachInst' defined but not used
scons: *** [build/X86_FS/base/vnc/vncserver.do] Error 1
scons: building terminated because of errors.
----------------------------------------------------------

When I try to compile the stable version I get the same error in fault.cc file compilation.


Software versions :
gcc/g++ -> 4.4.0
python -> 2.4
scons -> 2.0.1
SWIG -> 2.0.1
hg -> 1.8.1
zlib -> 1.2.5


hg debuginstall > output
Checking encoding (UTF-8)...
Checking installed modules (/hpc/scratch/nil/applications/lib64/python2.4/site-packages/mercurial)...
Checking templates...
Checking patch...
Checking commit editor...
Checking username...
No problems detected


Can you please hint me if I am missing something?

Thanks,
Nil


_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to