From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <2b93b6bcf93d8d06edb6ac3a173ade68@proxima.alt.za> References: <2b93b6bcf93d8d06edb6ac3a173ade68@proxima.alt.za> Date: Wed, 13 May 2009 15:24:58 -0600 Message-ID: From: Latchesar Ionkov To: lucio@proxima.alt.za, Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] P9P on Lemote Yeeloong Topicbox-Message-UUID: f9bd3ea0-ead4-11e9-9d60-3106f5b1d025 The glibc on your notebook probably doesn't have getcontext implemented. Google for "glibc mips getcontext". Thanks, Lucho On Wed, May 13, 2009 at 1:57 PM, wrote: > I thought things were running too smoothly. =A0I got P9P to compile on > the Lemote Yeeloong with only very frequent ocurrences of warnings > (they seem like compile-time warnings) to the effect that each of > getcontext, makecontext and swapcontext "is not implemented and will > always fail". > > Now, the Yeeloong is a notebook based on a MIPS cpu and endowed with > Open Architecture, Open BIOS (called PMON) and Linux (Debian). =A0The > man page for getcontext() seems to suggest that it exists, but > executing, say, acme fails with: > > "threadalloc getcontext: function not implemented" > > So close to getting there, but I must be missing something. =A0Does > anyone know what? > > ++L > > >