From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29562 invoked by alias); 27 Jan 2007 22:51:35 -0000 Received: (qmail 29554 invoked by uid 22791); 27 Jan 2007 22:51:35 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=BAYES_00,TW_QE X-Spam-Check-By: sourceware.org Received: from mail.portrix.net (HELO zoidberg.portrix.net) (212.202.157.208) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 27 Jan 2007 22:51:26 +0000 Received: from [192.168.1.37] (mail.trixing.net [87.230.125.58]) (authenticated bits=0) by zoidberg.portrix.net (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l0RMmDML030971 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 27 Jan 2007 23:48:23 +0100 Message-ID: <45BBD6A5.8080502@ppp0.net> Date: Sat, 27 Jan 2007 22:51:00 -0000 From: Jan Dittmer User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20061220 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: Andrew Morton CC: Willy Tarreau , Mathieu Desnoyers , Ingo@maccavity.nachtwache.org, Christoph@maccavity.nachtwache.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, "Martin J. Bligh" , Hellwig , Linus Torvalds , Molnar , ltt-dev@shafik.org, systemtap@sources.redhat.com, Paul Mackerras , Thomas Gleixner , Douglas Niehaus Subject: Re: [Ltt-dev] [PATCH 00/09] atomic.h : standardizing atomic primitives References: <11697417541743-git-send-email-mathieu.desnoyers@polymtl.ca> <20070127021834.e26e955d.akpm@osdl.org> <20070127181116.GA5158@Krystal> <20070127120512.04a98fcd.akpm@osdl.org> <20070127200910.GC24090@1wt.eu> <20070127123004.ea422fe4.akpm@osdl.org> In-Reply-To: <20070127123004.ea422fe4.akpm@osdl.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00245.txt.bz2 Andrew Morton wrote: > On Sat, 27 Jan 2007 21:09:11 +0100 > Willy Tarreau wrote: > >> On Sat, Jan 27, 2007 at 12:05:12PM -0800, Andrew Morton wrote: >>> On Sat, 27 Jan 2007 13:11:16 -0500 >>> Mathieu Desnoyers wrote: >>> >>>> I am currently trying crosstool by Dan Kegel, it looks promising. >>>> http://www.kegel.com/crosstool/ >>> Yeah, I spent a frustrating two days with crosstool, managed to eke a >>> number of cross-compilers out of it, but it took a *lot* of experimentation >>> with gcc, glibc and binutils versions to get combinations which actually >>> work. Good luck ;) >>> >>> There used to be someone who had a full suite, and who regularly published >>> cross-compile results, but he stopped 6-12 months ago and I forget who that >>> clever person was? >> Wasn't it buildroot from Erik Andersen ? >> >> http://buildroot.uclibc.org/ >> > > No, it was http://l4x.org/k/ It still appears to be operating, with > scary-looking results. > > Jan, is there any way in which you can help us publish a full suite of > cross-compiler binaries? Probably not. I could publish a qemu i386 image with all cross compilers though. But some are not build from source but are obtained from more or less obscure sources (m32r, sh64). Currently this CHK include/linux/utsrelease.h "2.6.20-rc6cat:include/config/kernel.release:Nosuchfileordirectory" exceeds 64 characters make[1]: *** [include/linux/utsrelease.h] Error 1 make: *** [_all] Error 2 bug, which I reported weeks ago, makes the result invalid for most archs. But as I get nearly zero feedback about the results and I've lots of other obligations currently, my motivation to work on that is pretty much nil. Jan