I am really not understand how to do it on Ubuntu.
When I run this code: scons build/ALPHA_Network_Topaz_test/gem5.opt -j 8
it result always:
scons: Reading SConscript files ...
Checking for C header file Python.h... yes
Checking for C library python2.7... 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 accept(0,0,0) in C++ library None... yes
Checking for zlibVersion() in C++ library z... yes
Checking for GOOGLE_PROTOBUF_VERIFY_VERSION in C++ library protobuf... yes
Checking for clock_nanosleep(0,0,NULL,NULL) in C library None... yes
Checking for timer_create(CLOCK_MONOTONIC, NULL, NULL) in C library None... no
Checking for timer_create(CLOCK_MONOTONIC, NULL, NULL) in C library rt... yes
Checking for C library tcmalloc... yes
Checking for backtrace_symbols_fd((void*)0, 0, 0) in C library None... yes
Checking for C header file fenv.h... yes
Checking for C header file linux/kvm.h... yes
Checking size of struct kvm_xsave ... yes
Checking for member exclude_host in struct perf_event_attr...yes
Building in /home/user/gem5/build/ALPHA_token_topaz
Variables file /home/user/gem5/build/variables/ALPHA_token_topaz not found,
using defaults in /home/user/gem5/build_opts/ALPHA_token_topaz
scons: *** Error converting option: CPU_MODELS
Invalid value(s) for option: InOrderCPU
File "/home/user/gem5/SConstruct", line 1476, in <module>
Can somebody teach me how to solve it. Or teach me how to install step by step.
I am very confused about it