give the path of your disk image in Benchmarks.py line 57 . google this
error if still not clear . many times asked before on this forum . you will
get enough explanations


On Mon, May 5, 2014 at 6:38 PM, Tod via gem5-users <gem5-users@gem5.org>wrote:

>   Hi,
>
>
> I am trying to run my gem5 simulations from inside a Java program.
>
> The Java program runs a shell script which then issues the command to run
> the simulation.
>
> Here is the console trace:
>
>
> gem5 Simulator System.  http://gem5.org
>
> gem5 is copyrighted software; use the --copyright option for details.
>
>
> gem5 compiled Nov 28 2013 16:00:37
>
> gem5 started May  5 2014 16:00:17
>
> gem5 executing on xyz
>
> command line: ./build/ARM/gem5.fast
> --outdir=/home/usr/gem5/my_m5out/m5out1 configs/example/fs.py
> --disk-image=/home/usr/full_system_images/disks/linux-arm-ael1.img
> --mem-size=256MB -n 4 --script=./configs/boot/hack_back_ckpt.rcS
>
> Traceback (most recent call last):
>
>   File "<string>", line 1, in <module>
>
>   File "/home/user/gem5/src/python/m5/main.py", line 388, in main
>
>
>
>   File "configs/example/fs.py", line 116, in <module>
>
>     bare_metal=options.bare_metal)
>
>   File "/home/user/gem5/configs/common/FSConfig.py", line 251, in
> makeArmSystem
>
>     self.cf0.childImage(mdesc.disk())
>
>   File "/home/user/gem5/configs/common/Benchmarks.py", line 53, in disk
>
>     return disk(self.diskname)
>
>   File "/home/user/gem5/configs/common/SysPaths.py", line 37, in disk
>
>     system()
>
>   File "/home/user/gem5/configs/common/SysPaths.py", line 59, in system
>
>     raise ImportError, "Can't find a path to system files."
>
> ImportError: Can't find a path to system files.
>
>
> Any help?
>
>
> Best.
>
> _______________________________________________
> 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