The first error is because that is a big endian binary, and gem5 only supports the little endian version of MIPS. The second error is not because of the cross compiler, it's because something is wrong with the configuration (or gem5 itself) and an error is detected while running. Specifically, the CPU is making sure it's actually running before suspending itself as requested, but it finds that it isn't.
Gabe On Sun, Nov 14, 2021 at 1:58 AM Dubhe via gem5-users <[email protected]> wrote: > Hello, I'd like to know the cross compiler version of MIPS. The > dockcross/linux-mips and dockcross/linux-mipsel is wrong。 If you can, you > can provide me with a MIPS cross compiler, thank you. > _______________________________________________ > gem5-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
