I am trying to compile m5 and the scons exits with errors.
Following is the compilation command --

scons -j 12 CXX=g++44 CC=gcc44 USE_MYSQL=False RUBY=True build/ALPHA_SE_MESI_CMP_directory/m5.fast

and errors

In file included from build/ALPHA_SE_MESI_CMP_directory/python/swig/stats_wrap.cc:3163: build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:52: error: 'uint16_t' does not name a type build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:63: error: 'uint16_t' does not name a type build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:73: error: 'size_type' does not name a type build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:75: error: 'size_type' does not name a type build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:81: error: 'uint64_t' does not name a type build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:83: error: 'uint16_t' does not name a type build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:156: error: ISO C++ forbids declaration of 'DistData' with no type build/ALPHA_SE_MESI_CMP_directory/base/stats/mysql.hh:156: error: expected ',' or '...' before '&' token


The command works till changeset 8228. It fails on 8229, the one on sorting included files.

--
Nilay
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to