From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElGe-0003Tj-0n for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:55:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YElGa-00085f-04 for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:55:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YElGZ-00085Z-OW for qemu-devel@nongnu.org; Fri, 23 Jan 2015 15:55:43 -0500 Message-ID: <54C2B547.5010801@redhat.com> Date: Fri, 23 Jan 2015 21:55:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4CA1A9CB-10A5-4CC9-BC96-7402E4DD78CA@gmail.com> <54C2B00D.7030307@redhat.com> In-Reply-To: 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 Cc: Kevin Wolf , qemu-devel qemu-devel On 23/01/2015 21:39, Programmingkid wrote: > 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 4.2.1. Use clang then. Paolo