Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-24 Thread Paolo Bonzini
2015, 20:33 To: Paolo Bonzini [pbonz...@redhat.com] CC: Programmingkid [programmingk...@gmail.com]; Kevin Wolf [kw...@redhat.com]; qemu-devel qemu-devel [qemu-devel@nongnu.org] Subject: Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target On 24 January 2015 at

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-24 Thread Peter Maydell
On 24 January 2015 at 18:54, Paolo Bonzini wrote: > Note that GCC 4.3 was released almost seven years ago; we've been > requiring it on Windows for three years (commit 00dccaf, coroutine: > introduce coroutines, 2011-01-17), and no one has ever complained. > > Apple is not providing it for Mac OS

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-24 Thread Paolo Bonzini
On 23/01/2015 23:54, Programmingkid wrote: >> Sorry, I was wrong. I missed that you are using 10.6.x. >> >> Thread-local storage was introduced on Mac OS X in 10.7. For >> 10.6.x you'll have to compile GCC 4.3 or newer yourself (or take it >> from fink/homebrew/whatever the Mac folks use these

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Programmingkid
On Jan 23, 2015, at 4:48 PM, Paolo Bonzini wrote: > > > On 23/01/2015 22:37, Paolo Bonzini wrote: >> >> >> On 23/01/2015 22:33, Programmingkid wrote: Use clang then. >>> >>> Could you provide directions on how you want me to do this? In the >>> configure options, this was all I found:

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Paolo Bonzini
On 23/01/2015 22:37, Paolo Bonzini wrote: > > > On 23/01/2015 22:33, Programmingkid wrote: >>> Use clang then. >> >> Could you provide directions on how you want me to do this? In the configure >> options, this was all I found: >> --objcc=OBJCCuse Objective-C compiler OBJCC [cla

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Paolo Bonzini
On 23/01/2015 22:33, Programmingkid wrote: > > Use clang then. > > Could you provide directions on how you want me to do this? In the configure > options, this was all I found: > --objcc=OBJCCuse Objective-C compiler OBJCC [clang] ./configure --cc=clang --cxx=clang++ But QEMU u

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Programmingkid
On Jan 23, 2015, at 3:55 PM, Paolo Bonzini wrote: > > > 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 1

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Paolo Bonzini
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

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Programmingkid
On Jan 23, 2015, at 3:33 PM, Paolo Bonzini 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: err

Re: [Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Paolo Bonzini
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. GC

[Qemu-devel] qemu-coroutine.c: error: thread-local storage not supported for this target

2015-01-23 Thread Programmingkid
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.