From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ERvPD-0004o6-NE for qemu-devel@nongnu.org; Tue, 18 Oct 2005 13:37:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ERvPC-0004nJ-3Z for qemu-devel@nongnu.org; Tue, 18 Oct 2005 13:37:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ERvPB-0004nD-Ve for qemu-devel@nongnu.org; Tue, 18 Oct 2005 13:37:42 -0400 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1ERvPB-0004mg-Vr for qemu-devel@nongnu.org; Tue, 18 Oct 2005 13:37:42 -0400 From: Mulyadi Santosa Subject: Re: [Qemu-devel] Trying to emulate "ls" -> qemu: Unsupported syscall: 219 Date: Wed, 19 Oct 2005 00:31:46 +0700 References: <24653.208.254.86.194.1129216089.squirrel@webmail.cs.columbia.edu> <200510160328.25552.paul@codesourcery.com> <35262.148.104.5.2.1129552738.squirrel@webmail.cs.columbia.edu> In-Reply-To: <35262.148.104.5.2.1129552738.squirrel@webmail.cs.columbia.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510190031.46847.a_mulyadi@softhome.net> Reply-To: a_mulyadi@softhome.net, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, mre2007@cs.columbia.edu, Paul Brook hello > ah, so what are my options here? Can I compile qemu with an explicit > -lpthread flag, or will I have to recomplile glibc? It seems that > having two glibc libraries on my system is rather messy... try to use LD_ASSUME_KERNEL, so your command becomes LD_ASSUME_KERNEL=2.4.9 ./qemu-i386 /bin/ls or you can rename the /lib/tls or /lib/i686 into something else e.g. /lib/tls- Ler me know if this works... regards Mulyadi