Re: [gem5-users] Error in running full system for X86

2017-11-17 Thread Kanad Basu
Thanks a lot Gabe.

On Fri, Nov 17, 2017 at 6:41 PM, Gabe Black  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  wrote:
>
>> Thanks Gabe. What should I be doing with these .py files?
>>
>> On Fri, Nov 17, 2017 at 6:32 PM, Gabe Black  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 
>>> 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 1 ticks per second
 Error in unproxying param 'device' of system.pc.com_1
 Traceback (most recent call last):
   File "", line 1, in 
   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 
 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
 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
>>>
>>
>>
>> ___
>> 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
>
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Error in running full system for X86

2017-11-17 Thread Kanad Basu
Thanks Gabe. What should I be doing with these .py files?

On Fri, Nov 17, 2017 at 6:32 PM, Gabe Black  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  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 1 ticks per second
>> Error in unproxying param 'device' of system.pc.com_1
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   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 
>> 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
>> 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
>
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users