I noticed your swig version is also older than what's recommended... check
the link for details, as it's a bit complicated.  That's almost certainly
the source of your $self problem.

As for the memtest error, are you using the main gem5 code or gem5-stable?
 The latter tends to be more "stale" than "stable", so if that's what
you're on, that could be it.  Otherwise, I'm not sure where the problem
would be coming from, as we don't run into this in our nightly regressions.

Steve

On Wed, Dec 28, 2011 at 12:18 PM, Eliot Moss <m...@cs.umass.edu> wrote:

> Ok.  I moved to gcc 4.4., using CC=gcc44 CXX=g++44 in the
> scons command line.  I stil get the funky thing about
> $self from event.i.  I removed the $ from those in event.i
> and that part builds find.  There is a line in pyrun.swg
> in the swig I have installed that fails to put a (char*)
> before "__dict__" as gcc 4.4. seems to demand. So I edited
> that file as well.
>
> Now I get a clean build.  I still get the EioProcess
> failures, of course.  But I still get that other
> memtest error.
>
> At this point I won't worry about it until I see
> problems with "real" builds ...    Eliot
>
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to