From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1275 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: testing mips port ? Date: Thu, 12 Jul 2012 10:11:23 -0400 Message-ID: <20120712141123.GD544@brightrain.aerifal.cx> References: <20120712050950.GB544@brightrain.aerifal.cx> <1278340fc0863a0fbbef5b33b82c7723@exys.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1342102350 19524 80.91.229.3 (12 Jul 2012 14:12:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 14:12:30 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1276-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jul 12 16:12:30 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SpK85-00051v-Nq for gllmg-musl@plane.gmane.org; Thu, 12 Jul 2012 16:12:29 +0200 Original-Received: (qmail 8160 invoked by uid 550); 12 Jul 2012 14:12:29 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 8150 invoked from network); 12 Jul 2012 14:12:28 -0000 Content-Disposition: inline In-Reply-To: <1278340fc0863a0fbbef5b33b82c7723@exys.org> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1275 Archived-At: On Thu, Jul 12, 2012 at 04:11:15PM +0200, Arvid E. Picciani wrote: > I'd use an arbitrary router supported by openwrt. I made good > experience with the wrt500gp > Should be like ~25Eur on ebay. > Openwrt because it's hack-friendly, allowing you to rebuild the > whole firmware in any obscure way you like. > > If it's just about running some arbitrary binary to confirm a crash, > i can do that. At the moment I just want to see libc-testsuite results (or even a smaller sample pthread_cancel test program) on real hardware. It is tempting to get a real setup, but I'm still undecided how big my role should be (i.e. how much of my time on musl I should spend) on testing and playing with ports versus developing the core and laying the groundwork for adding new ports (or for hard tasks like making dynamic linking work with ugly archs like mips). Rich