Re: [Mono-dev] SGEN support when cross compiling

2013-08-27 Thread Rodrigo Kumpera
...@symform.com Cc: mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] SGEN support when cross compiling Configure with --thread=pthread On Mon, Aug 26, 2013 at 7:36 PM, Bassam Tabbara bas...@symform.comwrote: Thanks Rodrigo. Is there a trick then to bypass

Re: [Mono-dev] SGEN support when cross compiling

2013-08-27 Thread Bassam Tabbara
, August 26, 2013 5:01 PM To: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Cc: mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] SGEN support when cross compiling

[Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
Hello, I'm working in mono master, and it looks like sgen is not support when cross compiling. Sgen requiren with-tls=__thread and during configuration a check is made if __thread is functioning and that fails with the following error when cross compiling: configure: error: cannot run test

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Rodrigo Kumpera
sgen works fine on ARM and so does cross compiling to it. On Mon, Aug 26, 2013 at 6:19 PM, Bassam Tabbara bas...@symform.com wrote: Hello, I'm working in mono master, and it looks like sgen is not support when cross compiling. Sgen requiren with-tls=__thread and during configuration a

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] SGEN support when cross compiling sgen works fine on ARM and so does cross compiling to it. On Mon, Aug 26, 2013 at 6:19 PM, Bassam Tabbara bas...@symform.commailto:bas...@symform.com wrote

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Zoltan Varga
...@gmail.com Date: Monday, August 26, 2013 4:30 PM To: Bassam Tabbara bas...@symform.com Cc: mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] SGEN support when cross compiling sgen works fine on ARM and so does cross compiling to it. On Mon, Aug 26

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Rodrigo Kumpera
...@symform.com Cc: mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] SGEN support when cross compiling sgen works fine on ARM and so does cross compiling to it. On Mon, Aug 26, 2013 at 6:19 PM, Bassam Tabbara bas...@symform.comwrote: Hello, I'm

Re: [Mono-dev] SGEN support when cross compiling

2013-08-26 Thread Bassam Tabbara
@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] SGEN support when cross compiling Configure with --thread=pthread On Mon, Aug 26, 2013 at 7:36 PM, Bassam Tabbara bas...@symform.commailto:bas...@symform.com wrote: Thanks Rodrigo. Is there a trick then to bypass the __thread