Re: [gem5-users] Run FS mode

2020-01-08 Thread Ciro Santilli
https://stackoverflow.com/questions/56319473/gem-5-ioerror-cant-find-a-path-to-system-files-full-system-x86-simulation-set/56320982#56320982

On Wed, Jan 8, 2020 at 2:33 AM ABD ALRHMAN ABO ALKHEEL
 wrote:
>
> Hi All,
>
> I run this command and i got the below error. Any help would be appreciated.
>
> Command:
> build/X86/gem5.opt configs/example/fs.py --mem-size=3GB 
> --kernel=/home/abdkhail/linux-4.19.91/vmlinux 
> --disk-image=/home/abdkhail/Ubuntu16.04.img
>
> Error:
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "build/X86/python/m5/main.py", line 457, in main
> exec(filecode, scope)
>   File "configs/example/fs.py", line 342, in 
> test_sys = build_test_system(np)
>   File "configs/example/fs.py", line 93, in build_test_system
> cmdline=cmdline)
>   File "/home/abdkhail/ggg/gem5/configs/common/FSConfig.py", line 606, in 
> makeLinuxX86System
> makeX86System(mem_mode, numCPUs, mdesc, self, Ruby)
>   File "/home/abdkhail/ggg/gem5/configs/common/FSConfig.py", line 531, in 
> makeX86System
> disk0.childImage(mdesc.disk())
>   File "/home/abdkhail/ggg/gem5/configs/common/Benchmarks.py", line 59, in 
> disk
> return disk(self.diskname)
>   File "/home/abdkhail/ggg/gem5/configs/common/SysPaths.py", line 62, in 
> __call__
> raise IOError("Can't find a path to system files.")
> IOError: Can't find a path to system files.
>
> ___
> 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] Run FS mode

2020-01-07 Thread ABD ALRHMAN ABO ALKHEEL
Hi All,

I run this command and i got the below error. Any help would be appreciated.

Command:
build/X86/gem5.opt configs/example/fs.py --mem-size=3GB 
--kernel=/home/abdkhail/linux-4.19.91/vmlinux 
--disk-image=/home/abdkhail/Ubuntu16.04.img

Error:
Traceback (most recent call last):
  File "", line 1, in 
  File "build/X86/python/m5/main.py", line 457, in main
exec(filecode, scope)
  File "configs/example/fs.py", line 342, in 
test_sys = build_test_system(np)
  File "configs/example/fs.py", line 93, in build_test_system
cmdline=cmdline)
  File "/home/abdkhail/ggg/gem5/configs/common/FSConfig.py", line 606, in 
makeLinuxX86System
makeX86System(mem_mode, numCPUs, mdesc, self, Ruby)
  File "/home/abdkhail/ggg/gem5/configs/common/FSConfig.py", line 531, in 
makeX86System
disk0.childImage(mdesc.disk())
  File "/home/abdkhail/ggg/gem5/configs/common/Benchmarks.py", line 59, in disk
return disk(self.diskname)
  File "/home/abdkhail/ggg/gem5/configs/common/SysPaths.py", line 62, in 
__call__
raise IOError("Can't find a path to system files.")
IOError: Can't find a path to system files.

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