I started compilation with 8241, and that has this problem. So I tried to bisect it and 8229 is the first changeset that has this problem.

--
Nilay

On Wed, 20 Apr 2011, nathan binkert wrote:

You need changeset 8230.  You need the sort includes changeset and the
one following it that fixes bugs.

 Nate

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
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to