qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Sparc user broken


From: Blue Swirl
Subject: [Qemu-devel] Sparc user broken
Date: Sat, 24 Mar 2007 14:14:25 +0100

Hi,

Programs in the Sparc test suite do not work currently, some even crash. Running cvs-bisect revealed that the following change has broken Sparc32 user emulation.

Index: Makefile.target
===================================================================
RCS file: /cvsroot/qemu/qemu/Makefile.target,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- Makefile.target     18 Mar 2007 23:23:31 -0000      1.150
+++ Makefile.target     19 Mar 2007 13:32:45 -0000      1.151
@@ -208,6 +208,7 @@
ifdef CONFIG_LINUX_USER
OBJS= main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o \
      elfload.o linuxload.o
+LIBS+= $(AIOLIBS)
ifdef TARGET_HAS_BFLT
OBJS+= flatload.o
endif

Linking without -lrt gives a working emulator, but i386 needs -lrt for clock_gettime. Any suggestions?

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

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