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 your binary and the "hello" binary located in the same directory than your binary. If the outputs differ, you should check your cross-compilation toolchain and gem5 compatiblity. Cheers _______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
