From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEkv0-0006Cx-Q6 for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:33:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEkuv-0000di-RZ for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:33:26 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:53615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEkuv-0000dc-Km for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:33:21 -0500 Received: by mail-wi0-f180.google.com with SMTP id bs8so5337914wib.1 for ; Fri, 23 Jan 2015 12:33:21 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54C2B00D.7030307@redhat.com> Date: Fri, 23 Jan 2015 21:33:17 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4CA1A9CB-10A5-4CC9-BC96-7402E4DD78CA@gmail.com> In-Reply-To: <4CA1A9CB-10A5-4CC9-BC96-7402E4DD78CA@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , qemu-devel qemu-devel Cc: Kevin Wolf , stefanha@linux.vnet.ibm.com On 23/01/2015 20:27, Programmingkid wrote: > I used the newest version from QEMU's git with this id: > a46b3aaf6bb038d4f6f192a84df204f10929e75c. When I tried to compile > QEMU on Mac OS 10.6.8, I saw this error: qemu-coroutine.c:29: error: > thread-local storage not supported for this target. GCC or clang? Paolo