From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqpdW-0002Sx-05 for qemu-devel@nongnu.org; Tue, 09 Aug 2011 12:58:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqpdR-0007qQ-Cr for qemu-devel@nongnu.org; Tue, 09 Aug 2011 12:58:37 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:59950) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QqpdQ-0007qF-Uc for qemu-devel@nongnu.org; Tue, 09 Aug 2011 12:58:33 -0400 Message-ID: <2047BDFF62724C809C3E38C3CE16F94F@FSCPC> From: "Sebastian Herbszt" References: <218A230B8DDA47E0A817DCF708EB073F@FSCPC> <4E415E10.7090404@redhat.com> In-Reply-To: <4E415E10.7090404@redhat.com> Date: Tue, 9 Aug 2011 18:58:19 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] coroutine-win32.c:36: error: thread-local storage not supported for this target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel Developers Paolo Bonzini wrote: > On 08/09/2011 05:53 PM, Sebastian Herbszt wrote: >> CC coroutine-win32.o >> coroutine-win32.c:36: error: thread-local storage not supported for this >> target >> coroutine-win32.c:37: error: thread-local storage not supported for this >> target >> make: *** [coroutine-win32.o] Error 1 > > You need a newer GCC. Alternatively we can change it to use > TlsAlloc/TlsFree, but I would like to support __thread-based TLS always > (for example for liburcu---userspace RCU...). > > Paolo I guess "gcc version 3.4.5 (mingw32 special)" is no longer supported then? What's the minimum gcc version needed now? Sebastian