Sir, please try to solve this error and also it will be great help for me if you could tell me the changes i should do to run my own c or python code in fs mode
Get Outlook for Android<https://aka.ms/ghei36> ________________________________ From: VAIDYA ROHINI VILAS <[email protected]> Sent: Monday, February 22, 2021 8:07:58 PM To: [email protected] <[email protected]>; Giacomo Travaglini <[email protected]> Subject: Re: Error coming while running in fs mode Hello sir. Get Outlook for Android<https://aka.ms/ghei36> ________________________________ From: Giacomo Travaglini <[email protected]> Sent: Monday, February 22, 2021 8:00:28 PM To: VAIDYA ROHINI VILAS <[email protected]>; [email protected] <[email protected]> Subject: RE: Error coming while running in fs mode Hi Vaidya > -----Original Message----- > From: VAIDYA ROHINI VILAS <[email protected]> > Sent: 22 February 2021 13:47 > To: [email protected]; Giacomo Travaglini <[email protected]> > 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 -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
