Re: Implementing {get,set,make,swap}context routines for ARM

2012-08-22 Thread Carmelo AMOROSO
On 19/08/2012 1.51, Mike Frysinger wrote: On Tuesday 26 June 2012 05:29:29 Timon ter Braak wrote: I am trying to build a gccgo (go language) cross compiler targetting an ARM system. Go uses the context control routines for coorperative multithreading. uClibc however does not implement them, so

Re: Trouble compiling uClibc with NPTL support on Ubuntu 12.04

2012-08-22 Thread Carmelo AMOROSO
On 26/07/2012 20.41, Scott Moore wrote: Hi all, I'm trying to compile uClibc 0.9.33.2 with NPTL support, but I keep encountering build failures (possibly related to ldso). I have successfully built uClibc in with no thread support or with linuxthreads.old. I appreciate any help you can offer.