Hi Robert,

You have to put an

#include "debug/Tube.hh"

in the file where you use the Tube debug flag. You also need to declare the flag in one of the Sconscript file (I think the one in the directory where you use it should be ok) with a

DebugFlag('Tube')


Thanks,

Nathanaël

Le 02/10/2012 14:59, Robert PINSKER a écrit :
Hi all

I’ve created my own variation of the default ARM Full System. This has a
lot of stuff hacked out but it also has one new device. This is like a
heavily simplified Uart, called a Tube.

Although as far as I can see, I’ve modelled the structure very closely
on Uart/Pl011 (not quite the same, as Tube is derived from
BasicPioDevice and doesn’t have a subclass), I get the message:

Error: ‘Tube’ is not a member of Debug.

I suspect I’ve made a very basic mistake – does anybody know what it is?

Thanks

Robert Pinsker.



_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to