Hello sir.

Get Outlook for Android<https://aka.ms/ghei36>

________________________________
From: Giacomo Travaglini <giacomo.travagl...@arm.com>
Sent: Monday, February 22, 2021 8:00:28 PM
To: VAIDYA ROHINI VILAS <vaidyarv19.e...@coep.ac.in>; gem5-users@gem5.org 
<gem5-users@gem5.org>
Subject: RE: Error coming while running in fs mode

Hi Vaidya

> -----Original Message-----
> From: VAIDYA ROHINI VILAS <vaidyarv19.e...@coep.ac.in>
> Sent: 22 February 2021 13:47
> To: gem5-users@gem5.org; Giacomo Travaglini <giacomo.travagl...@arm.com>
> Subject: Error coming while running in fs mode
>
> Hello,
> I am trying to run gem5 in fs mode using command :
>
> "build/ARM/gem5.opt configs/example/fs.py --disk-
> image=file:///home/coep/gem5%202/full_system_images/aarch-system-
> 201901106"
>

There's something wrong with the disk image path you are providing:

file:///home/coep/gem5%202/full_system_images/aarch-system-201901106

As a general rule, I recommend you to double check if you are actually pointing 
to a valid guest binary.
For example, if you do

$file file:///home/coep/gem5%202/full_system_images/aarch-system-201901106,

what do you get?

>From the basename of the path it seems like you are pointing to a directory, 
>whereas you should really point
To a disk image within the directory.

>
>
> error coming  as follow :
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/home/coep/gem5 2/src/python/m5/main.py", line 435, in main
>     exec filecode in scope
>   File "configs/example/fs.py", line 343, in <module>
>     test_sys = build_test_system(np)
>   File "configs/example/fs.py", line 109, in build_test_system
>     security=options.enable_security_extensions)
>   File "/home/coep/gem5 2/configs/common/FSConfig.py", line 273, in
> makeArmSystem
>     self.cf0.childImage(mdesc.disk())
>   File "/home/coep/gem5 2/configs/common/Benchmarks.py", line 64, in disk
>     return env.get('LINUX_IMAGE', disk('linux-aarch32-ael.img'))
>   File "/home/coep/gem5 2/configs/common/SysPaths.py", line 59, in __call__
>     raise IOError, "Can't find a path to system files."
> IOError: Can't find a path to system files.
>
> Please help me to solve this error ASAP.
> Thank you.
>

Kind Regards

Giacomo
IMPORTANT NOTICE: The contents of this email and any attachments are 
confidential and may also be privileged. If you are not the intended recipient, 
please notify the sender immediately and do not disclose the contents to any 
other person, use it for any purpose, or store or copy the information in any 
medium. Thank you.
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to