Hi, I find PDB very handy when debugging configuration files. However, when I try inserting the line import pdb; pdb.set_trace() into .py files which are outside the configs folder, it seems PDB can't detect it. Any suggestions?
Thanks, Tony On Tue, Mar 20, 2012 at 4:28 PM, Tony Feng <[email protected]> wrote: > Hi, > > I continue to try to run ARM FS with ruby. The error I have now is the > following: > > Listening for system connection on port 3456 > Listening for system connection on port 5900 > fatal: CPU system.cpu has no interrupt controller. > Ensure createInterruptController() is called. > @ cycle 0 > [BaseCPU:build/ARM/cpu/base.cc, line 226] > Memory Usage: 478012 KBytes > > I didn't initialize any interrupt controller in my new ruby_fs.py since I > think it is done in fs.py, or should I do it elsewhere? Thanks. > > -Tony > >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
