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 <gem5-users@gem5.org>
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 -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
> %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to