qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] coroutine-win32.c:36: error: thread-local storage not s


From: Paolo Bonzini
Subject: Re: [Qemu-devel] coroutine-win32.c:36: error: thread-local storage not supported for this target
Date: Tue, 09 Aug 2011 18:19:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

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



reply via email to

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