Skip to content

Instantly share code, notes, and snippets.

@good5dog5
Last active March 25, 2017 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save good5dog5/4398ebee5a1edef6e5bfe0527b2d89e2 to your computer and use it in GitHub Desktop.
Save good5dog5/4398ebee5a1edef6e5bfe0527b2d89e2 to your computer and use it in GitHub Desktop.
scons: Reading SConscript files ...
Warning: This combination of gcc and swig have known incompatibilities.
If you encounter build problems, please update swig to 3.0 or later.
Checking for C header file Python.h... (cached) yes
Checking for C library pthread... (cached) yes
Checking for C library dl... (cached) yes
Checking for C library util... (cached) yes
Checking for C library m... (cached) yes
Checking for C library python2.7... (cached) yes
Checking for accept(0,0,0) in C++ library None... (cached) yes
Checking for zlibVersion() in C++ library z... (cached) yes
Checking for GOOGLE_PROTOBUF_VERIFY_VERSION in C++ library protobuf... (cached) yes
Checking for clock_nanosleep(0,0,NULL,NULL) in C library None... (cached) yes
Checking for timer_create(CLOCK_MONOTONIC, NULL, NULL) in C library None... (cached) no
Checking for timer_create(CLOCK_MONOTONIC, NULL, NULL) in C library rt... (cached) yes
Checking for C library tcmalloc... (cached) yes
Checking for backtrace_symbols_fd((void*)0, 0, 0) in C library None... (cached) yes
Checking for C header file fenv.h... (cached) yes
Checking for C header file linux/kvm.h... (cached) yes
Checking size of struct kvm_xsave ... (cached) yes
Checking for member exclude_host in struct perf_event_attr...(cached) yes
Building in /home/master/jordan/workingbox/high_archi/HW2/gem5/build/X86
Using saved variables file /home/master/jordan/workingbox/high_archi/HW2/gem5/build/variables/X86
scons: done reading SConscript files.
scons: Building targets ...
[NEW DEPS] X86/arch/x86/generated/inc.d -> x86-deps
[ENVIRONS] x86-deps -> x86-environs
[VER TAGS] -> X86/sim/tags.cc
[ CXX] X86/python/_m5/Characteristic_vector_wrap.cc -> .o
build/X86/python/_m5/Characteristic_vector_wrap.cc: In function 'PyObject* _wrap_vector_Characteristic_erase__SWIG_0(PyObject*, PyObject*)':
build/X86/python/_m5/Characteristic_vector_wrap.cc:6789:30: error: no matching function for call to 'std::vector<Enums::Characteristic, std::allocator<Enums::C
haracteristic> >::erase(SwigValueWrapper<__gnu_cxx::__normal_iterator<Enums::Characteristic*, std::vector<Enums::Characteristic, std::allocator<Enums::Characte
ristic> > > >&)'
result = (arg1)->erase(arg2);
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment