Re: [gem5-users] Running a java program through gem5

2019-12-02 Thread Jason Lowe-Power
Hi all, The enable redirects might help, but I would be shocked if all of the necessary syscalls have been implemented. I strongly suggest using FS mode instead of SE mode. Cheers, Jason On Mon, Dec 2, 2019 at 12:49 PM Ciro Santilli wrote: > > Related question yet without satisfactory answer: >

Re: [gem5-users] Running a java program through gem5

2019-12-02 Thread Ciro Santilli
Related question yet without satisfactory answer: https://stackoverflow.com/questions/58399259/running-java-programs-in-gem5or-any-language-which-is-not-c Maybe we can use the new --redirects option to get this working, not sure: https://stackoverflow.com/questions/5054/how-to-run-a-dynamical

[gem5-users] Running a java program through gem5

2019-12-02 Thread Leah Rumancik
Hello, What is the simplest way to run a java program through gem5? I have tried to run a HelloWorld program via > build/X86/gem5.opt configs/example/se.py --cmd /usr/bin/java --options > java/HelloWorld But I get the following error: /usr/bin/java: error while loading shared libraries: libjl