[gem5-users] Re: Error coming while running my own Executable file in SE mode of gem5

2021-05-05 Thread gabriel.busnot--- via gem5-users
You responded in a new thread instead of this one ;) I'm answering here. Go to the gem5 directory, run the following commands and attach the output in your answer: $ file tests/test-progs/hello/bin/arm/linux/hello $ file tests/test-progs/hello/bin/arm/linux/myfile_name For instance on the hello

[gem5-users] Re: Error coming while running my own Executable file in SE mode of gem5

2021-05-04 Thread gabriel.busnot--- via gem5-users
Hi, I would suggest you to double-check that your binary is compatible with gem5-arm. I get the same error when I attempt to run an X86 binary on an ARM platform for instance. This is a result of the loader failing to load your binary. You can compare the output of the command "file" on both y