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
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