Re: [gem5-users] How to run a dynamically linked executable syscall emulation mode se.py in gem5?

2018-05-28 Thread Ciro Santilli
Thanks, it does work on non native QEMU user mode with the -L option: https://github.com/cirosantilli/linux-kernel-module-cheat/tree/b60c6f1b9c8bb7c34cf2c7fbce6f035d11483d4c#qemu-user-mode On Mon, May 28, 2018 at 5:01 PM, Jason Lowe-Power wrote: > Hi Ciro, > > As you seemed to have figured out,

Re: [gem5-users] How to run a dynamically linked executable syscall emulation mode se.py in gem5?

2018-05-28 Thread Jason Lowe-Power
Hi Ciro, As you seemed to have figured out, running dynamically linked executables has only been tested for x86_64 native platforms. It *is supported* if your binary is x86 and your native machine is x86. I'm not sure what it would take to get this working for native ARM machines (e.g.,

[gem5-users] How to run a dynamically linked executable syscall emulation mode se.py in gem5?

2018-05-26 Thread Ciro Santilli
https://stackoverflow.com/questions/5054/how-to-run-a-dynamically-linked-executable-syscall-emulation-mode-se-py-in-gem5 After https://stackoverflow.com/questions/48959349/how-to-solve-fatal-kernel-too-old-when-running-gem5-in-syscall-emulation-se-m I managed to run a statically linked hello