[gem5-users] Re: Regarding building X86 ISA

2021-09-02 Thread Liao Xiongfei via gem5-users
Hi Sravani, Your VirtualBox needs more memory. You can try to increase its memory to 16GB. Best, Xiongfei From: Sravani Sravanam 20PHD7041 via gem5-users [mailto:gem5-users@gem5.org] Sent: Friday, September 3, 2021 2:03 PM To: ja...@lowepower.com Cc: gem5-users@gem5.org; Sravani Sravanam 20PHD70

[gem5-users] Re: syscall newfstatat (#262) unimplemented

2021-09-02 Thread Manas via gem5-users
On Thu, Sep 02, 2021 at 07:27:05PM -0700, Gabe Black via gem5-users wrote: > The standard library you're linking against is newer, and is using a system > call that gem5 doesn't implement. You'll either need to use an older > standard library, or implement that system call. If you're trying to run

[gem5-users] Re: syscall newfstatat (#262) unimplemented

2021-09-02 Thread Gabe Black via gem5-users
The standard library you're linking against is newer, and is using a system call that gem5 doesn't implement. You'll either need to use an older standard library, or implement that system call. If you're trying to run gem5's tests, then I know at least one of the x86 ones uses dynamic linking and l

[gem5-users] Re: Problem with SIMD instructions execution in se mode when ISA is ARM

2021-09-02 Thread Gelin Fu via gem5-users
Hello Giacomo, Thanks for your reply. I understand what you mean is that if I rename fp operations, it will need to rename the single/double precision operand, and in gem5 we use elements of SIMD vector registers to do this kind of rename. But I still get confused why we use the elements of SIM

[gem5-users] Re: syscall newfstatat (#262) unimplemented

2021-09-02 Thread Manas via gem5-users
Hi, I think while building gem5, I may have missed something. And I didn't realize it during testing the `hello` binary. Now, whenever any binary uses file operations (like `fopen`) then I get the following error: ``` build/X86/sim/syscall_emul.cc:66: fatal: syscall newfstatat (#262) unimplement

[gem5-users] Re: Issue: Checkpoint in FS mode

2021-09-02 Thread Sindhuja Gopalakrishnan Elango via gem5-users
Hi Pedro, Thanks for taking the time to reply. You're right. The implementation was missing in my own python script. After including that, I am able to generate the checkpoint. Thanks & Regards Sindhuja -Original Message- From: Pedro Becker via gem5-users Sent: Thursday, September 2,

[gem5-users] Re: ARM Full system, try to run

2021-09-02 Thread raulgv--- via gem5-users
It seems that thanks to the manuals I was able to advance something, but after a while loading the OS a failure appears that closes the simulation. On the gem5 console you see the following: $~/gem5/build/ARM/gem5.opt ~/gem5/configs/example/fs.py --mem-size 2048MB --disk-image ~/full_system_for

[gem5-users] Re: regarding building of dependencies

2021-09-02 Thread Jason Lowe-Power via gem5-users
Hello, It should be X86 (capitol X) instead of x86. You can see the files in gem5/build_opts for the different possibilities for default build variables. Cheers, Jason On Thu, Sep 2, 2021 at 3:58 AM Sravani Sravanam 20PHD7041 via gem5-users < gem5-users@gem5.org> wrote: > sir, > i am sravani s

[gem5-users] Re: Issue: Checkpoint in FS mode

2021-09-02 Thread Pedro Becker via gem5-users
Hi Sindhuja, Are you using your own python script to configure the simulation? If I'm not mistaken calling the /sbin/m5 checkpoint exits the m5.simulate() (from the script), returning the exit_event (a string "checkpoint"). Then, your python script should capture that exit_event and create th

[gem5-users] regarding building of dependencies

2021-09-02 Thread Sravani Sravanam 20PHD7041 via gem5-users
sir, i am sravani sravanam a research scholar in vit ap university.while running at initial stage like scons build/x86/gem5.opt -j2 i am getting an error like this Error: Cannot find variables file /home/hp/Desktop/srav/gem5/build/variables/x86 or default file(s) /home/hp/Desktop/srav/gem5/