Thanks a lot Gabe. On Fri, Nov 17, 2017 at 6:41 PM, Gabe Black <[email protected]> wrote:
> If you want to try out the change before it gets committed, you'll want to > cherry-pick it into your local checkout of gem5 using the "DOWNLOAD" link > on the right hand side of that webpage. I'm assuming this will get checked > in fairly soon, so you could also just wait and then update your gem5 > checkout and get the fix that way. > > Gabe > > On Fri, Nov 17, 2017 at 3:36 PM, Kanad Basu <[email protected]> wrote: > >> Thanks Gabe. What should I be doing with these .py files? >> >> On Fri, Nov 17, 2017 at 6:32 PM, Gabe Black <[email protected]> wrote: >> >>> Hi Kanad, this was a bug. Could you please try out this change? >>> >>> https://gem5-review.googlesource.com/c/public/gem5/+/5781 >>> >>> Gabe >>> >>> On Wed, Nov 15, 2017 at 11:09 AM, Kanad Basu <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> I am trying to run full system mode for X86, when I am encountering the >>>> following error. Please note, I do not receive any error when running full >>>> system mode for ARM. I have downloaded the files from >>>> http://www.gem5.org/Download (though not sure what to do with the >>>> configs directory) >>>> >>>> This is the error am getting: >>>> >>>> command line: build/X86/gem5.opt configs/example/fs.py >>>> --disk-image=/home/kanad/Downloads/x86-system/disks/linux-x86.img >>>> >>>> Global frequency set at 1000000000000 ticks per second >>>> Error in unproxying param 'device' of system.pc.com_1 >>>> Traceback (most recent call last): >>>> File "<string>", line 1, in <module> >>>> File "/home/kanad/Documents/gem5/src/python/m5/main.py", line 433, >>>> in main >>>> exec filecode in scope >>>> File "configs/example/fs.py", line 372, in <module> >>>> Simulation.run(options, root, test_sys, FutureClass) >>>> File "/home/kanad/Documents/gem5/configs/common/Simulation.py", line >>>> 589, in run >>>> m5.instantiate(checkpoint_dir) >>>> File "/home/kanad/Documents/gem5/src/python/m5/simulate.py", line >>>> 90, in instantiate >>>> for obj in root.descendants(): obj.unproxyParams() >>>> File "/home/kanad/Documents/gem5/src/python/m5/SimObject.py", line >>>> 1332, in unproxyParams >>>> value = value.unproxy(self) >>>> File "/home/kanad/Documents/gem5/src/python/m5/proxy.py", line 101, >>>> in unproxy >>>> (self.path(), self._pdesc.ptype_str, base.path()) >>>> AttributeError: Can't resolve proxy 'any' of type 'SerialDevice' from >>>> 'system.pc.com_1' >>>> >>>> Any helps will be really appreciated. >>>> >>>> Thanks, >>>> >>>> Kanad >>>> >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> gem5-users mailing list >>>> [email protected] >>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >>>> >>> >>> >>> _______________________________________________ >>> gem5-users mailing list >>> [email protected] >>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >>> >> >> >> _______________________________________________ >> gem5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
