qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Alpha linux-user support


From: Vince Weaver
Subject: Re: [Qemu-devel] Alpha linux-user support
Date: Wed, 5 Nov 2008 17:03:03 -0500 (EST)

Hello

First, I found a bug in the alpha emulation of the "ret" instruction, see a separate e-mail to the list.

How is it failing?  All I was able to run was some simple hand written
assembly programs.  For C programs I got:

For C programs I get infinite "Unsupported Syscall 394" errors.
This is the futex() syscall. Maybe my toolchain (gcc 4.2.4) is trying to make NPTL binaries. Hmmm.

I've attached my simple assembly program I am working with. It should print hello world, but doesn't because the address passed to the write syscall is wrong. I can't easily track down where things are going wrong though because the gdbstub doesn't work for alpha. Does anyone know the status of that?

Vince

Attachment: hello.s
Description: Text document

Attachment: hello
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]