Thanks Gabe. What should I be doing with these .py files?

On Fri, Nov 17, 2017 at 6:32 PM, Gabe Black <gabebl...@google.com> 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 <kanad....@gmail.com> 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
>> 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

Reply via email to