j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
On 12/07/11 12:51, Ghitulete Razvan wrote:
Well, I compiled openbios using the script for cross-compiling with cross-sparc64. As far as the error messages go, during compilation there are none whatsoever. And I'm running qemu without any arguments for now, just plain qemu-system-sparc as i just want to see if it works.
Ah wait - if you are trying to run a 64-bit SPARC binary then you need to run qemu-system-sparc64 instead of qemu-system-sparc which is 32-bit only.
IIRC you need to explicitly enable the SPARC64 target at QEMU compile-time by doing something like:
./configure --target-list=sparc64-softmmu
HTH,
Mark.